var htmlText="";

htmlText += "<table border=0 cellspacing=0 cellpadding=0 >"
htmlText += "<tr bgcolor=white><td background = images/news.png  valign= top height = 506>"
htmlText += "<br><br><br><br><br>"
htmlText += "<b>1.10.2011:</b><br>"
htmlText += "14. Januar Heimspiele <br> 10 Uhr gegen PSW 21 Kitzingen und <br>15 Uhr gegen TV Zellingen 2<br>"
htmlText += "<br><a href='saison/Aufsichtsplan.pdf'  target=_blank>Hier</a> findet ihr unseren Aufsichtsplan f&uuml;r 2012"

htmlText += "</td></tr><tr><td  height = 100\\% valign=bottom align = center><a href ='http://www.oberduerrbach.de/' target=_blank><font color='#000000'><h5>SV Oberd&uuml;rrbach e.V.</h5></font></a></td></tr></table>"


document.open();
document.write(htmlText);
document.close();
