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: "Hope", title: "He loves it", description: "My husband takes it anywhere he wears slacks. The look is of a higher priced watch so for those on a budget this is perfect. The only bad thing about this watch is you cannot engrave the back inside cover. It even comes with a chain.", overall: "5", durability:"4", features: "5", appearence:"5", buy_again:"4", rdate: "2009-09-08"};
