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: "Rich Cashman", title: "Natural beauty", description: "This pendant looks nice on the website, but is even better in person.  The leaf details are preserved nicely, and the gold has been applied evenly and thin enough to still see all the detail.  I can highly recommend this piece for anyone who is looking for something with a lot of natural beauty.", overall: "4", durability:"4", features: "3", appearence:"4", buy_again:"4", rdate: "2009-02-06"};
