function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "877"; pr[0].productId = "arbaca"; pr[0].name = "Jerry A. Randolph"; pr[0].location = "Daphne, Alabama"; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "5"; pr[0].reviewTitle = ""; pr[0].reviewBody = "This case is excellent for carrying a rack of balls including two cue balls. You can carry it with either the handle or a shoulder strap. There is a space for ball cleaner. I use this space to carry three training balls. I teach pocket billiards and use them in my classes."; pr[0].reviewPros = "Very stylish and professional looking. The front pocket is handy for carrying literature."; pr[0].reviewCons = "None"; pr[0].response = ""; pr[0].isRecommended = ""; pr[0].img1 = ""; pr[0].img2 = ""; pr[0].img3 = ""; pr[0].dateSubmitted = "October 20, 2009"; pr[1] = new Object(); pr[1].reviewId = "673"; pr[1].productId = "arbaca"; pr[1].name = "Andrew"; pr[1].location = "San Francisco, CA"; pr[1].country = ""; pr[1].countrycode = ""; pr[1].rating = "5"; pr[1].reviewTitle = ""; pr[1].reviewBody = "Great to carry around a set of balls.
Empty ball slot.
Accessory slot has room for small tools or cleaner and a rag, or room for additional balls, too."; pr[1].reviewPros = ""; pr[1].reviewCons = ""; pr[1].response = ""; pr[1].isRecommended = ""; pr[1].img1 = ""; pr[1].img2 = ""; pr[1].img3 = ""; pr[1].dateSubmitted = "October 7, 2009"; pr[2] = new Object(); pr[2].reviewId = "486"; pr[2].productId = "arbaca"; pr[2].name = "Robert"; pr[2].location = "Houston, TX"; pr[2].country = ""; pr[2].countrycode = ""; pr[2].rating = "4"; pr[2].reviewTitle = "Aramith Ball Case"; pr[2].reviewBody = "Very nice case for the price."; pr[2].reviewPros = "Secure zipper, heavy outside material and place for each individual ball."; pr[2].reviewCons = "Foam is two (2) pieces glued together. Outer edges are rough (although not seen when case is open)."; pr[2].response = ""; pr[2].isRecommended = "1"; pr[2].img1 = ""; pr[2].img2 = ""; pr[2].img3 = ""; pr[2].dateSubmitted = "September 28, 2009"; pr[3] = new Object(); pr[3].reviewId = "431"; pr[3].productId = "arbaca"; pr[3].name = "Lary"; pr[3].location = "Belmont CA"; pr[3].country = ""; pr[3].countrycode = ""; pr[3].rating = "5"; pr[3].reviewTitle = " Aramith Ball Case"; pr[3].reviewBody = "delivered on time -no problems - gets the job done"; pr[3].reviewPros = ""; pr[3].reviewCons = ""; pr[3].response = ""; pr[3].isRecommended = "1"; pr[3].img1 = ""; pr[3].img2 = ""; pr[3].img3 = ""; pr[3].dateSubmitted = "September 24, 2009"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 5; reviewsInfo.reviewCount = 4; reviewsInfo.ratingCount = 4; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();