var pdPr = new Array();
pdPr[0] = new Object();
pdPr[0].reviewId = "2003";
pdPr[0].productId = "318764-111";
pdPr[0].name = "Nic";
pdPr[0].location = "Atlanta, Georgia";
pdPr[0].rating = "4";
pdPr[0].reviewTitle = "Great Shoe";
pdPr[0].reviewBody = "Out of all my shoes in my collection these might just be my favorite! I get tons of compliments on them. If they ever get my size(11.5) back in stock I\'m DEFINITELY getting another pair... ";
pdPr[0].reviewPros = "Smooth appearance<br>Get attention";
pdPr[0].reviewCons = "Get dirty fairly easy and hard to keep in tip top shape";
pdPr[0].response = "";
pdPr[0].isRecommended = "1";
pdPr[0].img1 = "";
pdPr[0].img2 = "";
pdPr[0].img3 = "";
pdPr[0].dateSubmitted = "May 18, 2010";

var pdPrOverall = new Object();
pdPrOverall.productId = '318764-111';
pdPrOverall.productName = 'Nike Dunk Low Premium';
pdPrOverall.rating = 4;
pdPrOverall.reviewCount = 1;

prItemRatingDisplay();
prProductReviewsDisplay();

