<!-- HEAD START HERE --> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin <!-- Begin function icqCheck() { var number = document.ICQ.number.value; text = "<html><body><center><br>" + number + " is: <img src=http://wwp.icq.com/" + "scripts/online.dll?ICQ=" + number + "&img=5> " + "</body></html>"; windowprops = "toolbar=no,width=150,height=25," + "directories=no,status=no,scrollbars=no,resize=no," + "menubar=no"; icqWindow=window.open("","displayWindow",windowprops) icqWindow.document.write(text); icqWindow.document.close(); icqWindow.focus(); } // End --> </script> <!-- HEAD END HERE --> </head> <body bgcolor="#EDEDED" text="#000000" link="#000000" topmargin="0" leftmargin="0"> <center> <!-- BODY START HERE --> <form name=ICQ> <div center>ICQ #: <input type=text name=number size=10 value="14385475"><br> <input type=button name=check value="Проверить # на ICQ !" onClick="icqCheck()"> </div> </form> <!-- BODY END HERE --> <p> </p> <p align="center"> </p> <div align="center"> <center> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td width="100%"> <p align="center"><!--#exec cgi="/cgi-bin/inside/ads/ads.cgi" --> </td> </tr> </table>
|