function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "94"; pr[0].productId = "luxury-discount-bedding-ensembles"; pr[0].name = "Jules Moore"; pr[0].location = "Wethersfield, Connecticut"; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "5"; pr[0].reviewTitle = ""; pr[0].reviewBody = "I would like to comment that I have been thrilled thus far with the outstanding service that I have been given.
"; 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 2, 2009, 1:27 pm"; pr[1] = new Object(); pr[1].reviewId = "95"; pr[1].productId = "luxury-discount-bedding-ensembles"; pr[1].name = "Jules Moore"; pr[1].location = "Wethersfield, Connecticut"; pr[1].country = ""; pr[1].countrycode = ""; pr[1].rating = "5"; pr[1].reviewTitle = ""; pr[1].reviewBody = "I would like to comment that I have been thrilled thus far with the outstanding service that I have been given.
"; pr[1].reviewPros = ""; pr[1].reviewCons = ""; pr[1].response = ""; pr[1].isRecommended = ""; pr[1].img1 = ""; pr[1].img2 = ""; pr[1].img3 = ""; pr[1].dateSubmitted = "May 2, 2009, 1:27 pm"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 4.5; reviewsInfo.reviewCount = 2; reviewsInfo.ratingCount = 2; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay();