function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "126"; pr[0].productId = "PREDCUEBKWWR"; pr[0].name = "Thomas Walchesky"; pr[0].location = ""; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "5"; pr[0].reviewTitle = "Explosive break"; pr[0].reviewBody = "This break stick is amazing. I would recommend it to anyone wanting to improve their game. The wrap goes all the way almost to the butt end of the cue. This enables more power on the break. I am able to generate more power. I would say I now make a ball 75% of the time. Usually two or more balls go down. The spreads on the tables are also pretty good. The odds are now in my favor to break and run."; pr[0].reviewPros = ""; pr[0].reviewCons = ""; pr[0].response = ""; pr[0].isRecommended = ""; pr[0].img1 = ""; pr[0].img2 = ""; pr[0].img3 = ""; pr[0].dateSubmitted = "January 14, 2009"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 5; reviewsInfo.reviewCount = 1; reviewsInfo.ratingCount = 1; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();