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: "Carolyn", title: "ID pink leather", description: "the word DIABETES is not noticable enough and the engraving is too shallow. ", overall: "3", durability:"3", features: "1", appearence:"3", buy_again:"2", rdate: "2009-01-28"};
