function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "1330"; pr[0].productId = "blopdafalowi"; pr[0].name = "Mary Ozor"; pr[0].location = "Norman, Oklahoma "; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "1"; pr[0].reviewTitle = "Ready to see results"; pr[0].reviewBody = "I used this product a total of two times, and it irritated my face. I got rashes on the areas that I applied the lotion. Other people may have better experiences with this lotion, but I personally will never buy this product again"; pr[0].reviewPros = ""; pr[0].reviewCons = ""; pr[0].response = ""; pr[0].isRecommended = ""; pr[0].img1 = ""; pr[0].img2 = ""; pr[0].img3 = ""; pr[0].dateSubmitted = "November 11, 2009"; pr[1] = new Object(); pr[1].reviewId = "305"; pr[1].productId = "blopdafalowi"; pr[1].name = "Jolie"; pr[1].location = "Silver Spring, Maryland"; pr[1].country = ""; pr[1].countrycode = ""; pr[1].rating = "0"; pr[1].reviewTitle = ""; pr[1].reviewBody = "Prevents skin from darkening. Will even tone your skin tone."; pr[1].reviewPros = ""; pr[1].reviewCons = ""; pr[1].response = ""; pr[1].isRecommended = "0"; pr[1].img1 = ""; pr[1].img2 = ""; pr[1].img3 = ""; pr[1].dateSubmitted = "February 3, 2009"; pr[2] = new Object(); pr[2].reviewId = "99"; pr[2].productId = "blopdafalowi"; pr[2].name = "Cassandra Tinley"; pr[2].location = "New Jersey"; pr[2].country = ""; pr[2].countrycode = ""; pr[2].rating = "0"; pr[2].reviewTitle = ""; pr[2].reviewBody = "This product works great with minimizing the appearance of dark spots on my face. Its application is light and I find that it provides a great all over even tone. The sunscreen protection is an added benefit that's good for all."; pr[2].reviewPros = ""; pr[2].reviewCons = ""; pr[2].response = ""; pr[2].isRecommended = "0"; pr[2].img1 = ""; pr[2].img2 = ""; pr[2].img3 = ""; pr[2].dateSubmitted = "September 15, 2007"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 1; reviewsInfo.reviewCount = 3; reviewsInfo.ratingCount = 1; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();