var pdPr = new Array();
pdPr[0] = new Object();
pdPr[0].reviewId = "619";
pdPr[0].productId = "331987-003";
pdPr[0].name = "Andrew";
pdPr[0].location = "Rice Lake, Wisconsin";
pdPr[0].rating = "5";
pdPr[0].reviewTitle = "Looks Nice, Great Price";
pdPr[0].reviewBody = "I recieved the shoes within a week and love them.  They are very comftorable and look good with whatever I wear.";
pdPr[0].reviewPros = "Good Fit<br>Good with Jeans";
pdPr[0].reviewCons = "None";
pdPr[0].response = "";
pdPr[0].isRecommended = "1";
pdPr[0].img1 = "";
pdPr[0].img2 = "";
pdPr[0].img3 = "";
pdPr[0].dateSubmitted = "January 17, 2010";

var pdPrOverall = new Object();
pdPrOverall.productId = '331987-003';
pdPrOverall.productName = 'Air Jordan 2.5 Team';
pdPrOverall.rating = 5;
pdPrOverall.reviewCount = 1;

prItemRatingDisplay();
prProductReviewsDisplay();

