function write_newsletters(){

document.writeln('<table border="0" cellpadding="2" cellspacing="0" bgcolor="#000000">');
document.writeln('<tr>');
document.writeln('<td bgcolor="#cc0000">');
document.writeln('<font color="#FFFFFF">');
document.writeln('<b>&nbsp;Newsletter-Service&nbsp;');
document.writeln('</b>');
document.writeln('</font>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('<table border="0" cellpadding="0" cellspacing="0">');
document.writeln('<tr>');
document.writeln('<td colspan="3" bgcolor="#000000" width=220></td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td width="1" bgcolor=black>');
document.writeln('');
document.writeln('</td>');
document.writeln('<td width="10">&nbsp;</td>');
document.writeln('<td>');
document.writeln('<br clear="all">');
document.writeln('<a href="/service/email.html"><img src="/images/newsletter.jpg" width=80 height=80 alt="" border=0 vspace=2 align="left"></a>');
document.writeln('<b>Nichts verpassen!</b><br><br>Immer auf dem Laufenden mit unseren kostenlosen Newslettern.<br>');

document.writeln('<br clear="all">');
document.writeln('<a href="/service/email.html"><b>Jetzt anmelden!');
document.writeln('</b>');
document.writeln('</a>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('<br>');
document.writeln('<br>');

}