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: "Alice H.", title: "Prettier than it looke is a picture!", description: "The colors were much brighter than they looked in the picture. Georgeous! It was a birthday gift for my son-in-law, and he LOVED it!", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-29"};
