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: "Shane C.", title: "Beautiful, but the chain..", description: "This pendant is so beautiful, definitely worth the cost, no doubt. one thing that is a problem tho, is the chain, it doesnt hold up at all if it gets snagged on sumthing. I broke the chain the first day i had it, but other than the chain, its amazing", overall: "5", durability:"3", features: "5", appearence:"5", buy_again:"4", rdate: "2009-03-11"};
