function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "1163"; pr[0].productId = "baberowa"; pr[0].name = "Michelle"; pr[0].location = "Australia, Canberra"; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "5"; pr[0].reviewTitle = "Baka Rose Water"; pr[0].reviewBody = "Love the smell of it lovely"; pr[0].reviewPros = "It smells great"; pr[0].reviewCons = ""; pr[0].response = ""; pr[0].isRecommended = "1"; pr[0].img1 = ""; pr[0].img2 = ""; pr[0].img3 = ""; pr[0].dateSubmitted = "October 5, 2009"; pr[1] = new Object(); pr[1].reviewId = "888"; pr[1].productId = "baberowa"; pr[1].name = "kb"; pr[1].location = "chicagoland"; pr[1].country = ""; pr[1].countrycode = ""; pr[1].rating = "3"; pr[1].reviewTitle = "Baka Beauty Rose Water"; pr[1].reviewBody = "Rose water isn't my favorite fragrance but I decided to try it anyway since I've always heard of its use in cosmetics. I used it as a portion of the water needed for mixing the Naturalaxer Kit. I can't say that I noticed any difference in my hair, but the fragrance did help (slightly) to distract from the \"earthy\" smell of the Naturalaxer. I have a second bottle which I may use the next time I do the relaxer, or I might research and try other uses for rose water. But it doesn't get a recommendation from me just yet; maybe in the future."; pr[1].reviewPros = "Smells strongly of roses (if you like that)"; pr[1].reviewCons = "None"; pr[1].response = ""; pr[1].isRecommended = ""; pr[1].img1 = ""; pr[1].img2 = ""; pr[1].img3 = ""; pr[1].dateSubmitted = "August 13, 2009"; pr[2] = new Object(); pr[2].reviewId = "837"; pr[2].productId = "baberowa"; pr[2].name = "Shana"; pr[2].location = "Dearborn Heights, MI"; pr[2].country = ""; pr[2].countrycode = ""; pr[2].rating = "4"; pr[2].reviewTitle = "Rose scent ..."; pr[2].reviewBody = "This product really helped with the smell of the Natural Relaxer."; pr[2].reviewPros = "None"; pr[2].reviewCons = "None"; pr[2].response = ""; pr[2].isRecommended = "1"; pr[2].img1 = ""; pr[2].img2 = ""; pr[2].img3 = ""; pr[2].dateSubmitted = "July 3, 2009"; pr[3] = new Object(); pr[3].reviewId = "788"; pr[3].productId = "baberowa"; pr[3].name = "Karen"; pr[3].location = "Philadelphia, PA"; pr[3].country = ""; pr[3].countrycode = ""; pr[3].rating = "5"; pr[3].reviewTitle = "Baka Beauty Rose Water"; pr[3].reviewBody = "I loved the smell of the Baka Beauty Rose Water. I bought three of them to use with Baka Natural Relaxer, I use one of them, and my hair came out really nice and soft. I am looking forward to using Baka Beauty Rose Water again."; pr[3].reviewPros = ""; pr[3].reviewCons = ""; pr[3].response = ""; pr[3].isRecommended = "1"; pr[3].img1 = ""; pr[3].img2 = ""; pr[3].img3 = ""; pr[3].dateSubmitted = "May 28, 2009"; pr[4] = new Object(); pr[4].reviewId = "750"; pr[4].productId = "baberowa"; pr[4].name = "Linda W."; pr[4].location = "Indianapolis, In"; pr[4].country = ""; pr[4].countrycode = ""; pr[4].rating = "5"; pr[4].reviewTitle = "Wonderful!!!"; pr[4].reviewBody = "When using this product with the the natural laxer makes your hair comes out very soft!!!"; pr[4].reviewPros = ""; pr[4].reviewCons = ""; pr[4].response = ""; pr[4].isRecommended = ""; pr[4].img1 = ""; pr[4].img2 = ""; pr[4].img3 = ""; pr[4].dateSubmitted = "April 23, 2009"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 4.5; reviewsInfo.reviewCount = 5; reviewsInfo.ratingCount = 5; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();