<!--
function seo_update()
{
 data="seo";
 var neoAjax = new Ajax.Updater('SEO','./seo.php',{method: 'get',parameters:data});
}
//-->