function getImage() 
{ 
  var aantal_images = 9; 
  var getal = Math.ceil(Math.random()*aantal_images); 
  document.write("<img border=0 src='/wp-content/themes/code-blue_30/images/Banner/Banner_"+getal+".jpg' alt='Tom Van Rooy'>"); 
}
