function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "2216"; pr[0].productId = "6mm-aligner-bead-cap-as"; pr[0].name = "Cheryl"; pr[0].location = "Windham, Maine"; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "5"; pr[0].reviewTitle = "Bead Aligners"; pr[0].reviewBody = "These bead aligners are great. When I use a large hole bead without these the jewelry looks cheap and unfinished. With the aligners the finished piece looks like a more expensive piece of jewelry. I\'m in the process of completing a bracelet with the bead aligners so I don\'t have an image yet."; pr[0].reviewPros = "Fills large hole beads so the stringing wire doesn\'t show while wearing the item."; pr[0].reviewCons = "No cons that I can see."; pr[0].response = ""; pr[0].isRecommended = "1"; pr[0].img1 = ""; pr[0].img2 = ""; pr[0].img3 = ""; pr[0].dateSubmitted = "September 21, 2009"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 5; reviewsInfo.reviewCount = 1; reviewsInfo.ratingCount = 1; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();