function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "272"; pr[0].productId = "OBCUOBGRST"; pr[0].name = "dane peshe"; pr[0].location = ""; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "4"; pr[0].reviewTitle = "OB-1cue and shaft"; pr[0].reviewBody = "The shaft makes a good (Joss) product better. The OB-1 has a longer pro taper (15\\" vs. 9\\")than a standard Joss shaft, making the OB-1 version of this cue ergonomically easier (more comfortable)to use.....while retaining the solidity one expects from a Joss product. "; pr[0].reviewPros = ""; pr[0].reviewCons = ""; pr[0].response = ""; pr[0].isRecommended = ""; pr[0].img1 = ""; pr[0].img2 = ""; pr[0].img3 = ""; pr[0].dateSubmitted = "June 6, 2009"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 4; reviewsInfo.reviewCount = 1; reviewsInfo.ratingCount = 1; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();