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: "Disappointed in California", title: "Disappointment", description: "The &quot;diamonds&quot; were virtually unidentifiable, the accent part was always flipping upside down and the chain strength is too weak for an anklet. I ended up losing the $200 anklet within a couple months. ", overall: "2", durability:"1", features: "2", appearence:"2", buy_again:"1", rdate: "2009-01-28"};
