function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "373"; pr[0].productId = "perfectrack"; pr[0].name = "John"; pr[0].location = "Northport, NY"; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "5"; pr[0].reviewTitle = ""; pr[0].reviewBody = "its pretty cheap and is always fair. if you like to bet then this is worth buying"; pr[0].reviewPros = ""; pr[0].reviewCons = ""; pr[0].response = ""; pr[0].isRecommended = ""; pr[0].img1 = ""; pr[0].img2 = ""; pr[0].img3 = ""; pr[0].dateSubmitted = "September 9, 2009"; pr[1] = new Object(); pr[1].reviewId = "288"; pr[1].productId = "PERFECTRACK"; pr[1].name = "Wil"; pr[1].location = ""; pr[1].country = ""; pr[1].countrycode = ""; pr[1].rating = "5"; pr[1].reviewTitle = "It grows on you"; pr[1].reviewBody = "At first it was hard to get use to but now I love it. The ball placement is always the same. Also for you guys that play money games or tournaments you know the balls are set perfect every time. Try it you will like 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 = "June 30, 2009"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 5; reviewsInfo.reviewCount = 2; reviewsInfo.ratingCount = 2; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();