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: "Nancy Taylor", title: "Irish Money Clip", description: "The Money Clip is awesome, and looks great and works well, the green leafs on the clover due have a tendancy to come off and are easily lost, but the company will replace them if you return the item to them.", overall: "5", durability:"4", features: "5", appearence:"5", buy_again:"4", rdate: "2009-01-28"};
