function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "200"; pr[0].productId = "miduthsica"; pr[0].name = "Mike"; pr[0].location = "Woodridge, IL"; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "5"; pr[0].reviewTitle = "Sticky Sticky Sticky"; pr[0].reviewBody = "My best friend growing up had a box of these with him at all times. They are truly a classic candy, and although I dont really like them (too much sticks in the teeth), I could not image a movie theater that did not sell them."; pr[0].reviewPros = "Sticky"; pr[0].reviewCons = "Sticky"; pr[0].response = ""; pr[0].isRecommended = "1"; pr[0].img1 = "temp4af3f560268b4.jpg"; pr[0].img2 = ""; pr[0].img3 = ""; pr[0].dateSubmitted = "November 6, 2009"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 5; reviewsInfo.reviewCount = 1; reviewsInfo.ratingCount = 1; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();