// JavaScript Document

today=new Date();
jran=today.getTime();
var anzahl = 43;     // 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);

if (random_number==1) {
text_color="000000";
image="01.jpg";
text="IGZ - Luftaufnahme"
}
if (random_number==2) {
text_color="000000";
image="02.jpg";
text="IGZ - Luftaufnahme"
}
if (random_number==3) {
text_color="000000";
image="05.jpg";
text="IGZ - Luftaufnahme"	
}
if (random_number==4) {
text_color="000000";
image="04.jpg";
text="IGZ - Luftaufnahme"
}
if (random_number==5) {
text_color="000000";
image="05.jpg";
text="IGZ - Luftaufnahme"
}
if (random_number==6) {
text_color="000000";
image="06.jpg";
text="IGZ - Luftaufnahme"
}
if (random_number==7) {
text_color="000000";
image="07.jpg";
text="IGZ - Luftaufnahme"
}
if (random_number==8) {
text_color="000000";
image="08.jpg";
text="IGZ - Luftaufnahme"
}
if (random_number==9) {
text_color="000000";
image="09.jpg";
text="IGZ - Luftaufnahme"
}
if (random_number==10) {
text_color="000000";
image="10.jpg";
text="IGZ - Luftaufnahme"
}
if (random_number==11) {
text_color="000000";
image="11.jpg";
text="IGZ - Luftaufnahme"
}
if (random_number==12) {
text_color="000000";
image="12.jpg";
text="IGZ - Luftaufnahme"
}
if (random_number==13) { text_color="000000"; image="13.jpg"; text="IGZ - Luftaufnahme" }
if (random_number==14) { text_color="000000"; image="14.jpg"; text="IGZ - Luftaufnahme" }
if (random_number==15) { text_color="000000"; image="15.jpg"; text="IGZ - Luftaufnahme" }
if (random_number==16) { text_color="000000"; image="16.jpg"; text="IGZ - Luftaufnahme" }
if (random_number==17) { text_color="000000"; image="17.jpg"; text="IGZ - Luftaufnahme" }
if (random_number==18) { text_color="000000"; image="18.jpg"; text="IGZ - Luftaufnahme" }
if (random_number==19) { text_color="000000"; image="19.jpg"; text="IGZ - Luftaufnahme" }
if (random_number==20) { text_color="000000"; image="20.jpg"; text="IGZ - Luftaufnahme" }
if (random_number==21) { text_color="000000"; image="07.jpg"; text="IGZ - Luftaufnahme" }
if (random_number==22) { text_color="000000"; image="22.jpg"; text="IGZ - Luftaufnahme" }
if (random_number==23) { text_color="000000"; image="23.jpg"; text="IGZ - Luftaufnahme" }
if (random_number==24) { text_color="000000"; image="24.jpg"; text="IGZ - Luftaufnahme" }
if (random_number==25) { text_color="000000"; image="25.jpg"; text="IGZ - Luftaufnahme" }
if (random_number==26) { text_color="000000"; image="26.jpg"; text="IGZ - Luftaufnahme" }
if (random_number==27) { text_color="000000"; image="27.jpg"; text="IGZ - Luftaufnahme" }
if (random_number==28) { text_color="000000"; image="28.jpg"; text="IGZ - Luftaufnahme" }
if (random_number==29) { text_color="000000"; image="29.jpg"; text="IGZ - Luftaufnahme" }
if (random_number==30) { text_color="000000"; image="30.jpg"; text="IGZ - Luftaufnahme" }
if (random_number==31) { text_color="000000"; image="31.jpg"; text="IGZ - Luftaufnahme" }
if (random_number==32) { text_color="000000"; image="32.jpg"; text="IGZ - Luftaufnahme" }
if (random_number==33) { text_color="000000"; image="33.jpg"; text="IGZ - Luftaufnahme" }
if (random_number==34) { text_color="000000"; image="34.jpg"; text="IGZ - Luftaufnahme" }
if (random_number==35) { text_color="000000"; image="35.jpg"; text="IGZ - Luftaufnahme" }
if (random_number==36) { text_color="000000"; image="36.jpg"; text="IGZ - Luftaufnahme" }
if (random_number==37) { text_color="000000"; image="37.jpg"; text="IGZ - Luftaufnahme" }
if (random_number==38) { text_color="000000"; image="38.jpg"; text="IGZ - Luftaufnahme" }
if (random_number==39) { text_color="000000"; image="39.jpg"; text="IGZ - Luftaufnahme" }
if (random_number==40) { text_color="000000"; image="40.jpg"; text="IGZ - Luftaufnahme" }
if (random_number==41) { text_color="000000"; image="41.jpg"; text="IGZ - Luftaufnahme" }
if (random_number==42) { text_color="000000"; image="42.jpg"; text="IGZ - Luftaufnahme" }
if (random_number==43) { text_color="000000"; image="43.jpg"; text="IGZ - Luftaufnahme" }

function rpic() {
document.write("<img src='../images/sidepics/" + image + "' width='265' border='0' alt=" + text + "><br>")
/* document.write("&nbsp &nbsp &nbsp<font size='2' color=#" + text_color +"'>Foto: " + text + "</font><br>") */
return
}
