var pdPr = new Array();
pdPr[0] = new Object();
pdPr[0].reviewId = "538";
pdPr[0].productId = "308841-002";
pdPr[0].name = "Shelby";
pdPr[0].location = "Kansas City, Missouri";
pdPr[0].rating = "5";
pdPr[0].reviewTitle = "GET THESE SHOES IF YOU WANT TO LIVE!!!";
pdPr[0].reviewBody = "Awesome shoes.  Totally original, true to size, and very comfortable. and how can you beat the price!?!?!";
pdPr[0].reviewPros = "everything";
pdPr[0].reviewCons = "nothing";
pdPr[0].response = "";
pdPr[0].isRecommended = "1";
pdPr[0].img1 = "";
pdPr[0].img2 = "";
pdPr[0].img3 = "";
pdPr[0].dateSubmitted = "January 6, 2010";

var pdPrOverall = new Object();
pdPrOverall.productId = '308841-002';
pdPrOverall.productName = 'Nike Terminator Low';
pdPrOverall.rating = 5;
pdPrOverall.reviewCount = 1;

prItemRatingDisplay();
prProductReviewsDisplay();

