var pdPr = new Array();
pdPr[0] = new Object();
pdPr[0].reviewId = "948";
pdPr[0].productId = "t-shirt-serenity-leaf";
pdPr[0].name = "Don Garrity";
pdPr[0].location = "NYC";
pdPr[0].rating = "5";
pdPr[0].reviewTitle = "Wash lives!";
pdPr[0].reviewBody = "Great design!";
pdPr[0].reviewPros = "";
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 = "August 29, 2010";

var pdPrOverall = new Object();
pdPrOverall.productId = 't-shirt-serenity-leaf';
pdPrOverall.productName = 'Serenity Leaf T-Shirt';
pdPrOverall.rating = 5;
pdPrOverall.reviewCount = 1;

prItemRatingDisplay();
prProductReviewsDisplay();

