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: "Eva_Marie", title: "Bootie - great! Clasp - not really", description: "I bought this as a gift. The recipient informed me that she had to replace the lobster claw on the charm. Otherwise, she loves it!", overall: "4", durability:"3", features: "4", appearence:"5", buy_again:"4", rdate: "2009-01-28"};
