var pdPr = new Array();
pdPr[0] = new Object();
pdPr[0].reviewId = "332";
pdPr[0].productId = "bucdecepticonlogostripe";
pdPr[0].name = "sachin rego";
pdPr[0].location = "";
pdPr[0].rating = "5";
pdPr[0].reviewTitle = "wow";
pdPr[0].reviewBody = "thats nice";
pdPr[0].reviewPros = "";
pdPr[0].reviewCons = "";
pdPr[0].response = "";
pdPr[0].isRecommended = "1";
pdPr[0].isVerifiedBuyer = "0";
pdPr[0].img1 = "";
pdPr[0].img2 = "";
pdPr[0].img3 = "";
pdPr[0].dateSubmitted = "September 4, 2009";

pdPr[1] = new Object();
pdPr[1].reviewId = "205";
pdPr[1].productId = "bucdecepticonlogostripe";
pdPr[1].name = "Terry Brown";
pdPr[1].location = "";
pdPr[1].rating = "4";
pdPr[1].reviewTitle = "love it";
pdPr[1].reviewBody = "Love having this buckle. Cant wait to show it off. P";
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 28, 2009";

var pdPrOverall = new Object();
pdPrOverall.productId = 'bucdecepticonlogostripe';
pdPrOverall.productName = 'Transformers Decepticon Belt Buckle';
pdPrOverall.rating = 4.5;
pdPrOverall.reviewCount = 2;

prItemRatingDisplay();
prProductReviewsDisplay();

