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: "Dee", title: "Beautiful and Fun", description: "These earrings are the perfect size, and a much classier version of the ones we wore in high school, while still hip and cool. Beautiful details, and the earrings are lightweight because they are puffed, not solid. One of the clasps was a little too tight at first, but after opening and closing them for a few weeks it has gotten better.", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"4", rdate: "2009-02-01"};
