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: "Boon", title: "Great for the price", description: "This is a great &quot;entry-level&quot; pocket watch that I purchased as a Christmas gift.  I wasn&#039;t sure about the paper watch-face but it looks much better in person.  Overall the quality is great and backed by a lifetime-warranty for the clock itself.  Only two minor gripes: 1) The clasp seems a bit flimsy and I&#039;m afraid it&#039;ll wear down over time...2) The hands are a bit thin which makes it slightly harder to read time right away.  Still, a really great time piece.  Kudos to Jewel Basket for A+ shipping and service.", overall: "4", durability:"3", features: "4", appearence:"5", buy_again:"4", rdate: "2009-02-04"};
