
<!--
  function img() {
//Random Images
} ;
s = new img() ;
n = 0;
// -Img Database -
s[n++]= "./images/knip.jpg style='position:absolute; left:6%; top:53%; width:45px'";
s[n++]= "./images/lamp.gif style='position:absolute; left:36%; top:53%; width:10px'";
s[n++]= "./images/vuur.gif style='position:absolute; left:5%; top:53%; width:45px'";
s[n++]= "./images/knip.jpg style='position:absolute; left:6%; top:53%; width:45px'";
s[n++]= "./images/lamp.gif style='position:absolute; left:46%; top:53%; width:10px'";
s[n++]= "./images/vuur.gif style='position:absolute; left:10%; top:53%; width:45px'";
s[n++]= "./images/lamp.gif style='position:absolute; left:86%; top:53%; width:10px'";
s[n++]= "./images/vuur.gif style='position:absolute; left:35%; top:51%; width:45px'";
s[n++]= "./images/knip.jpg style='position:absolute; left:6%; top:53%; width:45px'";
s[n++]= "./images/lamp.gif style='position:absolute; left:96%; top:53%; width:10px'";
s[n++]= "./images/vuur.gif style='position:absolute; left:38%; top:51%; width:45px'";
s[n++]= "./images/vuur.gif style='position:absolute; left:45%; top:51%; 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/knip.jpg style='position:absolute; left:6%; top:53%; width:45px'";
s[n++]= "./images/vuur.gif style='position:absolute; left:87%; top:51%; width:45px'";
s[n++]= "./images/vuur.gif style='position:absolute; left:80%; top:51%; width:45px'";
s[n++]= "./images/knip.jpg style='position:absolute; left:6%; top:53%; width:45px'";
s[n++]= "./images/vuur.gif style='position:absolute; left:38%; top:51%; width:50px'";
s[n++]= "./images/vuur.gif style='position:absolute; left:45%; top:51%; width:50px'";
s[n++]= "./images/vuur.gif style='position:absolute; left:50%; top:51%; width:50px'";
i=Math.floor(Math.random() * n) ; 
document.write('<img src= '+ s[i] +'  > ');    
//-->
