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: "Jimed", title: "Satisfied!", description: "The chain is exactly what I wanted. It replaced one that was lost. The first they sent was not satisfactory, but no problem to exchange.", overall: "4", durability:"4", features: "0", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
reviews[reviews.length]= {name: "Brian", title: "shiny and classy", description: "The chain is just what I wanted. My friends are all jealous.", overall: "5", durability:"5", features: "4", appearence:"5", buy_again:"5", rdate: "2009-01-17"};
