window.__ajax=null;String.prototype.trim=function(){return this.replace(/(^\s+)|(\s+$)/g,'')};String.prototype.isEmail=function(){return/^[a-z]([a-z0-9]*[-_]?[a-z0-9]+)*@([a-z0-9]*[-_]?[a-z0-9]+)+[\.][a-z]{2,3}([\.][a-z]{2})?$/.test(this)};function $(a){return document.getElementById(a)};function xmlhttp(){var a=null;if(window.ActiveXObject)return new window.ActiveXObject("Msxml2.XMLHTTP");else return new XMLHttpRequest()};var $ajax={get:function(a,b,d){var c=xmlhttp();if(b!='')a+=(a.indexOf("?")==-1?"?":"&")+encodeURIComponent(b);if(typeof(d)=='function')c.onreadystatechange=function(){if(c.readyState==4)d.call(c)};c.open("GET",a,true);c.setRequestHeader("If-Modified-Since","0");c.send(null)},post:function(a,b,d){var c=xmlhttp();if(!!window.__ajax){try{window__ajax.abort();}catch(e){};window.__ajax=null;};window.__ajax=c;if(typeof(d)=='function')c.onreadystatechange=function(){if(c.readyState==4)d.call(c)};c.open("POST",a,true);c.setRequestHeader("Content-Type","application/x-www-form-urlencoded");c.setRequestHeader("If-Modified-Since","0");c.send(b);if(arguments.length<=3||arguments[3]!=null)alertPop('系统提示', '<img src="../images/loading.gif" align="absmiddle" style="margin-right:3px;" />正在查询中，请稍候...', '取消')}};function json(a,b){var d=null,c,f;if(a.indexOf('<?xml')==0)return true;if(/^\{[\S\s]*\}$/.test(a))try{eval('d='+a)}catch(e){}if(d==null){clipboardData.setData('text',a);return null}c=d.result;f=d.reason;if(!!f)f=unescape(f);return d};function alertPop(a,b,g){var d=new Popup({contentType:4,isReloadOnClose:false,width:340,height:80,yesBtn:arguments.length>2?g:'确定'});d.setContent("title",a);d.setContent("alertCon",b);d.build();d.show()};
