function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "50"; pr[0].productId = "pt-ae3000u"; pr[0].name = "Keith Schroeder"; pr[0].location = "Rushville, IL"; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "4"; pr[0].reviewTitle = "Great projector for most uses"; pr[0].reviewBody = "I upgraded to the ae3000u a little over a year ago from my ae1000u. Primary reasons for the upgrade was advertised black levels and the lens memory function. This year I feel no need to upgrade to the ae4000u due to the flawless operation of the 3000. I have it coupled with a Carada BW 136\" diagonal 2.351 screen in a completely light-controlled room with a black ceiling and dark walls. It\'s also been ISF-calibrated. The picture it throws is very cinematic not overly sharp, and the blacks are obviously more gray than my Pioneer Kuro Elite 151, but a pleasure to watch nonetheless. It gets used about 10-15 hoursweek on average."; pr[0].reviewPros = "Lens memory decent capability for ISF-calibration"; pr[0].reviewCons = "black levels are not on a level with other models, but not bad"; pr[0].response = ""; pr[0].isRecommended = "1"; pr[0].img1 = ""; pr[0].img2 = ""; pr[0].img3 = ""; pr[0].dateSubmitted = "October 19, 2009"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 4; reviewsInfo.reviewCount = 1; reviewsInfo.ratingCount = 1; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();