function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "31"; pr[0].productId = "microsuede-comforter-bed-in-a-bag-set"; pr[0].name = "Gabriel Cipriano"; pr[0].location = "Florence, New Jersey"; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "5"; pr[0].reviewTitle = ""; pr[0].reviewBody = "This bedding is beautiful and elegant, yet it is very durable. We have had it for a year and a half and it still looks the same as the day we bought it.
"; 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:25 pm"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 4.5; reviewsInfo.reviewCount = 1; reviewsInfo.ratingCount = 1; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay();