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: "Alice k", title: "Gold Diamond Toothpick", description: "This was brought for a Christmas present and was loved instantly. It’s a fine piece of gold and the diamond sets it all off beautifully. A great talking point at special meal times and such a pretty alternative to a wooden stick!", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-29"};
