function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "87"; pr[0].productId = "PREDCUEBREAK"; pr[0].name = "Anonymous"; pr[0].location = ""; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "5"; pr[0].reviewTitle = "Most Powerful Break Cue!!!"; pr[0].reviewBody = "I have had a Sledgehammer for years, but it did not provide as mush power as the BK-2! I have better control of the break because I can slow my stroke down without losing any power!!! Great Cue!!!!"; pr[0].reviewPros = ""; pr[0].reviewCons = ""; pr[0].response = ""; pr[0].isRecommended = ""; pr[0].img1 = ""; pr[0].img2 = ""; pr[0].img3 = ""; pr[0].dateSubmitted = "October 25, 2008"; pr[1] = new Object(); pr[1].reviewId = "40"; pr[1].productId = "PREDCUEBREAK"; pr[1].name = "Anonymous"; pr[1].location = ""; pr[1].country = ""; pr[1].countrycode = ""; pr[1].rating = "5"; pr[1].reviewTitle = "BEST ON THE MARKET"; pr[1].reviewBody = "I have used several break cues and I have never used a break cue with the accuracy and precision as the Predator BK. The gives so much power with so little effort."; pr[1].reviewPros = ""; pr[1].reviewCons = ""; pr[1].response = ""; pr[1].isRecommended = ""; pr[1].img1 = ""; pr[1].img2 = ""; pr[1].img3 = ""; pr[1].dateSubmitted = "October 1, 2008"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 5; reviewsInfo.reviewCount = 2; reviewsInfo.ratingCount = 2; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();