<!-- begin RANDOM HEADER IMAGES 
var theImages = new Array()

theImages[0] = 'ran/1.jpg'
theImages[1] = 'ran/2.jpg'
theImages[2] = 'ran/3.jpg'
theImages[3] = 'ran/4.jpg'
theImages[4] = 'ran/5.jpg'
theImages[5] = 'ran/6.jpg'
theImages[6] = 'ran/7.jpg'
theImages[7] = 'ran/8.jpg'
theImages[8] = 'ran/9.jpg'
theImages[9] = 'ran/10.jpg'

var q = 0
var p = 10
var whichImage = Math.round(Math.random()*(p-1))

function showImage(){
document.write('<img border="0" alt="nurkowanie" src="'+theImages[whichImage]+'">');
}

//  end RANDOM HEADER IMAGES -->
