<script>type="text/javascript">
sun = '<#isSunny>';
if (sun == '0') {sun = '<img src="images/sonne0.gif" width="80" align="center" border="0" height="85" hspace="10">';}
else {sun = '<img src="images/sonne1.gif" width="80" align="center" border="0" height="85" hspace="10">'};
document.write(sun);
</script>
doesn't work on my homepage. I'm using a wh3080 weather station. It's only sonne1.gif displayed, if the sun is shining or not.
I would appreciate any help.