function pdGetProductReviews() {
var pr = new Array();
pr[0] = new Object();
pr[0].reviewId = "109";
pr[0].productId = "hc6500ub";
pr[0].name = "michael";
pr[0].location = "the woodlands, texas";
pr[0].country = "";
pr[0].countrycode = "";
pr[0].rating = "5";
pr[0].reviewTitle = "Incredible quality";
pr[0].reviewBody = "I have never done home theater before but this was very easy to do. I unpacked it, plugged it in, and mounted it on a media shelf I got from office depot ($150) and projected onto the wall. the quality was amazing, it is even better once the screen is on. both dvd\'s and blue-rays shine, the sharpness and blacks are exceptional. nothing negative about it.";
pr[0].reviewPros = "";
pr[0].reviewCons = "";
pr[0].response = "";
pr[0].isRecommended = "1";
pr[0].img1 = "";
pr[0].img2 = "";
pr[0].img3 = "";
pr[0].dateSubmitted = "November 4, 2009";
pr[1] = new Object();
pr[1].reviewId = "102";
pr[1].productId = "hc6500ub";
pr[1].name = "Scott";
pr[1].location = "Hammonds Plains, Nova Scotia";
pr[1].country = "";
pr[1].countrycode = "";
pr[1].rating = "5";
pr[1].reviewTitle = "Top Notch Projector Finally Reaches Affordable Price Range!!";
pr[1].reviewBody = "I purchased this projector and instantly fell in love with it. Deep rich blacks and super whites are abundant in any of the viewing modes right out of the box. Go as far as calibrating the color gamut and you will be amazed. High end quality for any HT budget.";
pr[1].reviewPros = "Long Life Lamp
Quiet Operation
User Friendly";
pr[1].reviewCons = "Frame Interpolation";
pr[1].response = "";
pr[1].isRecommended = "1";
pr[1].img1 = "";
pr[1].img2 = "";
pr[1].img3 = "";
pr[1].dateSubmitted = "November 1, 2009";
var reviewsInfo = new Object();
reviewsInfo.overallRating = 5;
reviewsInfo.reviewCount = 2;
reviewsInfo.ratingCount = 2;
reviewsInfo.productReviews = pr;
return reviewsInfo;
}
prRatingStars();
prMessage();
prRatingDisplay();
prReviewDisplay();
prReviewFormDisplay();