function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "446"; pr[0].productId = "sulamioreaud"; pr[0].name = "Jenessa"; pr[0].location = "Salt Lake City"; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "5"; pr[0].reviewTitle = "My favorite!!"; pr[0].reviewBody = "This is the best fragrance I have ever had. It is really unique and feminine. It lasts all day too but it is not over baring at all. I get so many compliments on the way I smell. It is only one ounce for $50 but it is definatly worth it. I just wish they made a bigger bottle so I didn\'t run out so fast. I would pay just about anything for 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 = "February 23, 2008"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 5; reviewsInfo.reviewCount = 1; reviewsInfo.ratingCount = 1; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();