document.writeln(''); var CurInfo = 1; var MaxInfos = 0; function ChangeInfoM(cstep) { if (document.getElementById) { if ( document.getElementById("MyTR" + CurInfo) ) { document.getElementById("MyTR" + CurInfo).className = "elementhide"; } CurInfo += cstep; if (CurInfo == 0) CurInfo = MaxInfos; if (CurInfo > MaxInfos) CurInfo = 1; if ( document.getElementById("MyTR" + CurInfo) ) { document.getElementById("MyTR" + CurInfo).className = "elementvisible"; } if ( document.getElementById("CurNum") ) document.getElementById("CurNum").innerHTML = CurInfo; } } var MyTimeOut; document.writeln(''); document.writeln(''); document.writeln(''); document.writeln(' '); document.writeln(' '); document.writeln(' '); document.writeln(''); document.writeln('
'); document.writeln(' '); document.writeln(' '); document.writeln(' '); document.writeln(' '); document.writeln('

'); document.writeln(' '); document.writeln(' Für diesen Tag gibt es keinen Eintrag.'); document.writeln('
'); document.writeln('
');