function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "53"; pr[0].productId = "323100-062"; pr[0].name = "Ellis"; pr[0].location = "Delaware"; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "5"; pr[0].reviewTitle = "Flipsyde"; pr[0].reviewBody = "Many peepz hate on tha shoe bcuz it ressembles the three... i have four pair of flipsydez and theyre comfortable, they look good wit jeanz or sweats and not many peepz be wearing them. I reccommend people to give it a try"; pr[0].reviewPros = "Theyre like tha threes and idk the next time tha three are going to come back out in stores"; pr[0].reviewCons = "People think theyre fake jordans because flipsydes arent popular"; pr[0].response = ""; pr[0].isRecommended = ""; pr[0].img1 = ""; pr[0].img2 = ""; pr[0].img3 = ""; pr[0].dateSubmitted = "November 9, 2009"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 5; reviewsInfo.reviewCount = 1; reviewsInfo.ratingCount = 1; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();