function pdGetProductReviews() {
var pr = new Array();
pr[0] = new Object();
pr[0].reviewId = "247";
pr[0].productId = "8mm-lg-hole-spacer-as";
pr[0].name = "Michelle W.";
pr[0].location = "Vancouver, Washington";
pr[0].country = "";
pr[0].countrycode = "";
pr[0].rating = "5";
pr[0].reviewTitle = "Senational in Silver";
pr[0].reviewBody = "The picture on the website doesn\'t do this bead justice. It has a smooth, beautiful finish with precise antiquing. I couldn\'t find a heishi spacer this large on any other website. Thanks Brightlings Beads, you always come through for me!";
pr[0].reviewPros = "Beautiful finish.
Precise antiquing.
Hard to find size.";
pr[0].reviewCons = "";
pr[0].response = "";
pr[0].isRecommended = "1";
pr[0].img1 = "";
pr[0].img2 = "";
pr[0].img3 = "";
pr[0].dateSubmitted = "August 26, 2009";
var reviewsInfo = new Object();
reviewsInfo.overallRating = 5;
reviewsInfo.reviewCount = 1;
reviewsInfo.ratingCount = 1;
reviewsInfo.productReviews = pr;
return reviewsInfo;
}
prRatingStars();
prMessage();
prRatingDisplay();
prReviewDisplay();
prReviewFormDisplay();