function getthedate(){ var mydate=new Date() var hours=mydate.getHours(); var minutes=mydate.getMinutes(); var seconds=mydate.getSeconds(); if (hours==0) hours=12 if (minutes<=9) minutes="0"+minutes if (seconds<=9) seconds="0"+seconds var cdate=" "+hours+":"+minutes+":"+seconds+" "; document.wetterform.wettertime.value= "28.01.2012 "+cdate+""; } function goforit(){ setInterval("getthedate()",1000) } var max=0; function wetterlist() { max=wetterlist.arguments.length; for (i=0; i10 km" ); var p=0; pos=0; var l=tl[0].length; function wetterticker() { document.wetterform.wetterfeld.value=tl[p].substring(0,pos)+""; if(pos++==l) { pos=0; setTimeout("wetterticker()",3000); p++; if(p==max) p=0; l=tl[p].length; } else { setTimeout("wetterticker()",30); } } onload = function(){ wetterticker(); goforit();} document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); document.write("
Lüdinghausen
0°C
3.1 m/s
");