now=new Date() 
sec=(now.getSeconds() )%11
if (sec == 0) 
{img="http://www.oototo.de/wp-content/themes/oototo/images/backgrounds/01.jpg";
} 
if (sec == 1) 
{img="http://www.oototo.de/wp-content/themes/oototo/images/backgrounds/02.jpg";
}
if (sec == 2) 
{img="http://www.oototo.de/wp-content/themes/oototo/images/backgrounds/03.jpg";
} 
if (sec == 3) 
{img="http://www.oototo.de/wp-content/themes/oototo/images/backgrounds/04.jpg";
} 
if (sec == 4) 
{img="http://www.oototo.de/wp-content/themes/oototo/images/backgrounds/05.jpg";
} 
if (sec == 5) 
{img="http://www.oototo.de/wp-content/themes/oototo/images/backgrounds/06.jpg";
}
if (sec == 6) 
{img="http://www.oototo.de/wp-content/themes/oototo/images/backgrounds/07.jpg";
} 
if (sec == 7) 
{img="http://www.oototo.de/wp-content/themes/oototo/images/backgrounds/08.jpg";
}
if (sec == 8) 
{img="http://www.oototo.de/wp-content/themes/oototo/images/backgrounds/09.jpg";;
} 
if (sec == 9) 
{img="http://www.oototo.de/wp-content/themes/oototo/images/backgrounds/10.jpg";
} 
if (sec == 10) 
{img="http://www.oototo.de/wp-content/themes/oototo/images/backgrounds/11.jpg";
} 
document.write("<img src=",img," class='bgimg'>");

