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: "Todd J Twarog", title: "Outstanding Value", description: "The item above was beautifully crafted.  Good attention to details. The finish was rich and had a warm feel to it. Overall had the appearance of being far greater than the price.  ", overall: "5", durability:"4", features: "5", appearence:"5", buy_again:"5", rdate: "2009-02-05"};
