ÿþ<html> <head> <title> Czy UFO naprawd istnieje ? </title> </head> <body background="galaxy.png"> <script language="JavaScript"> <!-- // 1996 by Christoph Bergmann... http://acc.de/cb // Please keep this note... // global variables var max=0; function textlist() { max=textlist.arguments.length; for (i=0; i<max; i++) this[i]=textlist.arguments[i]; } tl=new textlist ( "Czy UFO naprawd istnieje ?" ); var x=0; pos=0; var l=tl[0].length; function textticker() { document.tickform.tickfield.value=tl[x].substring(0,pos)+"_"; if(pos++==l) { pos=0; setTimeout("textticker()",1000); x++; if(x==max) x=0; l=tl[x].length; } else setTimeout("textticker()",50); } // end --> </script> </head> <center><h1></h1></center> <script language="JavaScript"> <!-- document.write("<CENTER><FORM NAME=\"tickform\">"); document.write("<INPUT TYPE=\"TEXT\" NAME=\"tickfield\" SIZE=\"48\">"); document.write("</FORM></CENTER>"); textticker(); //--> </script> <h1 align="center"><font color="white"><font size="30">Spis tre[ci:</font></font></h1> <br> <ul type="disc"> <hr><li><a href="strona1.html" target="strona"><h1 align="center"><font color="white"><font size="30">Ludzie którzy spotkali UFO</font></font></h1></a></li> <hr><li><a href="strona2.html" target="strona"><h1 align="center"><font color="white"><font size="30">Ro[nie liczba raportów o UFO</font></font></a></li> <hr><li><a href="strona3.html" target="strona"><h1 align="center"><font color="white"><font size="30">Nie jeste[my sami w kosmosie</font></font></a></li> <hr><li><a href="strona4.html" target="strona"><h1 align="center"><font color="white"><font size="30">WBadze chc zatuszowa istnienie UFO</font></font></a></li> <hr> <h1 align="center"><font color="white"><font size="25">Kontakt z autorami:</font></font></h1> <h1 align="center"><font size="25"><a href="mailto:hubertkulawinek@wp.pl">Hubert Kulawinek</a></font></h1> <h1 align="center"><font size="25"><a href="mailto:asia-kubiak99@wp.pl">Joanna Kubiak</a></font></h1> </ul> </body> <table border=3> <tr> <td> Stanowisko ludzi </td> <td> We wszech[wiecie istnieje rozumna cywilizacja </td> <td> We wszech[wiecie nie istnieje rozumna cywilizacja </td> </tr> <tr> <td> Procent ankietowanych </td> <td> 54% </td> <td> 46% </td> </tr> <br> <marquee><font color="white"><font size="30">UFO istnieje.</font></font></marquee> <script language="javascript"> <!--W3e JAVAscript Preset var timerID = null; var timerRunning = false; function stopclock() { if(timerRunning) clearTimeout(timerID) timerRunning = false; } function startclock() { stopclock(); showtime(); } function showtime() { var now = new Date(); var hours = now.getHours(); var minutes = now.getMinutes(); var seconds = now.getSeconds(); var timeValue = "" + ((hours > 12) ? hours - 12 : hours); timeValue += ((minutes < 10) ? ":0" : ":") + minutes; timeValue += ((seconds < 10) ? ":0" : ":") + seconds; timeValue += (hours >= 12) ? " P.M." : " A.M."; document.clock.face.value = timeValue; timerID = setTimeout("showtime()",1000); timerRunning = true; } //--> </script> <form name="clock" onSubmit="0"> <input type="text" name="face" size="24"> </form> <script>startclock();</script> </html>