function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "135"; pr[0].productId = "weavporpacco"; pr[0].name = "Steven"; pr[0].location = "Rochester Hills, MI"; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "4"; pr[0].reviewTitle = "Portion Packs Are The Best!!! Pop Weaver Has Classic Movie Theatre Popcorn Taste!!!"; pr[0].reviewBody = "Highly recommend the portion packs, clean and easy. I rate the Pop Weaver brand\'s taste slightly ahead of Country Harvest but slightly behind Mega Pop. Stock a mixture of popcorns and let your guests decide on their favorite."; pr[0].reviewPros = ""; pr[0].reviewCons = ""; pr[0].response = ""; pr[0].isRecommended = "1"; pr[0].img1 = ""; pr[0].img2 = ""; pr[0].img3 = ""; pr[0].dateSubmitted = "November 5, 2009"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 4; reviewsInfo.reviewCount = 1; reviewsInfo.ratingCount = 1; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();