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: "Hana", title: "nice but not as pictured", description: "photo looks more impressive than in reality. a bit disappointed as its thinner and less sparkly than I expected it to be", overall: "3", durability:"3", features: "3", appearence:"3", buy_again:"3", rdate: "2009-08-15"};
