
var Anzahl = 9;     // Anzahl der Bilder

//var ZufallJetzt = new Date();
//var ZufallsZahl = ZufallJetzt.getSeconds() % (Anzahl);
var ZufallZahl = Math.floor(Math.random()*9);

// Zuweisungen abhängig von der Zufallszahl

if (ZufallZahl==0) {
Grafik = "51RMDWu85rL._SL160_.jpg";
Titel="<b>TERMINATOR DIE ERLÖSUNG</b><br>Limited T-600 Skull Edition<br>(exklusiv bei AMAZON)"
Link ="http://www.amazon.de/gp/product/B002M76YIQ?ie=UTF8&tag=dv09-21&linkCode=as2&camp=1638&creative=6742&creativeASIN=B002M76YIQ"
}

if (ZufallZahl==1) {
Grafik = "51bVNZ-EEXL._SL160_.jpg";
Titel="<b>JAMES BOND 007</b><br>DVD EDITION <br>(22 DVDs)"
Link="http://www.amazon.de/gp/product/B002NTFJ02?ie=UTF8&tag=dv09-21&linkCode=as2&camp=1638&creative=6742&creativeASIN=B002NTFJ02"
}

if (ZufallZahl==2) {
Grafik = "41dDXa9FQvL._SL160_.jpg";
Titel="<b>HARRY POTTER 1 - 6</b><br>Collector's Edition<br>Hogwarts Castle"
Link="http://www.amazon.de/gp/product/B002NTFIVW?ie=UTF8&tag=dv09-21&linkCode=as2&camp=1638&creative=6742&creativeASIN=B002NTFIVW"
}

if (ZufallZahl==3) {
Grafik = "51hzxAN1QIL._SL160_.jpg";
Titel="<b>Carriers</b><br>3 DVD Limited Edition<br>Survival Box"
Link="http://www.amazon.de/gp/product/B002WBTA9C?ie=UTF8&tag=dv09-21&linkCode=as2&camp=1638&creative=19454&creativeASIN=B002WBTA9C"
}

if (ZufallZahl==4) {
Grafik = "51ADqik-x0L._SL160_.jpg";
Titel="<b>X-Men Origins - Wolverine [Blu-ray]</b><br>Extended Limited Edition<br>inkl. Sammelfigur"
Link="http://www.amazon.de/gp/product/B002GH1M66?ie=UTF8&tag=dv09-21&linkCode=as2&camp=1638&creative=19454&creativeASIN=B002GH1M66"
}

if (ZufallZahl==5) {
Grafik = "51qSEc0APRL._SL160_.jpg";
Titel="<b>Prison Break - Complete Box</b><br>23 DVDs<br>inkl. Final Break"
Link="http://www.amazon.de/gp/product/B002NTFJ8Y?ie=UTF8&tag=dv09-21&linkCode=as2&camp=1638&creative=19454&creativeASIN=B002NTFJ8Y"
}

if (ZufallZahl==6) {
Grafik = "41E-f3yz49L._SL160_.jpg";
Titel="<b>2012 [Blu-ray]</b><br>Limited Steelbook Edition<br>exklusiv bei Amazon.de"
Link="http://www.amazon.de/gp/product/B0033AGA4E?ie=UTF8&tag=dv09-21&linkCode=as2&camp=1638&creative=19454&creativeASIN=B0033AGA4E"
}

if (ZufallZahl==7) {
Grafik = "51tFpxwErYL._SL160_.jpg";
Titel="<b>Der Herr der Ringe [Blu-ray]</b><br>Die Spielfilmtrilogie<br>6 Discs"
Link="http://www.amazon.de/gp/product/B0026RHC10?ie=UTF8&tag=dv09-21&linkCode=as2&camp=1638&creative=19454&creativeASIN=B0026RHC10"
}

if (ZufallZahl==8) {
Grafik = "51EgbbfY7TL._SL160_.jpg";
Titel="<b>Zombieland [Blu-ray]</b><br>Limited Steelbook Edition<br>exklusiv bei Amazon.de"
Link="http://www.amazon.de/gp/product/B00365EA98?ie=UTF8&tag=dv09-21&linkCode=as2&camp=1638&creative=19454&creativeASIN=B00365EA98"
}

function Zufallsbild02() {
document.write(Titel+"<a target='_blank' href='" + Link +"'><img src='" + Grafik+ "' width='300' border='0' ></a><br>")
return
}