function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "489"; pr[0].productId = "pethropobosk"; pr[0].name = "Nancy"; pr[0].location = "Fort Lauderdale, FL"; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "5"; pr[0].reviewTitle = "A Quality Product"; pr[0].reviewBody = "I suffer from melasma, and this has helped my recent freckles along with a strict regiment of spf 55 sun-block that I use daily. Best if you can use it with a good emollient night cream as it is drying. Give it 3 months to see results. "; pr[0].reviewPros = ""; pr[0].reviewCons = ""; pr[0].response = ""; pr[0].isRecommended = ""; pr[0].img1 = ""; pr[0].img2 = ""; pr[0].img3 = ""; pr[0].dateSubmitted = "July 12, 2008"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 5; reviewsInfo.reviewCount = 1; reviewsInfo.ratingCount = 1; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();