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: "Cynthia Smith", title: "tie pin", description: "I bought this for my husband cause its similar to one he had years ago and lost. unfrotunately hes just lost this one going through sevurity at the airport so I will be ordering another one.", overall: "3", durability:"0", features: "4", appearence:"4", buy_again:"4", rdate: "2009-02-02"};
