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: "JDCook", title: "A charming charm", description: "I bought this charm as a Valentine’s gift for my wife after our newest son was born in January. It is not the first charm I bought from JewelBasket, nor will it be the last. I have been very satisfied with the quality and appearance of all of the charms I’ve purchased and especially like the lobster claw clasp. I plan on buying my wife a charm for Valentine’s day for years to come and like the fact that there are so many different charms to chose from and the selection continues to grow.", overall: "5", durability:"4", features: "5", appearence:"4", buy_again:"4", rdate: "2009-01-29"};
