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: "Mo", title: "beautiful", description: "This is an absolutely beautiful watch. I gave it as a gift to my son&#039;s teacher for taking the &quot;time&quot; my son needed in his studies. His teacher doesn&#039;t wear a watch so I thought this would be a perfect gift as an alternative to a wrist watch.", overall: "5", durability:"4", features: "3", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
