// JavaScript Document

<!--

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_changeProp(objId,x,theProp,theValue) { //v9.0
  var obj = null; with (document){ if (getElementById)
  obj = window.document.getElementById(objId); }
  if (obj){
    if (theValue == true || theValue == false)
      eval("obj.style."+theProp+"="+theValue);
    else eval("obj.style."+theProp+"='"+theValue+"'");
  }
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
// Set up the image files to be used.
var theImages = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theImages[0] = 'http://www.scil.nl/img/frontimage01.jpg'
theImages[1] = 'http://www.scil.nl/img/frontimage02.jpg'
theImages[2] = 'http://www.scil.nl/img/frontimage03.jpg'
theImages[3] = 'http://www.scil.nl/img/frontimage04.jpg'
theImages[4] = 'http://www.scil.nl/img/frontimage05.jpg'
theImages[5] = 'http://www.scil.nl/img/frontimage06.jpg'
theImages[6] = 'http://www.scil.nl/img/frontimage07.jpg'
theImages[7] = 'http://www.scil.nl/img/frontimage08.jpg'
theImages[8] = 'http://www.scil.nl/img/frontimage09.jpg'

// do not edit anything below this line

var j = 0
var p = theImages.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));
function showImage(){
document.write('<img src="'+theImages[whichImage]+'" class="topfoto">');
}

//  End -->


//-->




