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: "Marty", title: "Very nice", description: "I bought this for my wife in celebration of the birth of our first child.  She really wanted this, but I was leary of buying an item like this, unseen, off the internet.  The item arrived quickly, the transaction was smooth, and the item is beautiful.  I got a nice chain for it at a local jewelery store and she wears it almost every day.  She was very excited, and she loved it.  (And she has a LOT of very nice jewelery and is VERY particular.)  I was impressed with the item (it actually looks a little cooler in person than the picture) and with JewelBasket as well.", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-31"};
