var html='';
html+='<table width=100% cellspacing=0 cellpadding=0 border=0>';
html+='	<tr>';
html+='		<td>&nbsp;</td>';
html+='		<td><p class="gelb">News<br>&nbsp;</p></td>';
html+='	</tr>';

html+='</table>';
document.write(html);
html='';
