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: "Lou", title: "Not really worth the money...", description: "I got this necklace as a gift. It is extremely beautiful but the chain is too fragile. It has broken twice since it was given back at Christmastime. A little heavier chain would make this a wonderful necklace.", overall: "3", durability:"2", features: "3", appearence:"5", buy_again:"2", rdate: "2009-01-28"};
