var pdPr = new Array();
pdPr[0] = new Object();
pdPr[0].reviewId = "4575";
pdPr[0].productId = "hat-curious-george-yellow";
pdPr[0].name = "Jessica";
pdPr[0].location = "Kentucky";
pdPr[0].rating = "5";
pdPr[0].reviewTitle = "You really had one for sale!";
pdPr[0].reviewBody = "My nephew LOVES Curious George, and when he requested a yellow hat like the one in the cartoon, I admit I was a little worried! However, to my surprise, you guys not only had the item, but it was also at a reasonable price. Shipping was FAST, as well!  Great product, hours of fun and role play.";
pdPr[0].reviewPros = "Quality, price, availability, fast shipping";
pdPr[0].reviewCons = "";
pdPr[0].response = "";
pdPr[0].isRecommended = "1";
pdPr[0].isVerifiedBuyer = "1";
pdPr[0].img1 = "";
pdPr[0].img2 = "";
pdPr[0].img3 = "";
pdPr[0].dateSubmitted = "December 19, 2011";

var pdPrOverall = new Object();
pdPrOverall.productId = 'hat-curious-george-yellow';
pdPrOverall.productName = 'Curious George Yellow Hat';
pdPrOverall.rating = 5;
pdPrOverall.reviewCount = 1;

prItemRatingDisplay();
prProductReviewsDisplay();

