function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "901"; pr[0].productId = "blopesfaco"; pr[0].name = "Jennifer"; pr[0].location = "Madison, WI"; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "4"; pr[0].reviewTitle = "Can see the difference"; pr[0].reviewBody = "I bought this about 3 weeks ago because of dark spots from acne. I use it 2x a day and can already see a difference. I can't find this brand in any of the local stores. Thanks for providing the product. I was using a well known brand, all it did was make my face super oily and did nothing for fading the marks."; pr[0].reviewPros = "light
non oily
serum
doesn't smell"; pr[0].reviewCons = ""; pr[0].response = ""; pr[0].isRecommended = "1"; pr[0].img1 = ""; pr[0].img2 = ""; pr[0].img3 = ""; pr[0].dateSubmitted = "August 23, 2009"; pr[1] = new Object(); pr[1].reviewId = "323"; pr[1].productId = "blopesfaco"; pr[1].name = "patricia kitt"; pr[1].location = "fort washington,md"; pr[1].country = ""; pr[1].countrycode = ""; pr[1].rating = "0"; pr[1].reviewTitle = ""; pr[1].reviewBody = "I have tried every fade cream on the market/dermatologist and none of them worked for me like black opal fade gel,I had a discoloration that women get at a certain age all across my forehead,after using black opal the dark spot went away."; 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 24, 2009"; pr[2] = new Object(); pr[2].reviewId = "35"; pr[2].productId = "blopesfaco"; pr[2].name = "Stacey Jackson"; pr[2].location = "Ohio"; pr[2].country = ""; pr[2].countrycode = ""; pr[2].rating = "0"; pr[2].reviewTitle = ""; pr[2].reviewBody = "I haven't found anything that works as well as the Black Opal Essential Fade Complex. Please HURRY and get more in stock!Sincerely,stacey Jackson"; 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 = "March 20, 2007"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 4; reviewsInfo.reviewCount = 3; reviewsInfo.ratingCount = 1; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();