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: "Sandy", title: "Globe clock", description: "The globe clock is very impressive. We were a bit disappointed when we found out the musical feature was not part of this model.  Also, the description said 3 clocks and a thermometer.  The globe came with one clock, one hydrometer, one barometer and one thermometer.  The company sent us 3 clocks by separate shipment.  All in all very pleased with the service.", overall: "4", durability:"4", features: "3", appearence:"4", buy_again:"4", rdate: "2009-10-22"};
