var pdPr = new Array();
pdPr[0] = new Object();
pdPr[0].reviewId = "623";
pdPr[0].productId = "318694-001";
pdPr[0].name = "Craig";
pdPr[0].location = "Brooklyn, new york";
pdPr[0].rating = "2";
pdPr[0].reviewTitle = "Great customer service!!";
pdPr[0].reviewBody = "Nice looking sneaker, bought them for my son but they didnt fit. Emailed sneakerhead & got RMA, returned no problem, excellent customer service once again!";
pdPr[0].reviewPros = "nice looking shoe";
pdPr[0].reviewCons = "Runs small";
pdPr[0].response = "";
pdPr[0].isRecommended = "";
pdPr[0].img1 = "";
pdPr[0].img2 = "";
pdPr[0].img3 = "";
pdPr[0].dateSubmitted = "January 18, 2010";

var pdPrOverall = new Object();
pdPrOverall.productId = '318694-001';
pdPrOverall.productName = 'Nike Lebron Zoom Soldier II';
pdPrOverall.rating = 2;
pdPrOverall.reviewCount = 1;

prItemRatingDisplay();
prProductReviewsDisplay();

