var jetzt = new Date();
var tt = jetzt.getDate();
var mm = jetzt.getMonth() + 1;
var yy = jetzt.getYear();
if (yy < 999) yy += 1900;
var ldhref = "http://www.wetter.com/v2/?SID=&LANG=DE&LOC=7003&LOCFROM=0202&type=WORLD&id=34329&size=&requested_values%5B%5D=ap_stat&start_d="
ldhref = ldhref.concat(tt);
ldhref = ldhref.concat("+&start_m=");
ldhref = ldhref.concat(mm);
ldhref = ldhref.concat("+&start_y=");
ldhref = ldhref.concat(yy);
ldhref = ldhref.concat("+&end_d=");
ldhref = ldhref.concat(tt);
ldhref = ldhref.concat("+&end_m=");
ldhref = ldhref.concat(mm);
ldhref = ldhref.concat("+&end_y=");
ldhref = ldhref.concat(yy);
ldhref = ldhref.concat("+&local_utc=local&x=12&y=5");
document.writeln('<td align="center" valign="top" width="160" nowrap>')
document.writeln('		<table class="tblborder" width="92%" cellspacing="0" cellpadding="2" border="1" bordercolor="#90b5c8">')
document.writeln('			   <tr class="tblmainhead"><td height="15"><b>Hauptmenü</b></td></tr>')
document.writeln('			   <tr class="tbl">')
document.writeln('				 <td width="140" height="265" valign="top">')
document.writeln('				   <a href="./index.php?open=start" ><b>Startseite</b></a><br>')
document.writeln('					 <br>')
document.writeln('				   <b>Über uns</b><br>')
document.writeln('					 <b>&nbsp;&nbsp;&nbsp;» </b><a href="./index.php?open=ueberuns" ><b>Die Raubfischer</b></a><br>')
document.writeln('					 <b>&nbsp;&nbsp;&nbsp;» </b><a href="./index.php?open=anliegen" ><b>Unser Anliegen</b></a><br>')
document.writeln('					 <br>')
document.writeln('				   <b>Bilder</b><br>')
document.writeln('					 <b>&nbsp;&nbsp;&nbsp;» </b><a href="./index.php?open=hecht" ><b>Hecht</b></a><br>')
document.writeln('					 <b>&nbsp;&nbsp;&nbsp;» </b><a href="./index.php?open=zander" ><b>Zander/Barsch</b></a><br>')
document.writeln('					 <b>&nbsp;&nbsp;&nbsp;» </b><a href="./index.php?open=waller" ><b>Waller</b></a><br>')
document.writeln('					 <b>&nbsp;&nbsp;&nbsp;» </b><a href="./index.php?open=huchen" ><b>Huchen</b></a><br>')
document.writeln('					 <b>&nbsp;&nbsp;&nbsp;» </b><a href="./index.php?open=sonst" ><b>Sonstiges</b></a><br>')
document.writeln('					 <br>')
document.writeln('				   <b>Wissen</b><br>')
document.writeln('					 <b>&nbsp;&nbsp;&nbsp;» </b><a href="./index.php?open=derhecht" ><b>Der Hecht</b></a><br>')
document.writeln('					 <b>&nbsp;&nbsp;&nbsp;» </b><a href="./index.php?open=sprungschicht" ><b>Die Sprungschicht</b></a><br>')
document.writeln('					 <b>&nbsp;&nbsp;&nbsp;» </b><a href="./index.php?open=schleppfischen" ><b>Schleppfischen</b></a><br>')
document.writeln('					 <b>&nbsp;&nbsp;&nbsp;» </b><a href="./index.php?open=catchandrelease" ><b>Catch & Release</b></a><br>')
document.writeln('					 <br>')
document.writeln('				   <b>Besucher</b><br>')
document.writeln('					 <b>&nbsp;&nbsp;&nbsp;» </b><a href="./gaestebuch.php" ><b>Gästebuch</b></a><br>')
document.writeln('					 <br>')
document.writeln('				 </td>')
document.writeln('			   </tr>')
document.writeln('			 </table>')
document.writeln('<table class="tblborder" width="92%" cellspacing="0" cellpadding="2" border="1" bordercolor="#90b5c8">')
document.writeln('<tr class="tblmainhead"><td height="15"><b>Links</b></td></tr>')
document.writeln('<tr class="tbl">')
document.writeln('	<td width="140" height="140" valign="top">')
document.writeln('					 <br>')
document.writeln('    <b>Wetter</b><br>')
document.writeln('    <b>&nbsp;&nbsp;&nbsp;» </b><a target="_blank" href="http://www.wetter.com/v2/?SID=&LANG=DE&LOC=7002&LOCFROM=0202&type=WORLD&id=34329"><b>&nbsp;Akt.Wetter RO</b></a><br>')
document.writeln('    <b>&nbsp;&nbsp;&nbsp;» </b><a target="_blank" href="'+ldhref+'"><b>&nbsp;Akt.Luftdruck RO</b></a><br>')
document.writeln('    <b>&nbsp;&nbsp;&nbsp;» </b><a target="_blank" href="http://www.wetter.com/v2/?SID=&LANG=DE&LOC=0270&LOCFROM=0202"><b>&nbsp;Regen-Radar</b></a><br>')
document.writeln('					 <br>')
document.writeln('    <b>Internet</b><br>')
document.writeln('    <b>&nbsp;&nbsp;&nbsp;» </b><a target="_blank" href="http://www.firefox.de.com/"><b>&nbsp;Firefox</b></a><br>')
document.writeln('    <b>&nbsp;&nbsp;&nbsp;» </b><a target="_blank" href="http://www.javarea.de"><b>&nbsp;Javarea</b></a><br>')
document.writeln('    <b>&nbsp;&nbsp;&nbsp;» </b><a target="_blank" href="http://www.php4me.de"><b>&nbsp;Php4Me</b></a><br>')
document.writeln('    <b>&nbsp;&nbsp;&nbsp;» </b><a target="_blank" href="http://java.sun.com/j2se/1.4.2/download.html"><b>&nbsp;Java Download</b></a><br>')
document.writeln('					 <br>')
document.writeln('</tr>')
document.writeln('    </td>')
document.writeln('</table>')
document.writeln('     </td>')
