function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "318"; pr[0].productId = "PLCUESNPERO"; pr[0].name = "EeeJay"; pr[0].location = ""; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "5"; pr[0].reviewTitle = "Players Cues"; pr[0].reviewBody = "Players cues are excellent!
You can spend easily spend $200 and get no better quality. I went ahead and purchased 4 of these for my house cues."; pr[0].reviewPros = ""; pr[0].reviewCons = ""; pr[0].response = ""; pr[0].isRecommended = ""; pr[0].img1 = ""; pr[0].img2 = ""; pr[0].img3 = ""; pr[0].dateSubmitted = "August 3, 2009"; pr[1] = new Object(); pr[1].reviewId = "270"; pr[1].productId = "PLCUESNPERO"; pr[1].name = "Pepper"; pr[1].location = ""; pr[1].country = ""; pr[1].countrycode = ""; pr[1].rating = "5"; pr[1].reviewTitle = "A real player!"; pr[1].reviewBody = "I play withe higher-end cues, but I had the chance to use this cue a few weeks ago. This cue plays great for the money. Good hit, good control, decent quality. I would recommend this for house cues, and for league players up to the mid-level. You\\'d have to spend nearly double the money to start finding better cues."; pr[1].reviewPros = ""; pr[1].reviewCons = ""; pr[1].response = ""; pr[1].isRecommended = ""; pr[1].img1 = ""; pr[1].img2 = ""; pr[1].img3 = ""; pr[1].dateSubmitted = "June 5, 2009"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 5; reviewsInfo.reviewCount = 2; reviewsInfo.ratingCount = 2; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();