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: "D. Strickland", title: "disappointed", description: "I love chocolate pearls and this one is nice color but I was disappointed in the size of the pearl and the delicacy of the chain.  The clasp is so small I can barely latch it by myself.", overall: "3", durability:"2", features: "2", appearence:"3", buy_again:"3", rdate: "2009-01-29"};
reviews[reviews.length]= {name: "Jean L.", title: "Very cute & unique pendant", description: "I got turned on to chocolate pearls a few months ago and fell in love with this pendant. I get a lot of compliments when I wear it!", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-29"};
