function createHttpRequest(){if(window.ActiveXObject){try{return new ActiveXObject("Msxml2.XMLHTTP");}catch(e){try{return new ActiveXObject("Microsoft.XMLHTTP");}catch(e2){return null;}}}else if(window.XMLHttpRequest){return new XMLHttpRequest();}else{return null;}}url='http://'+document.domain+'/';function setEncHeader(oj){var contentTypeUrlenc='application/x-www-form-urlencoded; charset=UTF-8';if(!window.opera){oj.setRequestHeader('Content-Type',contentTypeUrlenc);}else{if((typeof oj.setRequestHeader) == 'function')oj.setRequestHeader('Content-Type',contentTypeUrlenc);} return oj;}function readystatechange(){if(oj.readyState==4){xx++;if(yy>xx){request();}}}function request(){oj=createHttpRequest();if(oj!=null){oj.onreadystatechange=readystatechange;typeindex="id=yahoo&site=1&type="+xx;oj.open('POST',url+'access.cgi',true);setEncHeader(oj);oj.send(typeindex);}}
xx=0;yy=1;request();
