0: 1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72:
|
<html>
<head>
<title></title>
<meta name="author" content="Jonas Noodt">
<meta name="generator" content="Ulli Meybohms HTML EDITOR">
<script LANGUAGE="JavaScript">
<!--
done = 0;
step = 4
function anim(yp,yk)
{
if(document.layers) document.layers["napis"].top=yp;
else document.all["napis"].style.top=yp;
if(yp>yk) step = -4
if(yp<60) step = 4
setTimeout('anim('+(yp+step)+','+yk+')', 35);
}
function start()
{
if(done) return
done = 1;
if(navigator.appName=="Netscape") {
document.napis.left=innerWidth/2 - 145;
anim(60,innerHeight - 60)
}
else {
napis.style.left=300;
anim(60,document.body.offsetHeight - 60)
}
}
//-->
</script>
<style>
A:link {color="#32CD32";text-decoration: none;font-weight: bold;}
A:active {color="#ff0000";font-weight: bold;}
A:visited {color="#32CD32";text-decoration: none;font-weight: bold;}
A:hover {color="#ff0000";text-decoration:
underline;font-weight: bold;}
</style>
</head>
<body>
<h1 align="center"><font size="3"></font></h1>
<p align="center"> </p>
<p align="center"> </p>
<div id="napis"
style="position: absolute; top: -50; color: #D23842; font-family: Arial, Helvetica; font-weight:bold; font-size:40px;">
<p>http://www.webhilfe.info</p>
</div><script LANGUAGE="JavaScript">
<!--
setTimeout('start()',10);
//-->
</script>
|