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: "Kathie Roberts", title: "Beautiful Pocket Watch", description: "I purchased this pocket watch for my husband for Christmas. He absolutely loves it! It is a very beautiful watch and the watch face is very easy to read. I would recommend this watch to anyone look for an elegant gift for a man.", overall: "5", durability:"4", features: "4", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
