function pdGetProductReviews() {
var pr = new Array();
pr[0] = new Object();
pr[0].reviewId = "808";
pr[0].productId = "chraonerafor";
pr[0].name = "Adam";
pr[0].location = "Milwaukee, WI";
pr[0].country = "";
pr[0].countrycode = "";
pr[0].rating = "5";
pr[0].reviewTitle = "Outstanding product - well worth the price!";
pr[0].reviewBody = "I own a Sardo M-5000 and now a Chameleon and both are a world of difference beyond the traditional triangle. I honestly still can\'t determine whether I prefer the Chameleon or the Sardo (both have their pros and cons), but If you want a precision rack that far exceeds anything that can be achieved with a triangle you will not be disappointed with this product.
We play 8-, 9- and 3-ball here at home and the tighter more precise rack only benefits the game. Say goodbye to loose racks no matter your game of choice.";
pr[0].reviewPros = "Tight rack.
If the balls settle it\'s a lot easier to notice with the open top, unlike the Sardo.
Using this is actually quicker than using a triangle.
Extremely straightforward design and incredibly easy to use.";
pr[0].reviewCons = "Since the pressure is only coming horizontally instead of horizontally and vertically, there can be a tendency for the balls to settle, but a quick 3 second re-rack is a quick fix.";
pr[0].response = "";
pr[0].isRecommended = "";
pr[0].img1 = "";
pr[0].img2 = "";
pr[0].img3 = "";
pr[0].dateSubmitted = "October 14, 2009";
pr[1] = new Object();
pr[1].reviewId = "33";
pr[1].productId = "CHRAONERAFOR";
pr[1].name = "Phil";
pr[1].location = "";
pr[1].country = "";
pr[1].countrycode = "";
pr[1].rating = "5";
pr[1].reviewTitle = "Great Rack";
pr[1].reviewBody = "This rack is great. You can get a good tight rack plus play all sorts of games like 8 ball, 9 ball and 10 ball with one rack! This is the only rack I use when I play now. My old wooden racks are sitting in a closet.";
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 1, 2008";
pr[2] = new Object();
pr[2].reviewId = "44";
pr[2].productId = "CHRAONERAFOR";
pr[2].name = "kays";
pr[2].location = "";
pr[2].country = "";
pr[2].countrycode = "";
pr[2].rating = "5";
pr[2].reviewTitle = "exceeded my expecations";
pr[2].reviewBody = "easy to use and provide a tight rack with minimal effort. Worth every penny";
pr[2].reviewPros = "";
pr[2].reviewCons = "";
pr[2].response = "";
pr[2].isRecommended = "";
pr[2].img1 = "";
pr[2].img2 = "";
pr[2].img3 = "";
pr[2].dateSubmitted = "October 1, 2008";
var reviewsInfo = new Object();
reviewsInfo.overallRating = 5;
reviewsInfo.reviewCount = 3;
reviewsInfo.ratingCount = 3;
reviewsInfo.productReviews = pr;
return reviewsInfo;
}
prRatingStars();
prMessage();
prRatingDisplay();
prReviewDisplay();
prReviewFormDisplay();