
function Playa(url) {document.all.a.src = url;}
function Playb(url) {document.all.b.src = url;}
function Playc(url) {document.all.c.src = url;}
function Playd(url) {document.all.d.src = url;}
function Playx(url) {document.all.x.src = url;}

sa=setTimeout("Playa('./images/steen1.wav')",10000)
sc=setTimeout("Playc('./images/steen1.wav')",28000)
sd=setTimeout("Playd('./images/krekel.mp3')",1000)
sx=setTimeout("Playx('./images/dark.jpg')",1000)

<!--
  function sound() {
//Random Sounds
} ;
s = new sound() ;
n = 0;
// - Sound Database -
s[n++]= "./images/ZIPPERS.wav ";
s[n++]= "./images/psycho.wav loop=2 volume=-2000";
s[n++]= "./images/verkeerd.wav loop=10 volume=-2000";
s[n++]= "./images/krekel.mp3 volume=-2000";
s[n++]= "./images/lili2.wav volume=-200";
s[n++]= "./images/kerkuil1.wav loop=5";
s[n++]= "./images/gokkast2.wav loop=2 volume=-2000";
s[n++]= "./images/tandarts.wav loop=3";
s[n++]= "./images/ericotone.wav loop=-1";
s[n++]= "./images/gateclosing.wav volume=-2000";
s[n++]= "./images/morsecode.wav loop=-1 volume=-2000";
s[n++]= "./images/heartbeat1.wav loop=-1 volume=3000";
s[n++]= "./images/Bell_1.wav loop=3 volume=-2000";
s[n++]= "./images/morsecode.wav loop=-1 volume=-2000";
s[n++]= "./images/mor2.wav loop=-1";
s[n++]= "./images/flap1.wav loop=4 volume=-1000";
s[n++]= "./images/Pig.wav loop=2 volume=-200";
s[n++]= "./images/ganzen.wav loop=2 volume=-2000";
s[n++]= "./images/cows.wav volume=-2000";
s[n++]= "./images/whidbeyring.wav loop=-1 volume=-2000";
s[n++]= "./images/KEYBD.wav loop=3 volume=-2000";
s[n++]= "./images/klok.wav loop=12 volume=-2000";
s[n++]= "./images/radio.wav loop=2 volume=-2000";
s[n++]= "./images/thunder.au";
i=Math.floor(Math.random() * n) ; 
document.write('<BGSOUND SRC= '+ s[i] +'  > ');    
// sb=setTimeout('Playb(" '+s[i]+' ")',1000);
//-->

<!--
  function img() {
//Random Images
} ;
s = new img() ;
n = 0;
// -Img Database -
s[n++]= "./images/vuur.gif style='position:absolute; left:5%; top:53%; width:45px'";
s[n++]= "./images/vuur.gif style='position:absolute; left:10%; top:51%; width:45px'";
s[n++]= "./images/vuur.gif style='position:absolute; left:35%; top:52%; width:45px'";
s[n++]= "./images/vuur.gif style='position:absolute; left:38%; top:52%; width:45px'";
s[n++]= "./images/vuur.gif style='position:absolute; left:45%; top:52%; width:35px'";
s[n++]= "./images/vuur.gif style='position:absolute; left:50%; top:51%; width:45px'";
s[n++]= "./images/vuur.gif style='position:absolute; left:85%; top:51%; width:45px'";
s[n++]= "./images/vuur.gif style='position:absolute; left:38%; top:52%; width:8px'";
s[n++]= "./images/vuur.gif style='position:absolute; left:45%; top:52%; width:8px'";
s[n++]= "./images/vuur.gif style='position:absolute; left:50%; top:51%; width:8px'";
i=Math.floor(Math.random() * n) ; 
document.write('<img src= '+ s[i] +'  > ');  

//-->   

