ÿþ<head> <title>HeIDOS.net</title> <script type="text/javascript"> function startTime() { var today=new Date(); var h=today.getHours(); var m=today.getMinutes(); var s=today.getSeconds(); // add a zero in front of numbers<10 m=checkTime(m); s=checkTime(s); document.getElementById('time').innerHTML=h+":"+m+":"+s; t=setTimeout('startTime()',500); } function checkTime(i) { if (i<10) { i="0" + i; } return i; } function checkTime(j) { if (0<j<4) { document.getElementById('greet').innerHTML="Good evening."; } if (5<j<10) { document.getElementById('greet').innerHTML="Good morning."; } if (11<j<18) { document.getElementById('greet').innerHTML="Good afternoon."; } if (19<j<23) { document.getElementById('greet').innerHTML="Good evening."; } return j; } </script> </head> <body background="images/bg-aifons.gif" text="white" link="#7799dd" alink="yellow" vlink="gray" onload="startTime()"> <table align=center valign=center bgcolor=black border=1 cellpadding=5 cellspacing=3 width=500> <tr> <td align=center valign=center height=10> <font size=+2><b>welcome to<br><font size=+3 color="#7799dd">H</font><font size=+3 color="yellow">igh-</font><font size=+3 color="#7799dd">e</font><font size=+3 color="yellow">nergy</font><font size=+3 color="#7799dd"> I</font><font size=+3 color="yellow">nterface</font><font size=+3 color="#7799dd"> <br>D</font><font size=+3 color="yellow">isk</font><font size=+3 color="#7799dd"> O</font><font size=+3 color="yellow">perating</font><font size=+3 color="#7799dd"> S</font><font size=+3 color="yellow">ystem</font></b></font> </td> </tr> <tr> <td align=center valign=center > <p><blink><font color=yellow>you are currently accessing heidos.net.....</font></blink></p> <p>Please proceed by clicking any of the sites hosted below. </p> <p>Tenant #01: A|fons<br> <li><a href="alfons/index.html">My Profile</a></li> <p>Tenant #02: Hime D.<br> <li><a href="http://somewhere.toukakoukan.com/">Somewhere Nowhere</a> <li><a href="http://hime1999.livejournal.com/">hime1999 @ LiveJournal</a></li> <li><a href="http://hime1999.deviantart.com/">hime1999 @ DeviantArt</li> <li><a href="http://www.fanfiction.net/~himed">Hime D. @ FanFiction.Net</a> </p> <p>Please be aware that trying to force your way into this domain without authorization will only result in the domain forcing its way into you. </p> <p>If you have a problem, please do not hesitate to <a href="mailto:aifons@heidos.net">contact the host</a>.</p> <p>Thank you for your cooperation.</p> </td> </tr> </table> </body>