var pdPr = new Array();
pdPr[0] = new Object();
pdPr[0].reviewId = "2912";
pdPr[0].productId = "tsbattlestarnewlogo";
pdPr[0].name = "Alberto";
pdPr[0].location = "Ispra, Italy";
pdPr[0].rating = "5";
pdPr[0].reviewTitle = "BG t-shirt";
pdPr[0].reviewBody = "very good";
pdPr[0].reviewPros = "";
pdPr[0].reviewCons = "";
pdPr[0].response = "";
pdPr[0].isRecommended = "1";
pdPr[0].isVerifiedBuyer = "1";
pdPr[0].img1 = "";
pdPr[0].img2 = "";
pdPr[0].img3 = "";
pdPr[0].dateSubmitted = "May 1, 2011";

pdPr[1] = new Object();
pdPr[1].reviewId = "398";
pdPr[1].productId = "tsbattlestarnewlogo";
pdPr[1].name = "MIkhaez (Miguel)";
pdPr[1].location = "";
pdPr[1].rating = "5";
pdPr[1].reviewTitle = "Spanish, again )";
pdPr[1].reviewBody = "An other one, just... perfect! awesome!";
pdPr[1].reviewPros = "";
pdPr[1].reviewCons = "";
pdPr[1].response = "";
pdPr[1].isRecommended = "1";
pdPr[1].isVerifiedBuyer = "0";
pdPr[1].img1 = "";
pdPr[1].img2 = "";
pdPr[1].img3 = "";
pdPr[1].dateSubmitted = "October 14, 2009";

var pdPrOverall = new Object();
pdPrOverall.productId = 'tsbattlestarnewlogo';
pdPrOverall.productName = 'Battlestar Galactica T-Shirt';
pdPrOverall.rating = 5;
pdPrOverall.reviewCount = 2;

prItemRatingDisplay();
prProductReviewsDisplay();

