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: "Pat F.", title: "??  Single female", description: "This is a really cute slide that I love and that looks so elegant on my chain.  The only problem was that the clasp on my chain would not fit through it.  I had to have a goldsmith make it larger which is the reason for the lower rating on features.", overall: "4", durability:"5", features: "2", appearence:"5", buy_again:"4", rdate: "2009-08-10"};
