var pdPr = new Array();
pdPr[0] = new Object();
pdPr[0].reviewId = "952";
pdPr[0].productId = "t-shirt-transformers-autobot-logo-big";
pdPr[0].name = "bryan";
pdPr[0].location = "rotterdam";
pdPr[0].rating = "5";
pdPr[0].reviewTitle = "The real deal!!";
pdPr[0].reviewBody = "it\'s a good shirt, i haven\'t aspect the logo would be that  big and it\'s perfect!! )";
pdPr[0].reviewPros = "the logo";
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 = "August 30, 2010";

pdPr[1] = new Object();
pdPr[1].reviewId = "200";
pdPr[1].productId = "t-shirt-transformers-autobot-logo-big";
pdPr[1].name = "JOSHUA";
pdPr[1].location = "";
pdPr[1].rating = "5";
pdPr[1].reviewTitle = "123456789";
pdPr[1].reviewBody = "123467890<br>JOSHUA";
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 = "June 25, 2009";

var pdPrOverall = new Object();
pdPrOverall.productId = 't-shirt-transformers-autobot-logo-big';
pdPrOverall.productName = '';
pdPrOverall.rating = 5;
pdPrOverall.reviewCount = 2;

prItemRatingDisplay();
prProductReviewsDisplay();

