sendRequest.README={license:'Public Domain',url:'http://jsgt.org/lib/ajax/ref.htm',version:0.512,author:'Toshiro Takahashi'};
function chkAjaBrowser(){var a,j=navigator.userAgent;this.b={s:((a=j.split('AppleWebKit/')[1])?a.split('(')[0].split('.')[0]:0)>=124,k:((a=j.split('Konqueror/')[1])?a.split(';')[0]:0)>=3.3,m:((a=j.split('Gecko/')[1])?a.split(' ')[0]:0)>=20011128,op:(!!window.opera)&&((typeof XMLHttpRequest)=='function'),e:(!!window.ActiveXObject)?(!!createHttpRequest()):false};return(this.b.s||this.b.k||this.b.m||this.b.op||this.b.e)};function createHttpRequest(){if(window.XMLHttpRequest){return new XMLHttpRequest();}else if(window.ActiveXObject){try{return new ActiveXObject('Msxml2.XMLHTTP');}catch(e){try{return new ActiveXObject('Microsoft.XMLHTTP');}catch(e2){return null;}}}else{return null;}}function sendRequest(c,d,p,u,y,t,v,w){var o=createHttpRequest();if(o==null)return null;var t=(!!sendRequest.arguments[5])?t:false;if(t||p.toUpperCase()=='GET')u+='?';if(t)u=u+'t='+(new Date()).getTime();var z=new chkAjaBrowser();var op=z.b.op;var s=z.b.s;var k=z.b.k;var m=z.b.m;if(typeof c=='object'){var l=c.onload;var h=c.onbeforsetheader}else{var l=c;var h=null;}if(op||s||m){o.onload=function(){l(o);}}else{o.onreadystatechange=function(){if(o.readyState==4){l(o);}}}d=r(d,u);if(p.toUpperCase()=='GET'){u+=d}o.open(p,u,y,v,w);if(!!h)h(o);x(o);o.send(d);function x(o){var g='application/x-www-form-urlencoded; charset=UTF-8';if(!window.opera){o.setRequestHeader('Content-Type',g);}else{if((typeof o.setRequestHeader)=='function')o.setRequestHeader('Content-Type',g);}return o}function r(d,u){var n=(u.indexOf('?')==-1)?'?dmy':'';if(typeof d=='object'){for(var i in d)n+='&'+encodeURIComponent(i)+'='+encodeURIComponent(d[i]);}else if(typeof d=='string'){if(d=='')return'';var n='';var f=d.split('&');for(var i=1;i<f.length;i++){var q=f[i].split('=');n+='&'+encodeURIComponent(q[0])+'='+encodeURIComponent(q[1]);}}return n;}return o}
