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: "S", title: "just ok", description: "These are a lovely design, though the topaz is so pale it is practically clear.  And the post is not placed in the center of the earring so it does not seem like it will last as long as a gold earring should.", overall: "3", durability:"3", features: "3", appearence:"3", buy_again:"3", rdate: "2009-01-30"};
