function BASEAjax(domain){this.url=domain+'bin/handler.php?tabid='+PAGE_ID+'&filter='+FILTER;};
BASEAjax.prototype.Update=function(e,p){new Ajax.Updater(e,this.url,p);};
BASEAjax.prototype.Call=function(p){new Ajax.Request(this.url,p);};
var BA=new BASEAjax(AJAX_DOMAIN);

