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: "raymond suchor", title: "A very handsome pw", description: "The euro geneve swiss pw is handsome and accurate. It looks great with casual attire or a suit.", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
reviews[reviews.length]= {name: "raymond suchor", title: "a handsome pw", description: "The euro geneve swiss pw is a handsome watch that can be used for both casual and dress ware", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
