// JavaScript Document

function Bildwechsel() {
var zufall=Math.random()*(34-0)+0;
zufall=Math.round(zufall);

adresse=new Array(34);
adresse[0]="http://www.hexenboard.de/v2/images/tarot/10.png";
adresse[1]="http://www.hexenboard.de/v2/images/tarot/11.png";
adresse[2]="http://www.hexenboard.de/v2/images/tarot/12.png";
adresse[3]="http://www.hexenboard.de/v2/images/tarot/13.png";
adresse[4]="http://www.hexenboard.de/v2/images/tarot/14.png";
adresse[5]="http://www.hexenboard.de/v2/images/tarot/15.png";
adresse[6]="http://www.hexenboard.de/v2/images/tarot/16.png";
adresse[7]="http://www.hexenboard.de/v2/images/tarot/17.png";
adresse[8]="http://www.hexenboard.de/v2/images/tarot/18.png";
adresse[9]="http://www.hexenboard.de/v2/images/tarot/19.png";
adresse[10]="http://www.hexenboard.de/v2/images/tarot/20.png";
adresse[11]="http://www.hexenboard.de/v2/images/tarot/21.png";
adresse[12]="http://www.hexenboard.de/v2/images/tarot/22.png";
adresse[13]="http://www.hexenboard.de/v2/images/tarot/01.png";
adresse[14]="http://www.hexenboard.de/v2/images/tarot/02.png";
adresse[15]="http://www.hexenboard.de/v2/images/tarot/03.png";
adresse[16]="http://www.hexenboard.de/v2/images/tarot/04.png";
adresse[17]="http://www.hexenboard.de/v2/images/tarot/05.png";
adresse[18]="http://www.hexenboard.de/v2/images/tarot/06.png";
adresse[19]="http://www.hexenboard.de/v2/images/tarot/07.png";
adresse[20]="http://www.hexenboard.de/v2/images/tarot/08.png";
adresse[21]="http://www.hexenboard.de/v2/images/tarot/09.png";
adresse[22]="http://www.hexenboard.de/v2/images/tarot/23.png";
adresse[23]="http://www.hexenboard.de/v2/images/tarot/24.png";
adresse[24]="http://www.hexenboard.de/v2/images/tarot/25.png";
adresse[25]="http://www.hexenboard.de/v2/images/tarot/26.png";
adresse[26]="http://www.hexenboard.de/v2/images/tarot/27.png";
adresse[27]="http://www.hexenboard.de/v2/images/tarot/28.png";
adresse[28]="http://www.hexenboard.de/v2/images/tarot/29.png";
adresse[29]="http://www.hexenboard.de/v2/images/tarot/30.png";
adresse[30]="http://www.hexenboard.de/v2/images/tarot/31.png";
adresse[31]="http://www.hexenboard.de/v2/images/tarot/32.png";
adresse[32]="http://www.hexenboard.de/v2/images/tarot/33.png";
adresse[33]="http://www.hexenboard.de/v2/images/tarot/34.png";
adresse[34]="http://www.hexenboard.de/v2/images/tarot/35.png";

document.getElementById('zufallsbild').src=adresse[zufall];
}

