var review_map = new Array();
review_map['appearence'] = 'Appearance';
review_map['buy_again'] = 'Quality';
review_map['durability'] = 'Durability';
review_map['features'] = 'Features';
var reviews = new Array();
reviews[reviews.length]= {name: "Lorraine", title: "More than pleased", description: "I am very pleased with the earring jackets. I did a lot of shopping before purchasing this particular pair and they are exactly what I wanted. <br />I have had many complements on them. They are perfect.", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2010-01-31"};
reviews[reviews.length]= {name: "Marilyn Leiker", title: "Fantastic!", description: "I just love these as they&#039;re exactly what I was looking for. They go perfectly with all my stud earrings.", overall: "5", durability:"4", features: "5", appearence:"5", buy_again:"5", rdate: "2009-10-29"};
reviews[reviews.length]= {name: "Joni Brooks", title: "Buttercup earring jackets", description: "I love them!", overall: "4", durability:"4", features: "4", appearence:"4", buy_again:"4", rdate: "2009-10-07"};
