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: "Ross (LA)", title: "Great watch!", description: "I like this watch a lot. I&#039;ve had this watch for over 6 months now. I carry everywhere I go in my pocket in a leather pouch. It&#039;s very durable, very well made. Movement works like a charm. I like to buy good quality things and this Charles Hubert pocket watch is one of them.", overall: "5", durability:"5", features: "4", appearence:"5", buy_again:"5", rdate: "2009-10-27"};
reviews[reviews.length]= {name: "David Lorand", title: "A very nice watch", description: "This is an attractive watch which works well.", overall: "5", durability:"5", features: "4", appearence:"5", buy_again:"5", rdate: "2009-02-09"};
reviews[reviews.length]= {name: "jeanne", title: "Elegant & Stately", description: "A beautiful watch with classic lines. Makes a fabulous, timeless gift. Thrilled with our purchase!", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
