var ClearTextB=true;var loadingB=false;var yahooid='';function ClearText(){if(ClearTextB){document.getElementById('idbox').value='';ClearTextB=false;}}function removeatsign(t){var i=t.indexOf('@yahoo',0);if (i>1)return t.substring(0,i);else return t;}function getPage(pURL) {if (window.XMLHttpRequest) {xmlhttp=new XMLHttpRequest(); } else if (window.ActiveXObject) {xmlhttp=new ActiveXObject('Microsoft.XMLHTTP');}if (typeof(xmlhttp)=='object') {xmlhttp.onreadystatechange=postFileReady;xmlhttp.open('GET', pURL, true);xmlhttp.send(null);}}function postFileReady() {if (xmlhttp.readyState==4) {if (xmlhttp.status==200) {loadingB=false;if(xmlhttp.responseText=='Invisible')document.getElementById('result').innerHTML='
'+yahooid+' Is Invisible'+'
';else if (xmlhttp.responseText=='Offline')document.getElementById('result').innerHTML='
'+yahooid+' Is Offline'+'
';else if (xmlhttp.responseText=='Available') document.getElementById('result').innerHTML='
'+yahooid+' Is Available'+'
';else document.getElementById('result').innerHTML='Our System Is Busy';}}}function showImage() {if (xmlhttp2.readyState==4) {if (xmlhttp2.status==200) {document.getElementById('img1').style.visibility='visible';document.getElementById('img2').style.visibility='visible';document.getElementById('img2').innerHTML='
';}}}function loading(s){var loadstate='';if(s=='|')loadstate='\\';else if(s=='\\')loadstate='-';else if(s=='-')loadstate='/';else if(s=='/')loadstate='|';if(loadingB){document.getElementById('result').innerHTML='Checking '+yahooid+' '+loadstate;if (loadstate=='\\')loadstate='\\\\';setTimeout('loading("'+loadstate+'");',200);}}function idboxKeyPress(e,b){var characterCode;if(b==false){if(e && e.which){characterCode = e.which}else{characterCode = e.keyCode}}if((characterCode == 13) || (b)){if((loadingB==false) && (document.getElementById('idbox').value!='') && (document.getElementById('idbox').value!='YAHOO! ID')){yahooid=document.getElementById('idbox').value;yahooid=removeatsign(yahooid);document.getElementById('img1').style.visibility='hidden';document.getElementById('img2').style.visibility='hidden';loadingB=true;setTimeout('loading("|");',1);getPage('check.php?yahooid='+yahooid+'&rand='+Math.floor(Math.random()*100000));return false}}else{return true}}