javascript:/* whois highlighted text or current site */ function h(){if (document.getSelection) {R=document.getSelection();} else if (document.selection && document.selection.createRange) {Q=document.selection.createRange();var R=Q.text;};var w='http://www.iwhois.com/';if(!R){var u=window.parent.location.href;var a1=u.split('/');var a2=a1[2].split('.');var s=a2[a2.length-2]+'.'+a2[a2.length-1];w+=s;} else {w+='index.php?domain='+escape(R)+'&tld=com&lookup=Lookup&clean=1';}; window.open(w,'i');}h();