function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "4132"; pr[0].productId = "pewter-silver-beaded-hook-eye-clasp"; pr[0].name = "Marian"; pr[0].location = "Savannah, GA."; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "5"; pr[0].reviewTitle = "Hook and Eye clasps"; pr[0].reviewBody = "I have found these clasps to be the most user friendly of all clasps! I will use them on everything which requires a clasp. You guys are the only sellers I have found that sell this particular type, therefore I will continue to purchase from you! Thank you!"; pr[0].reviewPros = ""; pr[0].reviewCons = ""; pr[0].response = ""; pr[0].isRecommended = "1"; pr[0].img1 = ""; pr[0].img2 = ""; pr[0].img3 = ""; pr[0].dateSubmitted = "November 1, 2009"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 5; reviewsInfo.reviewCount = 1; reviewsInfo.ratingCount = 1; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();