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: "nyc", title: "looks", description: "looks much bigger on the website.", overall: "4", durability:"4", features: "4", appearence:"4", buy_again:"4", rdate: "2009-08-18"};
reviews[reviews.length]= {name: "diane hoff", title: "14 kt gold italian charm", description: "its very nice . a replacement for a coral one my husband had that broke", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-08-17"};
reviews[reviews.length]= {name: "nancy w. from wyoming", title: "cute!", description: "this is a really cute charm i wear it on a large bracelet. it holds its own and doesn&#039;t get lost. i like it thanks", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
