function loadFeaturesTables(){$('main').select('table.features').each(function(tbl){FeaturesTable.create(tbl);});}
document.observe('dom:loaded',function(){loadFeaturesTables();});