var pdPr = new Array();
pdPr[0] = new Object();
pdPr[0].reviewId = "2402";
pdPr[0].productId = "332131-001";
pdPr[0].name = "Steven";
pdPr[0].location = "Fort Wayne, Indiana";
pdPr[0].rating = "5";
pdPr[0].reviewTitle = "Great";
pdPr[0].reviewBody = "Shoes are in perfect condition and shipped fast.";
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 = "July 4, 2010";

var pdPrOverall = new Object();
pdPrOverall.productId = '332131-001';
pdPrOverall.productName = 'AJF 20 Low (Big Kids)';
pdPrOverall.rating = 5;
pdPrOverall.reviewCount = 1;

prItemRatingDisplay();
prProductReviewsDisplay();

