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: "Dave V.", title: "Beautiful Bracelet", description: "This was a gift for my wife, and it turned out beautiful. It&#039;s a very unusual piece. Jewelbasket shipped it extremely fast (right before Christmas) and I&#039;m pleased with their service. Only one bit of hesitation--one of the amber pieces popped out in shipment, so I&#039;d make sure they&#039;re all secure when it arrives. It has stayed in place since, but did worry me initially. All in all, though, a great deal on a fine piece of jewelry!", overall: "4", durability:"3", features: "4", appearence:"5", buy_again:"3", rdate: "2009-01-30"};
