function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "431"; pr[0].productId = "1930s-fingerwave-fluff-lacey-costume-wig"; pr[0].name = "Marcia"; pr[0].location = "California"; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "5"; pr[0].reviewTitle = "Great wig"; pr[0].reviewBody = "I recently used this wig in a production at our community theatre...It looked very realistic close up and on the stage. It also stood up for the entire run of the show -4 weeks, and it is still in excellent shape. You can\'t beat it for the price."; 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 1, 2009"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 5; reviewsInfo.reviewCount = 1; reviewsInfo.ratingCount = 1; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();