function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "10"; pr[0].productId = "luxury-bed-in-a-bag-set"; pr[0].name = "Jessica"; pr[0].location = ""; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "5"; pr[0].reviewTitle = "Utica, NY"; pr[0].reviewBody = "This bedding is fabulous! I bought the queen size for my bed. I have never felt so comfortable in my bed. It feels and looks great and a great buy for the price! I was a little upset it didnt come with the sheets, but I felt better after being able to upgrade to a higher thread count. I recommend their bedding for adults as well as their children bedding. I love my daughter's and a lot of my friends also buy all of their bedding here too!."; 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 30, 1999, 12:00 am"; pr[1] = new Object(); pr[1].reviewId = "99"; pr[1].productId = "luxury-bed-in-a-bag-set"; pr[1].name = "Brittany Lewis"; pr[1].location = "Fulton, Mississippi"; pr[1].country = ""; pr[1].countrycode = ""; pr[1].rating = "5"; pr[1].reviewTitle = ""; pr[1].reviewBody = "Thank you very much. I ordered it this morning and I can't wait to get it!!! You have been a big help and I really appreciate the customer service.
"; 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:30 pm"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 4.5; reviewsInfo.reviewCount = 2; reviewsInfo.ratingCount = 2; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay();