var Register = { GetEmailExists:function(_EmaiId,_UserName,callback,context){return new ajax_request(this.url + '?_method=GetEmailExists&_session=no','_EmaiId=' + enc(_EmaiId)+ '\r\n_UserName=' + enc(_UserName),callback, context);}, url:'/EZ-NET60/ajax/EZNET.Register,CedarGate.Eznet.WebUI.ashx' }