function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "1182"; pr[0].productId = "50gifcer"; pr[0].name = "Andrew"; pr[0].location = "Colorado Springs, CO"; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "5"; pr[0].reviewTitle = "Fast and convenient"; pr[0].reviewBody = "The gift certificate isn't exactly a product, but there were a lot of positives to it. It can be emailed and there were various denominations that could be sent. Furthermore, I had put in the wrong email address for the gift certificate to be sent to and treasured locks did an excellent job helping me correct the situation. They responded to me very quickly. Great products and service. I especially appreciate their in depth discussion of skin and hair care. It is important for shoppers to be educated. "; pr[0].reviewPros = "Customer Service
Convenience"; pr[0].reviewCons = "None"; pr[0].response = ""; pr[0].isRecommended = "1"; pr[0].img1 = ""; pr[0].img2 = ""; pr[0].img3 = ""; pr[0].dateSubmitted = "October 7, 2009"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 5; reviewsInfo.reviewCount = 1; reviewsInfo.ratingCount = 1; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();