var pdPr = new Array();
pdPr[0] = new Object();
pdPr[0].reviewId = "4500";
pdPr[0].productId = "314195-004";
pdPr[0].name = "jackie";
pdPr[0].location = "new hamshire";
pdPr[0].rating = "4";
pdPr[0].reviewTitle = "great shoe";
pdPr[0].reviewBody = "loved this product ..great for kids cause all black wont get dirty";
pdPr[0].reviewPros = "black";
pdPr[0].reviewCons = "";
pdPr[0].response = "";
pdPr[0].isRecommended = "1";
pdPr[0].img1 = "";
pdPr[0].img2 = "";
pdPr[0].img3 = "";
pdPr[0].dateSubmitted = "December 19, 2010";

var pdPrOverall = new Object();
pdPrOverall.productId = '314195-004';
pdPrOverall.productName = 'Nike Air Force 1 Mid (Kids)';
pdPrOverall.rating = 4;
pdPrOverall.reviewCount = 1;

prItemRatingDisplay();
prProductReviewsDisplay();

