function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "403"; pr[0].productId = "hotliproiney"; pr[0].name = "michael"; pr[0].location = "houston, texas"; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "5"; pr[0].reviewTitle = "amazing product, works with uverse"; pr[0].reviewBody = " I did a lot of research on rf and ir extenders, but I wanted something simple that did not involve special batteries or complications, or new remotes. I decided on this product, which let me run all items in cabinets, dvd player, cd player, ipod dock (gigaware), vcr, receiver and uverse dvr. it works flawlessly, the main issue I had was that i needed to move the piece from right to left on the uverse box until it found the ir area. once it found it , everything worked great. highly recommended."; pr[0].reviewPros = ""; pr[0].reviewCons = ""; pr[0].response = ""; pr[0].isRecommended = ""; pr[0].img1 = ""; pr[0].img2 = ""; pr[0].img3 = ""; pr[0].dateSubmitted = "November 16, 2009"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 5; reviewsInfo.reviewCount = 1; reviewsInfo.ratingCount = 1; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();