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: "Debbie Carr", title: "Bulova Holiday Train", description: "There is a missing plate that goes on the bottom of the clock.  Other than that, I was very pleased with the product.", overall: "4", durability:"4", features: "5", appearence:"5", buy_again:"2", rdate: "2009-12-29"};
