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: "Brian Boyd", title: "Very Satisfied Customer", description: "I bought this Globe for my wife as she always wanted a globe even as a child, she is loves everything about the Globe. As the buyer of this globe I am extremely satisfied with the product, the service was excellent.", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-29"};
