function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "1053"; pr[0].productId = "humicrsa"; pr[0].name = "Sheri"; pr[0].location = "Wenzel"; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "3"; pr[0].reviewTitle = ""; pr[0].reviewBody = "It came with no directions. It is a little drying on the skin."; pr[0].reviewPros = ""; pr[0].reviewCons = ""; pr[0].response = "Directions are on the website under the full product description."; pr[0].isRecommended = "1"; pr[0].img1 = ""; pr[0].img2 = ""; pr[0].img3 = ""; pr[0].dateSubmitted = "September 17, 2009"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 3; reviewsInfo.reviewCount = 1; reviewsInfo.ratingCount = 1; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();