var berg = "-";
var tal = "-";
var betrieb = 0;

document.write('<div style="position: absolute; width: 110; height: 1px; z-index: 1; left: 709; top: 83px" id="schneeinfo">');
document.write('  <table width="100%" cellspacing="0" cellpadding="0">');
document.write('    <tr>');
document.write('		<td>');
if ( betrieb == 1 ) {
document.write('			<img border="0" src="images/ampel_gruen.bmp" width="42" height="21"></td>');
} else {
document.write('			<img border="0" src="images/ampel_rot.bmp" width="42" height="21"></td>');
};
document.write('		<td align="left">');
document.write('			<font face="Palatino Linotype" size="1" color="#FFFFFF">');
if ( betrieb == 1 ) {
document.write('			in Betrieb<br>');
} else {
document.write('			außer Betrieb<br>');
};
document.write('			(siehe <a style="color: #FFFFFF" href="news.htm">News</a>)</font></td>');
document.write('	</tr>');
document.write('	<tr>');
document.write('		<td nowrap colspan="2">');
document.write('			<p align="right">');
document.write('				<font size="1" color="#FFFFFF" face="Palatino Linotype">Berg:&nbsp;&nbsp; ');
document.write ( berg );
document.write('				</font></td>');
document.write('	</tr>');
document.write('	<tr>');
document.write('		<td nowrap colspan="2">');
document.write('			<p align="right">');
document.write('			<font size="1" color="#FFFFFF" face="Palatino Linotype">Tal:&nbsp;&nbsp; ');
document.write ( tal );
document.write('			</font></td>');
document.write('	</tr>');
document.write('  </table>');
document.write('</div>');
