function BASEAjax(){this.url='';};
BASEAjax.prototype.Update=function(t,e,p){new Ajax.Updater(e,this.url+t,p);};
BASEAjax.prototype.Call=function(t,p){new Ajax.Request(this.url+t,p);};
var BA=new BASEAjax();
