function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "945"; pr[0].productId = "hair-growth-supplement"; pr[0].name = "christianna"; pr[0].location = "az"; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "4"; pr[0].reviewTitle = ""; pr[0].reviewBody = "this product works wonders to my hair. my hair grows incredibly slow naturally but these pills not only double my hair growth process but also keeps my skin smooth and nails healthy. i like it because it's affordable and there are no side effects"; pr[0].reviewPros = ""; pr[0].reviewCons = ""; pr[0].response = ""; pr[0].isRecommended = "1"; pr[0].img1 = ""; pr[0].img2 = ""; pr[0].img3 = ""; pr[0].dateSubmitted = "September 4, 2009"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 4; reviewsInfo.reviewCount = 1; reviewsInfo.ratingCount = 1; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();