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: "Happymom", title: "Baby Boots that Sparkle", description: "This charm was perfect! Easy to attach, gorgeous and fun.", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"4", rdate: "2009-01-16"};
