function pdGetProductReviews() { var pr = new Array(); pr[0] = new Object(); pr[0].reviewId = "1303"; pr[0].productId = "shemoisshebu"; pr[0].name = "Teruko"; pr[0].location = "Raleigh, NC"; pr[0].country = ""; pr[0].countrycode = ""; pr[0].rating = "5"; pr[0].reviewTitle = ""; pr[0].reviewBody = "I am so impressed! For one thing I got 4 products for the price I used to pay for one jar of purple pudding. The next thing is the first ingredient in my products is Shea Butter and not petroleum. My hair has not looked this fresh and healthy since I was a child. "; pr[0].reviewPros = ""; pr[0].reviewCons = ""; pr[0].response = ""; pr[0].isRecommended = ""; pr[0].img1 = ""; pr[0].img2 = ""; pr[0].img3 = ""; pr[0].dateSubmitted = "November 7, 2009"; pr[1] = new Object(); pr[1].reviewId = "1290"; pr[1].productId = "shemoisshebu"; pr[1].name = "Robin"; pr[1].location = "Monmouth Junction, New Jersey"; pr[1].country = ""; pr[1].countrycode = ""; pr[1].rating = "2"; pr[1].reviewTitle = ""; pr[1].reviewBody = "This product i didn't like. It left my hair dry."; pr[1].reviewPros = ""; pr[1].reviewCons = "not for me."; pr[1].response = ""; pr[1].isRecommended = ""; pr[1].img1 = ""; pr[1].img2 = ""; pr[1].img3 = ""; pr[1].dateSubmitted = "November 5, 2009"; pr[2] = new Object(); pr[2].reviewId = "1070"; pr[2].productId = "shemoisshebu"; pr[2].name = "Erika"; pr[2].location = "Washington D.C."; pr[2].country = ""; pr[2].countrycode = ""; pr[2].rating = "3"; pr[2].reviewTitle = ""; pr[2].reviewBody = ""; pr[2].reviewPros = ""; pr[2].reviewCons = ""; 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 = "1067"; pr[3].productId = "shemoisshebu"; pr[3].name = "Dionna"; pr[3].location = "Pittsburgh, PA"; pr[3].country = ""; pr[3].countrycode = ""; pr[3].rating = "4"; pr[3].reviewTitle = "A Decent Shampoo"; pr[3].reviewBody = "Loved the smell and feel of clean her. However it didn't provide as much conditioning as I thought it would"; pr[3].reviewPros = "smell, fresh clean feeling to scalp and hair"; pr[3].reviewCons = "not as moisturizing as I thought"; pr[3].response = ""; pr[3].isRecommended = "1"; pr[3].img1 = ""; pr[3].img2 = ""; pr[3].img3 = ""; pr[3].dateSubmitted = "September 18, 2009"; pr[4] = new Object(); pr[4].reviewId = "1007"; pr[4].productId = "shemoisshebu"; pr[4].name = "TWalker"; pr[4].location = "MIssissippi"; pr[4].country = ""; pr[4].countrycode = ""; pr[4].rating = "4"; pr[4].reviewTitle = "Shea Moisture Shampoo"; pr[4].reviewBody = "This shampoo is a must in my household. It has been great on my and my daughter's natural hair. We love the results. "; pr[4].reviewPros = "Great ingredients
"; pr[4].reviewCons = ""; pr[4].response = ""; pr[4].isRecommended = "1"; pr[4].img1 = ""; pr[4].img2 = ""; pr[4].img3 = ""; pr[4].dateSubmitted = "September 14, 2009"; pr[5] = new Object(); pr[5].reviewId = "847"; pr[5].productId = "shemoisshebu"; pr[5].name = "KELIA"; pr[5].location = "greenville, sc"; pr[5].country = ""; pr[5].countrycode = ""; pr[5].rating = "5"; pr[5].reviewTitle = "GREAT PRODUCT"; pr[5].reviewBody = "I recently BCed and before my hair was always dry and shed terribly but now after using this product in combination with the shea detangler conditioner my hair doesn't shed is so soft and easy to comb. I cant wait to try more products."; pr[5].reviewPros = ""; pr[5].reviewCons = ""; pr[5].response = ""; pr[5].isRecommended = "1"; pr[5].img1 = ""; pr[5].img2 = ""; pr[5].img3 = ""; pr[5].dateSubmitted = "July 15, 2009"; pr[6] = new Object(); pr[6].reviewId = "819"; pr[6].productId = "shemoisshebu"; pr[6].name = "Cheryl"; pr[6].location = "Montgomery, Alabama"; pr[6].country = ""; pr[6].countrycode = ""; pr[6].rating = "5"; pr[6].reviewTitle = "Great Shampoo!"; pr[6].reviewBody = "I loved this shampoo! It has a great smell and cleaned my hair very well without drying it out! It also made my hair very soft! I plan to order this product again!"; pr[6].reviewPros = ""; pr[6].reviewCons = ""; pr[6].response = ""; pr[6].isRecommended = "1"; pr[6].img1 = ""; pr[6].img2 = ""; pr[6].img3 = ""; pr[6].dateSubmitted = "June 22, 2009"; var reviewsInfo = new Object(); reviewsInfo.overallRating = 4; reviewsInfo.reviewCount = 7; reviewsInfo.ratingCount = 7; reviewsInfo.productReviews = pr; return reviewsInfo; } prRatingStars(); prMessage(); prRatingDisplay(); prReviewDisplay(); prReviewFormDisplay();