var pdPr = new Array();
pdPr[0] = new Object();
pdPr[0].reviewId = "1106";
pdPr[0].productId = "costume-t-shirt-ghostbusters-uniform";
pdPr[0].name = "Steve";
pdPr[0].location = "Camden, Maine";
pdPr[0].rating = "5";
pdPr[0].reviewTitle = "He slimed me";
pdPr[0].reviewBody = "One of my favorite pieces of Ghostbusters merchandise. I love that the slime stains glow in the dark. Shirt always gets lots of compliments from friends.";
pdPr[0].reviewPros = "Soft cotton material<br><br>Comfortable<br><br>Stylish<br><br>Trendy<br>";
pdPr[0].reviewCons = "";
pdPr[0].response = "Ghostbusters Venkman Costume T-Shirt";
pdPr[0].isRecommended = "1";
pdPr[0].isVerifiedBuyer = "1";
pdPr[0].img1 = "";
pdPr[0].img2 = "";
pdPr[0].img3 = "";
pdPr[0].dateSubmitted = "September 15, 2010";

var pdPrOverall = new Object();
pdPrOverall.productId = 'costume-t-shirt-ghostbusters-uniform';
pdPrOverall.productName = 'Ghostbusters Venkman Costume T-Shirt';
pdPrOverall.rating = 5;
pdPrOverall.reviewCount = 1;

prItemRatingDisplay();
prProductReviewsDisplay();

