function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "3942"; pr[0].productId = "filigree-rosary-cross"; pr[0].name = "Soledad"; pr[0].location = "Las Vegas.NV"; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "5"; pr[0].reviewTitle = "Filigree Cross"; pr[0].reviewBody = "I love this Sterling Silver Cross, it is beautiful can be used
as a pendant or it\'s b eautiful in a rosary"; pr[0].reviewPros = "just the right size for
whatever "; pr[0].reviewCons = ""; pr[0].response = ""; pr[0].isRecommended = "1"; pr[0].img1 = ""; pr[0].img2 = ""; pr[0].img3 = ""; pr[0].dateSubmitted = "October 29, 2009"; pr[1] = new Object(); pr[1].reviewId = "3726"; pr[1].productId = "filigree-rosary-cross"; pr[1].name = "stella"; pr[1].location = "Ohio"; pr[1].country = ""; pr[1].countrycode = ""; pr[1].rating = "5"; pr[1].reviewTitle = "Filigree Crucifix"; pr[1].reviewBody = "A beautiful crucifix, nice quality, and great price"; pr[1].reviewPros = ""; pr[1].reviewCons = ""; pr[1].response = ""; pr[1].isRecommended = "1"; pr[1].img1 = ""; pr[1].img2 = ""; pr[1].img3 = ""; pr[1].dateSubmitted = "October 26, 2009"; pr[2] = new Object(); pr[2].reviewId = "2035"; pr[2].productId = "filigree-rosary-cross"; pr[2].name = "Gail"; pr[2].location = "Sydney, Australia"; pr[2].country = ""; pr[2].countrycode = ""; pr[2].rating = "5"; pr[2].reviewTitle = "Sterling silver rosary component - filigree cross"; pr[2].reviewBody = "I am delighted with the product - easy to order and very quickly delivered to Australia. The cross is beautiful, well made and perfect for the rosary I am making. Excellent experience with Brightlings Beads - thank you."; pr[2].reviewPros = "As with the previous item ordered, excellent experience all round."; pr[2].reviewCons = "No cons at all!"; pr[2].response = ""; pr[2].isRecommended = ""; pr[2].img1 = ""; pr[2].img2 = ""; pr[2].img3 = ""; pr[2].dateSubmitted = "September 18, 2009"; pr[3] = new Object(); pr[3].reviewId = "1948"; pr[3].productId = "filigree-rosary-cross"; pr[3].name = "Alicia"; pr[3].location = "Tylertown, Mississippi"; pr[3].country = ""; pr[3].countrycode = ""; pr[3].rating = "5"; pr[3].reviewTitle = ""; pr[3].reviewBody = "Love this item! I wish you kept more silver rosary centers and crucifixes."; pr[3].reviewPros = ""; pr[3].reviewCons = ""; pr[3].response = ""; pr[3].isRecommended = ""; pr[3].img1 = ""; pr[3].img2 = ""; pr[3].img3 = ""; pr[3].dateSubmitted = "September 18, 2009"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 5; reviewsInfo.reviewCount = 4; reviewsInfo.ratingCount = 4; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();