// Erstes Bild

var imagenumber = 4 ; 

var randomnumber = Math.random() ; 

var rand1 = Math.round( (imagenumber-1) * randomnumber) + 1 ;



images = new Array 



images[1] = "/bilder/rotation/rotation_1"

images[2] = "/bilder/rotation/rotation_2"

images[3] = "/bilder/rotation/rotation_3"

images[4] = "/bilder/rotation/rotation_4"





var image = images[rand1]


