function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "693"; pr[0].productId = "lucuejucuel2"; pr[0].name = "Daniel"; pr[0].location = "Nampa Idaho"; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "4"; pr[0].reviewTitle = ""; pr[0].reviewBody = "Good for a cheap jump cue. Pretty easy to use."; pr[0].reviewPros = ""; pr[0].reviewCons = "Doesn\'t have a leather tip."; pr[0].response = ""; pr[0].isRecommended = ""; pr[0].img1 = ""; pr[0].img2 = ""; pr[0].img3 = ""; pr[0].dateSubmitted = "October 8, 2009"; pr[1] = new Object(); pr[1].reviewId = "181"; pr[1].productId = "LUCUEJUCUEL2"; pr[1].name = "james wheeler"; pr[1].location = ""; pr[1].country = ""; pr[1].countrycode = ""; pr[1].rating = "5"; pr[1].reviewTitle = "jump stick review"; pr[1].reviewBody = "for the turniment player no pool bag is compleate with out this stick it is affordible it does the job it needs to do and it keeps the turniment rule do not break down your stick or you forfit the match jump break sticks are nice to shoot around with but when you are shooting for real keep this one around if you dont you will regret it."; pr[1].reviewPros = ""; pr[1].reviewCons = ""; pr[1].response = ""; pr[1].isRecommended = ""; pr[1].img1 = ""; pr[1].img2 = ""; pr[1].img3 = ""; pr[1].dateSubmitted = "March 4, 2009"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 4.5; reviewsInfo.reviewCount = 2; reviewsInfo.ratingCount = 2; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();