var pdPr = new Array();
pdPr[0] = new Object();
pdPr[0].reviewId = "8905";
pdPr[0].productId = "pe4144h";
pdPr[0].name = "Sandi Sollars";
pdPr[0].location = "ssjrbr1212@mac.com";
pdPr[0].rating = "3";
pdPr[0].reviewTitle = "good for price";
pdPr[0].reviewBody = "The material is kind of hard, even after washing, but for the price I will take it. ";
pdPr[0].reviewPros = "";
pdPr[0].reviewCons = "";
pdPr[0].response = "";
pdPr[0].isRecommended = "1";
pdPr[0].img1 = "";
pdPr[0].img2 = "";
pdPr[0].img3 = "";
pdPr[0].dateSubmitted = "January 27, 2011";

pdPr[1] = new Object();
pdPr[1].reviewId = "6664";
pdPr[1].productId = "pe4144h";
pdPr[1].name = "Sharon";
pdPr[1].location = "Aurora, IL";
pdPr[1].rating = "3";
pdPr[1].reviewTitle = "shrinks a lot";
pdPr[1].reviewBody = "This shirt shrinks a lot. Buy a bigger size.  It shrinks UP too. May need a little ironing, but it is very cute and comfy to wear.";
pdPr[1].reviewPros = "";
pdPr[1].reviewCons = "";
pdPr[1].response = "";
pdPr[1].isRecommended = "1";
pdPr[1].img1 = "";
pdPr[1].img2 = "";
pdPr[1].img3 = "";
pdPr[1].dateSubmitted = "December 4, 2010";

var pdPrOverall = new Object();
pdPrOverall.productId = 'pe4144h';
pdPrOverall.productName = 'Peaches 100% Cotton 2-Pocket Holiday Print Scrub Top';
pdPrOverall.rating = 3;
pdPrOverall.reviewCount = 2;

prItemRatingDisplay();
prProductReviewsDisplay();

