function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "320"; pr[0].productId = "PLSPSECUEJB6"; pr[0].name = "Anonymous"; pr[0].location = ""; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "5"; pr[0].reviewTitle = "Happy with Cue"; pr[0].reviewBody = "While I can\\'t compare the cue to high-end break cue, as a casual player it greatly improved my break as compared to using a house cue. The workmanship doesn\\'t equal my regular Viking cue, but the Player break cue is effective and a good value for the money."; 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 5, 2009"; pr[1] = new Object(); pr[1].reviewId = "231"; pr[1].productId = "PLSPSECUEJB6"; pr[1].name = "Jason Sanders"; pr[1].location = ""; pr[1].country = ""; pr[1].countrycode = ""; pr[1].rating = "5"; pr[1].reviewTitle = "Jumping Jason Sanders"; pr[1].reviewBody = "The Bakelite tip makes this cue really excells at jumping and give great control on the break due to how well it holds chalk. It has a great feel and seems to be well balanced for breaking ( 19oz anyway). When shortened to jump it is light and jumps with ease.All and all I would have to say it\\\\'s the best jump break for under 100 bucks. Great cue"; pr[1].reviewPros = ""; pr[1].reviewCons = ""; pr[1].response = ""; pr[1].isRecommended = ""; pr[1].img1 = ""; pr[1].img2 = ""; pr[1].img3 = ""; pr[1].dateSubmitted = "May 1, 2009"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 5; reviewsInfo.reviewCount = 2; reviewsInfo.ratingCount = 2; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();