function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "178"; pr[0].productId = "LUCUELSBLJUB"; pr[0].name = "james"; pr[0].location = ""; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "5"; pr[0].reviewTitle = "jump break combo review"; pr[0].reviewBody = "this is a great stick i personaly own this pool cue it is great for jump shots nice for the corner shots the uni lock allowed me to get a preditor Z shaft as a seciond shafe and is a wonderfull break cue the only down part is according to turniment rules you can not brake down your pool stick but other than that this is a great stick"; pr[0].reviewPros = ""; pr[0].reviewCons = ""; pr[0].response = ""; pr[0].isRecommended = ""; pr[0].img1 = ""; pr[0].img2 = ""; pr[0].img3 = ""; pr[0].dateSubmitted = "March 4, 2009"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 5; reviewsInfo.reviewCount = 1; reviewsInfo.ratingCount = 1; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();