function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "123"; pr[0].productId = "BLCUEHEWIPIS"; pr[0].name = "Angela"; pr[0].location = ""; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "5"; pr[0].reviewTitle = "I love this stick"; pr[0].reviewBody = "I just got my cue yesterday and I have started playing with it. Even though it is a light stick it plays very well. My husband has tried taking it away from me because of how good it shoots.."; pr[0].reviewPros = ""; pr[0].reviewCons = ""; pr[0].response = ""; pr[0].isRecommended = ""; pr[0].img1 = ""; pr[0].img2 = ""; pr[0].img3 = ""; pr[0].dateSubmitted = "January 13, 2009"; pr[1] = new Object(); pr[1].reviewId = "100"; pr[1].productId = "BLCUEHEWIPIS"; pr[1].name = "Bob Smith"; pr[1].location = ""; pr[1].country = ""; pr[1].countrycode = ""; pr[1].rating = "5"; pr[1].reviewTitle = "blizzard cue"; pr[1].reviewBody = "I order this cue for my wife,we got it in about three days. we shot with it last night, for a cheap cue it shoots great I was amazed how it shot. "; pr[1].reviewPros = ""; pr[1].reviewCons = ""; pr[1].response = ""; pr[1].isRecommended = ""; pr[1].img1 = ""; pr[1].img2 = ""; pr[1].img3 = ""; pr[1].dateSubmitted = "November 20, 2008"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 5; reviewsInfo.reviewCount = 2; reviewsInfo.ratingCount = 2; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();