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: "Chloe", title: "Awesome Wallet!", description: "I bought this for my husband because he had worn his last one out. He loves it! Great value for the price. The magnet is very strong so money won&#039;t fall out.", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-05-05"};
reviews[reviews.length]= {name: "Carol Clafferty", title: "Magnetic Leather Money clip", description: "I haven&#039;t given it to my husband yet but I love it.  He has one that is probably about 5 years old and starting to fall apart, I can&#039;t wait to give it to him on Valentine&#039;s day.", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
