function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "5044"; pr[0].productId = "g-spiral-cages-small-ac"; pr[0].name = "B"; pr[0].location = "East Troy, WI"; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "5"; pr[0].reviewTitle = "Copper Spiral"; pr[0].reviewBody = "I like working with these spirals.. Easy to add an additional a stone or ??? to a chain with inserting the stone inside the cage and then using a jump ring to attach"; pr[0].reviewPros = "East to use
Easy to add a stone to your work"; pr[0].reviewCons = ""; pr[0].response = ""; pr[0].isRecommended = "1"; pr[0].img1 = ""; pr[0].img2 = ""; pr[0].img3 = ""; pr[0].dateSubmitted = "November 18, 2009"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 5; reviewsInfo.reviewCount = 1; reviewsInfo.ratingCount = 1; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();