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: "Karen", title: "Jules Jurgensen Watch", description: "Purchased as a christmas gift and was thrilled with it.Looks great, person who recieved it loves the look, works well. Jules Jurgensen watches are a name you can trust.", overall: "4", durability:"4", features: "4", appearence:"4", buy_again:"4", rdate: "2010-01-04"};
reviews[reviews.length]= {name: "Simon", title: "Masonic watch", description: "Great all around product, would also like to see in leather band", overall: "4", durability:"4", features: "4", appearence:"4", buy_again:"4", rdate: "2009-12-26"};
