var pdPr = new Array();
pdPr[0] = new Object();
pdPr[0].reviewId = "180";
pdPr[0].productId = "pp10001534";
pdPr[0].name = "andrew";
pdPr[0].location = "madison,mississippi";
pdPr[0].rating = "5";
pdPr[0].reviewTitle = "it\'s the best.";
pdPr[0].reviewBody = "it\'s the best.";
pdPr[0].reviewPros = "i like the comfort of it.";
pdPr[0].reviewCons = "none";
pdPr[0].response = "";
pdPr[0].isRecommended = "1";
pdPr[0].img1 = "";
pdPr[0].img2 = "";
pdPr[0].img3 = "";
pdPr[0].dateSubmitted = "February 7, 2010";

var pdPrOverall = new Object();
pdPrOverall.productId = 'pp10001534';
pdPrOverall.productName = 'Elly Elephant Nasal Syringe by PediaPals';
pdPrOverall.rating = 5;
pdPrOverall.reviewCount = 1;

prItemRatingDisplay();
prProductReviewsDisplay();

