<!--
aantalachtergronden = 5;
randomnummer = Math.floor(Math.random()*1000);
randomachtergrond = Math.floor(Math.random()*aantalachtergronden)+1;

if (randomachtergrond==1) {
image="nr1.gif?" + randomnummer;
}
if (randomachtergrond==2) {
image="nr2.gif?" + randomnummer;
}
if (randomachtergrond==3) {
image="nr3.gif?" + randomnummer;
}
if (randomachtergrond==4) {
image="nr4.gif?" + randomnummer;
}
if (randomachtergrond==5) {
image="nr5.gif?" + randomnummer;
}

<!-- start body -->
document.open();
document.write("<style>body {margin: 0px;padding: 0px;text-align: left;font-family: Arial, Helvetica, sans-serif;color: #333333;font-size: 12px;line-height: 16px;background-color:#505050;background-image:url(../d2baward/templates/d2b/beelden_template/" + image + ")}</style>");

<!-- einde body -->