today=new Date();
jran=today.getTime();
var anzahl = 28;     // Anzahl der Bilder
var random_number="";
var image="";
var text_color="";
ia=9301;
ic=49297;
im=233280;
jran = (jran*ia+ic) % im;

random_number = Math.ceil( (jran/(im*1.0)) * anzahl);

// läd ein Image abhängig von der Zufallszahl

if (random_number==1) {image="http://www.suedbahn-fuzzy.de/Tietelbild/050906_121.jpg";}
if (random_number==2) {image="http://www.suedbahn-fuzzy.de/Tietelbild/081006_100.JPG";}
if (random_number==3) {image="http://www.suedbahn-fuzzy.de/Tietelbild/150706_075.JPG";}
if (random_number==4) {image="http://www.suedbahn-fuzzy.de/Tietelbild/150706_084.JPG";}
if (random_number==5) {image="http://www.suedbahn-fuzzy.de/Tietelbild/170706_018.JPG";}
if (random_number==6) {image="http://www.suedbahn-fuzzy.de/Tietelbild/170706_019.JPG";}
if (random_number==7) {image="http://www.suedbahn-fuzzy.de/Tietelbild/IMG_1065.jpg";}
if (random_number==8) {image="http://www.suedbahn-fuzzy.de/Tietelbild/IMG_3176.jpg";}
if (random_number==9) {image="http://www.suedbahn-fuzzy.de/Tietelbild/IMG_3219.jpg";}
if (random_number==10) {image="http://www.suedbahn-fuzzy.de/Tietelbild/IMG_3408.jpg";}
if (random_number==11) {image="http://www.suedbahn-fuzzy.de/Tietelbild/IMG_3830.jpg";}
if (random_number==12) {image="http://www.suedbahn-fuzzy.de/Tietelbild/IMG_4250.JPG";}
if (random_number==13) {image="http://www.suedbahn-fuzzy.de/Tietelbild/Img_6343.JPG";}
if (random_number==14) {image="http://www.suedbahn-fuzzy.de/Tietelbild/230806_016.JPG";} 
if (random_number==15) {image="http://www.suedbahn-fuzzy.de/Tietelbild/IMG_0630.JPG";} 
if (random_number==16) {image="http://www.suedbahn-fuzzy.de/Tietelbild/020106_036.JPG";}
if (random_number==17) {image="http://www.suedbahn-fuzzy.de/Tietelbild/IMG_1722.JPG";} 
if (random_number==18) {image="http://www.suedbahn-fuzzy.de/Tietelbild/IMG_1740.JPG";} 
if (random_number==19) {image="http://www.suedbahn-fuzzy.de/Tietelbild/IMG_2249.JPG";} 
if (random_number==20) {image="http://www.suedbahn-fuzzy.de/Tietelbild/IMG_2284.JPG";} 
if (random_number==21) {image="http://www.suedbahn-fuzzy.de/Tietelbild/IMG_2371.JPG";} 
if (random_number==22) {image="http://www.suedbahn-fuzzy.de/Tietelbild/IMG_2403.JPG";} 
if (random_number==23) {image="http://www.suedbahn-fuzzy.de/Tietelbild/IMG_5592.JPG";} 
if (random_number==24) {image="http://www.suedbahn-fuzzy.de/Tietelbild/IMG_5666.JPG";} 
if (random_number==25) {image="http://www.suedbahn-fuzzy.de/Tietelbild/IMG_5703.JPG";} 
if (random_number==26) {image="http://www.suedbahn-fuzzy.de/Tietelbild/IMG_6085.JPG";}
if (random_number==27) {image="http://www.suedbahn-fuzzy.de/Tietelbild/IMG_6891.jpg";}
if (random_number==28) {image="http://www.suedbahn-fuzzy.de/Tietelbild/IMG_3549.JPG";}

function zufallsbild() {
document.write("<center><img src='" + image + "' width='800' height='533' border='0' alt='Text'></center><br><br>")
document.write("<center><font color=" + text_color +"'>" + text + "</font></center><br>")
return
}


