function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "4387"; pr[0].productId = "peridot-3x2mm-buttons"; pr[0].name = "Kittie"; pr[0].location = "Detroit"; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "5"; pr[0].reviewTitle = "Peridot 3x2mm Button Beads"; pr[0].reviewBody = "Nice saturation of color with minimal inclusions. Decent vivid peridot color with good consistency in color, size and shape."; 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 4, 2009"; pr[1] = new Object(); pr[1].reviewId = "4039"; pr[1].productId = "peridot-3x2mm-buttons"; pr[1].name = "Jo"; pr[1].location = "Fayetteville, NY"; pr[1].country = ""; pr[1].countrycode = ""; pr[1].rating = "5"; pr[1].reviewTitle = "peridot button beads"; pr[1].reviewBody = "great price, good color"; pr[1].reviewPros = ""; pr[1].reviewCons = ""; pr[1].response = ""; pr[1].isRecommended = ""; pr[1].img1 = ""; pr[1].img2 = ""; pr[1].img3 = ""; pr[1].dateSubmitted = "October 31, 2009"; pr[2] = new Object(); pr[2].reviewId = "2246"; pr[2].productId = "peridot-3x2mm-buttons"; pr[2].name = "Loa"; pr[2].location = "Florida"; pr[2].country = ""; pr[2].countrycode = ""; pr[2].rating = "5"; pr[2].reviewTitle = "Awesome Peridot"; pr[2].reviewBody = "These are dainty in size, but not in quality. Good saturation of color and the color is a true green with Yellow flashes. Often with smaller stones the color isn\'t there, this strand goes against the norm. I am proud to add these to my designs. Highly recommend for that flash of color in any design."; pr[2].reviewPros = ""; pr[2].reviewCons = ""; pr[2].response = ""; pr[2].isRecommended = "1"; pr[2].img1 = ""; pr[2].img2 = ""; pr[2].img3 = ""; pr[2].dateSubmitted = "September 22, 2009"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 5; reviewsInfo.reviewCount = 3; reviewsInfo.ratingCount = 3; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();