function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "1007"; pr[0].productId = "cucue99grjub"; pr[0].name = "Nick"; pr[0].location = "los angeles, ca"; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "5"; pr[0].reviewTitle = "break cue"; pr[0].reviewBody = "looks great and hits like a hammer"; pr[0].reviewPros = "graphite"; pr[0].reviewCons = ""; pr[0].response = ""; pr[0].isRecommended = ""; pr[0].img1 = ""; pr[0].img2 = ""; pr[0].img3 = ""; pr[0].dateSubmitted = "October 28, 2009"; pr[1] = new Object(); pr[1].reviewId = "327"; pr[1].productId = "CUCUE99GRJUB"; pr[1].name = "Joe"; pr[1].location = ""; pr[1].country = ""; pr[1].countrycode = ""; pr[1].rating = "5"; pr[1].reviewTitle = "Cuetec Jump Break Cue"; pr[1].reviewBody = "This Cue by Cuetec has been by far for the money or even higher the greatest purchase that I have made while playing pool. The service my Ozone Billards has been outstanding. The cue has a variable weight system that goes from 18 oz to 22 oz. While my cue was short a few weights { 2oz\\'s } I called Ozone and was sent replacement pieces. Ozone was not at fault for this { Cuetec Problem } but sent weights right away to me. I will be a lifetime customer."; pr[1].reviewPros = ""; pr[1].reviewCons = ""; pr[1].response = ""; pr[1].isRecommended = ""; pr[1].img1 = ""; pr[1].img2 = ""; pr[1].img3 = ""; pr[1].dateSubmitted = "August 6, 2009"; pr[2] = new Object(); pr[2].reviewId = "164"; pr[2].productId = "CUCUE99GRJUB"; pr[2].name = "Joe Egbert"; pr[2].location = ""; pr[2].country = ""; pr[2].countrycode = ""; pr[2].rating = "5"; pr[2].reviewTitle = "Cuetec 99265 Jump Break Cue"; pr[2].reviewBody = "If you could have a rating above Excellent I would place it on both this stick and oZone Billiards. I received my cue stick in 3 working days, company told me 5. Rubber butt cap had a slight crack in it, received new one with whole butt end in 2 days. The cue stick is better than I had hoped for, perfect for Breaks and Jumping. It has great balance and if you want it has the weight change system incorporated into the butt. I am only waiting for the Cuetec smart extension to come back into stock so I can order it with my other supplies. I will always come back to oZone for my pool needs. Joe"; pr[2].reviewPros = ""; pr[2].reviewCons = ""; pr[2].response = ""; pr[2].isRecommended = ""; pr[2].img1 = ""; pr[2].img2 = ""; pr[2].img3 = ""; pr[2].dateSubmitted = "February 23, 2009"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 5; reviewsInfo.reviewCount = 3; reviewsInfo.ratingCount = 3; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();