function ajaxUpdater(id,url) {  new Ajax.Updater(id,url,{asynchronous:true, pragma: 'no-cache'});  }
function ajaxUpdater2(id,url,formid) {  new Ajax.Updater(id,url,{method:'post',asynchronous:true,parameters: Form.serialize(formid),onLoading: showLoad, onComplete: hideLoad, pragma: 'no-cache'});  }

function ajaxUpdater_events(id,url) {  new Ajax.Updater(id,url,{asynchronous:true, onLoading: showLoad2, onComplete: hideLoad2, pragma: 'no-cache'});  }
function ajaxUpdater2_events(id,url,formid) {  new Ajax.Updater(id,url,{method:'post',asynchronous:true,parameters: Form.serialize(formid),onLoading: showLoad2, onComplete: hideLoad2, pragma: 'no-cache'});  }

function ajaxRequest(id,url) {
new Ajax.Request('url', {
  parameters: Form.serialize('id')
  });
}
function nospam(a, b, c, d) {
 var text;  
 var tg='<';
 var at='@';
 var dest=a+at+b+'.'+c;
 if(d=='' || !d) { text = dest; }
 else { text = d; }
 document.write(tg+'a hr'+'ef="mai'+'lto:'+dest+'" class="lk_b">'+text+tg+'/a>');
}
function nospam2(a, b, c, d) {
 var text;  
 var tg='<';
 var at='@';
 var dest=a+at+b+'.'+c;
 if(d=='' || !d) { text = dest; }
 else { text = d; }
 document.write(tg+'a hr'+'ef="mai'+'lto:'+dest+'">'+text+tg+'/a>');
}

