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: "Diane", title: "engravable tie tack", description: "The item was in good condition, but the service was not. I was overcharged by 20.00 for the item, and when brought to the service departments attention, it was ignored. Althought the item was of good quality, I would not shop with this merchant again.", overall: "4", durability:"4", features: "3", appearence:"3", buy_again:"3", rdate: "2009-01-28"};
