/*
*/
document.writeln('');
document.writeln('');
var CurInfo = 1;
var MaxInfos = 1;
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(' | 1 von gesamt 1 | ')
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(' 01.03.2010 bis 31.10.2010 09:00 bis 17:30 ')
document.writeln(' Geysir Erlebnis')
document.writeln(' ')
document.writeln(' | ')
document.writeln(' ')
document.writeln(' ')
document.writeln(' ')
document.writeln(' | mehr >> | ')
document.writeln(' ')
document.writeln(' ')
document.writeln(' ')
document.writeln(' | ')
document.writeln('')
document.writeln('
')
document.writeln('')
document.writeln('
')
function MKNext()
{
ChangeInfoM(1);
MyTimeOut = setTimeout("MKNext()", 7000);
}
ChangeInfoM(-1);
MKNext();
/*
*/