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: "Cathy B.", title: "Very versatile and sturdy", description: "I just love this necklace.  You can wear it any length that suits your need. Very sturdy.  I wear it everyday and have had it about a year with no show of wear.  You can easily change pendants as well.", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
