var pdPr = new Array();
pdPr[0] = new Object();
pdPr[0].reviewId = "3658";
pdPr[0].productId = "t-shirt-princess-bride-montoya-hello";
pdPr[0].name = "Rona";
pdPr[0].location = "Fayetteville, NC";
pdPr[0].rating = "5";
pdPr[0].reviewTitle = "Hello, my name is...";
pdPr[0].reviewBody = "Fabulous tee shirt. Never fails to amuse and entertain. A true classic. Quality is excellent. Size is true.";
pdPr[0].reviewPros = "The message and the quality.";
pdPr[0].reviewCons = "Nothing.";
pdPr[0].response = "";
pdPr[0].isRecommended = "1";
pdPr[0].isVerifiedBuyer = "1";
pdPr[0].img1 = "";
pdPr[0].img2 = "";
pdPr[0].img3 = "";
pdPr[0].dateSubmitted = "September 15, 2011";

pdPr[1] = new Object();
pdPr[1].reviewId = "36";
pdPr[1].productId = "t-shirt-princess-bride-montoya-hello";
pdPr[1].name = "Roger";
pdPr[1].location = "";
pdPr[1].rating = "5";
pdPr[1].reviewTitle = "Outstanding";
pdPr[1].reviewBody = "One of the most clever shirts that I\'ve seen in a long, long time!";
pdPr[1].reviewPros = "";
pdPr[1].reviewCons = "";
pdPr[1].response = "";
pdPr[1].isRecommended = "1";
pdPr[1].isVerifiedBuyer = "0";
pdPr[1].img1 = "";
pdPr[1].img2 = "";
pdPr[1].img3 = "";
pdPr[1].dateSubmitted = "March 14, 2009";

var pdPrOverall = new Object();
pdPrOverall.productId = 't-shirt-princess-bride-montoya-hello';
pdPrOverall.productName = 'Princess Bride Montoya T-Shirt';
pdPrOverall.rating = 5;
pdPrOverall.reviewCount = 2;

prItemRatingDisplay();
prProductReviewsDisplay();

