function pdGetProductReviews() {
var pr = new Array();
pr[0] = new Object();
pr[0].reviewId = "21";
pr[0].productId = "chocolate-microsuede-bedding-set";
pr[0].name = "Colleen Womelsdorf";
pr[0].location = "Springfield, Virginia";
pr[0].country = "";
pr[0].countrycode = "";
pr[0].rating = "5";
pr[0].reviewTitle = "";
pr[0].reviewBody = "Sheets are very elegant and the fabric is very sophisticated.
";
pr[0].reviewPros = "";
pr[0].reviewCons = "";
pr[0].response = "";
pr[0].isRecommended = "";
pr[0].img1 = "";
pr[0].img2 = "";
pr[0].img3 = "";
pr[0].dateSubmitted = "May 1, 2009, 5:16 pm";
pr[1] = new Object();
pr[1].reviewId = "320";
pr[1].productId = "chocolate-microsuede-bedding-set";
pr[1].name = "Liz";
pr[1].location = "San Diego, CA";
pr[1].country = "";
pr[1].countrycode = "";
pr[1].rating = "4";
pr[1].reviewTitle = "Not quite what I expected, but still great";
pr[1].reviewBody = "The product looks just like the picture. The comforter is very light, I was looking for something with more substance and weight to it for the winter season though. The microsuede is soft, as I had hoped. ";
pr[1].reviewPros = "Colors match what the picture shows.
Material is soft";
pr[1].reviewCons = "Lightweight, but soft.";
pr[1].response = "";
pr[1].isRecommended = "";
pr[1].img1 = "";
pr[1].img2 = "";
pr[1].img3 = "";
pr[1].dateSubmitted = "October 5, 2009, 11:02 am";
var reviewsInfo = new Object();
reviewsInfo.overallRating = 4.5;
reviewsInfo.reviewCount = 2;
reviewsInfo.ratingCount = 2;
reviewsInfo.productReviews = pr;
return reviewsInfo;
}
prRatingStars();
prMessage();
prRatingDisplay();
prReviewDisplay();