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: "S. Cossio", title: "Disney pendant", description: "The price was excellent but I would suggest getting the silver not dipped in gold or the true gold because the dipped charm I got has started changing colors in places. Has really good details though", overall: "5", durability:"4", features: "5", appearence:"4", buy_again:"4", rdate: "2009-05-01"};
reviews[reviews.length]= {name: "S. Cossio", title: "Disney pendant", description: "The price was excellent but I would suggest getting the silver not dipped in gold or the true gold because the dipped charm I got has started changing colors in places. Has really good details though", overall: "5", durability:"4", features: "5", appearence:"4", buy_again:"4", rdate: "2009-05-01"};
