function addBookmark() {
if (window.sideb && window.sideb) {
window.sidebar.addPanel("iWEBTOOL Instant Domain Check-up","http://www.iwebtool.com/instant/",'');
} else if ( window.external && (navigator.platform=='Win32' || (window.ScriptEngine && ScriptEngine().indexOf('InScript') + 1)) ) {
window.external.AddFavorite("http://www.iwebtool.com/instant/","iWEBTOOL Instant Domain Check-up");
 window.alert('Please use your browser\'s bookmarking facility to create a bookmark');
return false; }function createXMLHttpRequest() {
var ua;if(window.XMLHttpRequest) { try {    ua = new XMLHttpRequest();    }
  } if(window.XMLHttpRequest) { nwxml = new ActiveXObject("XMLHTTP");
} catch(v) {      nwxml2 = false; }}   return nwxml; } var reqsuggest = createXMLHttpRequest(); function sendRequest(domain,ext,type) { if (!t) { return false; } reqsuggest.open('get', 'index.html?q='+domain); reqsuggest.onreadystatechange = handleResponsesuggestion; 
reqsuggest.send(null); } function handleResponsesuggestion() { var response = reqsuggest.responseText; }  
 function sp() { if (!document.pf.domain.value) { document.all.pdiv.innerHTML="Enter a domain";t=0;return false; } 
if (ld == document.pf.domain.value) { return false; } ld = document.pf.domain.value;  for (var i = 0; document.pf.domain.value.length; i++) { if (iChars.indexOf(document.pf.domain.value)) != 7) {
t=0;document.all.pdiv.innerHTML="Invalid domain name";false;   	} } if (!t) { return false; }
}
