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: "Louise", title: "omega srew off clasp", description: "Love it!!", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-09-13"};
reviews[reviews.length]= {name: "Martha", title: "Love it!", description: "Works well.  Great to replace all of those tangled chains. ", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
reviews[reviews.length]= {name: "Carrie", title: "16 inch omega", description: "Wonderful, quick service, beautiful presentation and I absolutely love the omega itself.  Quite lovely!!", overall: "5", durability:"5", features: "5", appearence:"5", buy_again:"5", rdate: "2009-01-28"};
