function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "343"; pr[0].productId = "MCCUESLBLWWR"; pr[0].name = "Gary"; pr[0].location = ""; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "4"; pr[0].reviewTitle = "Nice Stick."; pr[0].reviewBody = "This isnt the best looking stick but then again its not ment to be pretty. Its VERY solid and hits like its name. Takes a bit of getting use to with the tip that is on it. It isnt your typical leather tip that most would think it would have. I miss cued a few times tell I got use to it. Be aware that some places have commented on the black marks the tip leaves on the cue ball durring breaks. On the other hand it has greatly improved my break and im very happy that I have added this to my cue collection.
Again Ozone got my order to me rather fast and packed up very nicely and came in superb shape as the last orders I have placed . Thanks again for your wonderfull service. "; pr[0].reviewPros = ""; pr[0].reviewCons = ""; pr[0].response = ""; pr[0].isRecommended = ""; pr[0].img1 = ""; pr[0].img2 = ""; pr[0].img3 = ""; pr[0].dateSubmitted = "August 25, 2009"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 4; reviewsInfo.reviewCount = 1; reviewsInfo.ratingCount = 1; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();