function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "967"; pr[0].productId = "doraprpobara"; pr[0].name = "Brandon"; pr[0].location = "Omaha, NE"; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "5"; pr[0].reviewTitle = "Don\'s the man! Best rack out there! Thanks!"; pr[0].reviewBody = "Believe me, just buy one. There is a video somewhere on the net and it shows everything about it! You will NOT be sorry!"; pr[0].reviewPros = "Stiff thick plastic, the raised inside lip to create down pressure on the balls, and the thumb tabs with pivot bottom. "; pr[0].reviewCons = "Not one."; pr[0].response = ""; pr[0].isRecommended = ""; pr[0].img1 = ""; pr[0].img2 = ""; pr[0].img3 = ""; pr[0].dateSubmitted = "October 26, 2009"; pr[1] = new Object(); pr[1].reviewId = "263"; pr[1].productId = "DORAPRPOBARA"; pr[1].name = "Dennis Nupdal"; pr[1].location = ""; pr[1].country = ""; pr[1].countrycode = ""; pr[1].rating = "5"; pr[1].reviewTitle = "Don\\'s Rack"; pr[1].reviewBody = "This was the best rack I ever found. I brought it to every practice night and to all my team\\'s BCA League Matches last season, where it was used by all my teammates and the majority of our opponents. Unfortunately, it didn\\'t survive being run over. Rest assured that I will replace it, and I will take better care of the next one! "; pr[1].reviewPros = ""; pr[1].reviewCons = ""; pr[1].response = ""; pr[1].isRecommended = ""; pr[1].img1 = ""; pr[1].img2 = ""; pr[1].img3 = ""; pr[1].dateSubmitted = "June 3, 2009"; pr[2] = new Object(); pr[2].reviewId = "137"; pr[2].productId = "DORAPRPOBARA"; pr[2].name = "Anonymous"; pr[2].location = ""; pr[2].country = ""; pr[2].countrycode = ""; pr[2].rating = "5"; pr[2].reviewTitle = "x"; pr[2].reviewBody = "Good Job Don......."; pr[2].reviewPros = ""; pr[2].reviewCons = ""; pr[2].response = ""; pr[2].isRecommended = ""; pr[2].img1 = ""; pr[2].img2 = ""; pr[2].img3 = ""; pr[2].dateSubmitted = "January 31, 2009"; pr[3] = new Object(); pr[3].reviewId = "139"; pr[3].productId = "DORAPRPOBARA"; pr[3].name = "Anonymous"; pr[3].location = ""; pr[3].country = ""; pr[3].countrycode = ""; pr[3].rating = "5"; pr[3].reviewTitle = "x"; pr[3].reviewBody = "Good Job Don......."; pr[3].reviewPros = ""; pr[3].reviewCons = ""; pr[3].response = ""; pr[3].isRecommended = ""; pr[3].img1 = ""; pr[3].img2 = ""; pr[3].img3 = ""; pr[3].dateSubmitted = "January 31, 2009"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 5; reviewsInfo.reviewCount = 4; reviewsInfo.ratingCount = 4; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();