function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "5022"; pr[0].productId = "antique-silver-5mm-tiffany-bead-cap"; pr[0].name = "Lori"; pr[0].location = "san antonio"; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "5"; pr[0].reviewTitle = ""; pr[0].reviewBody = ""; pr[0].reviewPros = ""; pr[0].reviewCons = ""; pr[0].response = ""; pr[0].isRecommended = ""; pr[0].img1 = ""; pr[0].img2 = ""; pr[0].img3 = ""; pr[0].dateSubmitted = "November 17, 2009"; pr[1] = new Object(); pr[1].reviewId = "2928"; pr[1].productId = "antique-silver-5mm-tiffany-bead-cap"; pr[1].name = "Stacy"; pr[1].location = "Alexander, AR"; pr[1].country = ""; pr[1].countrycode = ""; pr[1].rating = "5"; pr[1].reviewTitle = "Gorgeous Tiffany Bead Caps"; pr[1].reviewBody = "I love these bead caps! They are high quality and a great staple for any beader. I use them all the time. Brightlings service was phenomenal, as usual! Fast shipping and just an all around easy transaction. -)"; pr[1].reviewPros = "They were on sale. They are beautiful. They look great on Mother\'s Bracelets!"; pr[1].reviewCons = "None"; pr[1].response = ""; pr[1].isRecommended = "1"; pr[1].img1 = ""; pr[1].img2 = ""; pr[1].img3 = ""; pr[1].dateSubmitted = "October 8, 2009"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 5; reviewsInfo.reviewCount = 2; reviewsInfo.ratingCount = 2; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();