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: "Enrique", title: "Bubinga Box", description: "The box is beautiful, but the hinges came undone the 1st day. ", overall: "4", durability:"3", features: "3", appearence:"5", buy_again:"3", rdate: "2009-01-28"};
