function makeArray(n) {
this.length = n;
for (var i=1; i<=n; i++) {
this[i] = "";
}
return this;
}
var i;
function imagealeatoire() {
i = Math.floor(24 * Math.random() + 1);
return image[i];
}
image = new makeArray(24);
image[1]="http://www.bikersguide.de/bilder/giantac1.jpg";
image[2]="http://www.bikersguide.de/bilder/giantac2.jpg";
image[3]="http://www.bikersguide.de/bilder/giantatx.gif";
image[4]="http://www.bikersguide.de/bilder/giantaluxxx.jpg";
image[5]="http://www.bikersguide.de/bilder/giantaluxx.jpg";
image[6]="http://www.bikersguide.de/bilder/giantdht.jpg";
image[7]="http://www.bikersguide.de/bilder/giantds3.jpg";
image[8]="http://www.bikersguide.de/bilder/giantds2.jpg";
image[9]="http://www.bikersguide.de/bilder/giantxt1.jpg";
image[10]="http://www.bikersguide.de/bilder/giantxt4.jpg";
image[11]="http://www.bikersguide.de/bilder/giantxtt.jpg";
image[12]="http://www.bikersguide.de/bilder/scottexrac.jpg";
image[13]="http://www.bikersguide.de/bilder/scottfx10.jpg";
image[14]="http://www.bikersguide.de/bilder/scottfx30.jpg";
image[15]="http://www.bikersguide.de/bilder/scottzerot.jpg";
image[16]="http://www.bikersguide.de/bilder/scottoctfr.jpg";
image[17]="http://www.bikersguide.de/bilder/scottoct.jpg";
image[18]="http://www.bikersguide.de/bilder/scottstriket.jpg";
image[19]="http://www.bikersguide.de/bilder/scottstrikel.jpg";
image[20]="http://www.bikersguide.de/bilder/trekdf.jpg";
image[21]="http://www.bikersguide.de/bilder/trekelite98.jpg";
image[22]="http://www.bikersguide.de/bilder/trekfuel100.jpg";
image[23]="http://www.bikersguide.de/bilder/trekliquid30.jpg";
image[24]="http://www.bikersguide.de/bilder/radl.JPG";