var theImages = new Array()

//Random-loading images
theImages[0] = 'http://lorenzlammens.com/wp-content/themes/celadon/random/image.jpg' // replace with names of images
theImages[1] = 'http://lorenzlammens.com/wp-content/themes/celadon/random/image (29).jpg' // replace with names of images
theImages[2] = 'http://lorenzlammens.com/wp-content/themes/celadon/random/image (2).jpg' // replace with names of images
theImages[3] = 'http://lorenzlammens.com/wp-content/themes/celadon/random/image (3).jpg' // replace with names of images
theImages[4] = 'http://lorenzlammens.com/wp-content/themes/celadon/random/image (4).jpg'
theImages[5] = 'http://lorenzlammens.com/wp-content/themes/celadon/random/image (5).jpg'
theImages[6] = 'http://lorenzlammens.com/wp-content/themes/celadon/random/image (6).jpg'
theImages[7] = 'http://lorenzlammens.com/wp-content/themes/celadon/random/image (7).jpg'
theImages[8] = 'http://lorenzlammens.com/wp-content/themes/celadon/random/image (8).jpg'
theImages[9] = 'http://lorenzlammens.com/wp-content/themes/celadon/random/image (9).jpg'
theImages[10] = 'http://lorenzlammens.com/wp-content/themes/celadon/random/image (10).jpg'
theImages[11] = 'http://lorenzlammens.com/wp-content/themes/celadon/random/image (11).jpg'
theImages[12] = 'http://lorenzlammens.com/wp-content/themes/celadon/random/image (12).jpg'
theImages[13] = 'http://lorenzlammens.com/wp-content/themes/celadon/random/image (13).jpg'
theImages[14] = 'http://lorenzlammens.com/wp-content/themes/celadon/random/image (14).jpg'
theImages[15] = 'http://lorenzlammens.com/wp-content/themes/celadon/random/image (15).jpg'
theImages[16] = 'http://lorenzlammens.com/wp-content/themes/celadon/random/image (16).jpg'
theImages[17] = 'http://lorenzlammens.com/wp-content/themes/celadon/random/image (17).jpg'
theImages[18] = 'http://lorenzlammens.com/wp-content/themes/celadon/random/image (18).jpg'
theImages[19] = 'http://lorenzlammens.com/wp-content/themes/celadon/random/image (19).jpg'
theImages[20] = 'http://lorenzlammens.com/wp-content/themes/celadon/random/image (20).jpg'
theImages[21] = 'http://lorenzlammens.com/wp-content/themes/celadon/random/image (21).jpg'
theImages[22] = 'http://lorenzlammens.com/wp-content/themes/celadon/random/image (22).jpg'
theImages[23] = 'http://lorenzlammens.com/wp-content/themes/celadon/random/image (23).jpg'
theImages[24] = 'http://lorenzlammens.com/wp-content/themes/celadon/random/image (24).jpg'
theImages[25] = 'http://lorenzlammens.com/wp-content/themes/celadon/random/image (25).jpg'
theImages[26] = 'http://lorenzlammens.com/wp-content/themes/celadon/random/image (26).jpg'
theImages[27] = 'http://lorenzlammens.com/wp-content/themes/celadon/random/image (27).jpg'
theImages[28] = 'http://lorenzlammens.com/wp-content/themes/celadon/random/image (28).jpg'
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(){
if(whichImage==0){
document.write('<a href ="http://lorenzlammens.com/"><img src="'+theImages[whichImage]+'" border=0 width=637 height=200></a>');
}
else if(whichImage==1){
document.write('<a href ="http://lorenzlammens.com/"><img src="'+theImages[whichImage]+'" border=0 width=637 height=200></a>');
}
else if(whichImage==2){
document.write('<a href ="http://lorenzlammens.com/"><img src="'+theImages[whichImage]+'" border=0 width=637 height=200></a>');
}
else if(whichImage==3){
document.write('<a href ="http://lorenzlammens.com/"><img src="'+theImages[whichImage]+'" border=0 width=637 height=200></a>');
}
else if(whichImage==4){
document.write('<a href ="http://lorenzlammens.com/"><img src="'+theImages[whichImage]+'" border=0 width=637 height=200></a>');
}
else if(whichImage==5){
document.write('<a href ="http://lorenzlammens.com/"><img src="'+theImages[whichImage]+'" border=0 width=637 height=200></a>');
}
else if(whichImage==6){
document.write('<a href ="http://lorenzlammens.com/"><img src="'+theImages[whichImage]+'" border=0 width=637 height=200></a>');
}
else if(whichImage==7){
document.write('<a href ="http://lorenzlammens.com/"><img src="'+theImages[whichImage]+'" border=0 width=637 height=200></a>');
}
else if(whichImage==8){
document.write('<a href ="http://lorenzlammens.com/"><img src="'+theImages[whichImage]+'" border=0 width=637 height=200></a>');
}
else if(whichImage==9){
document.write('<a href ="http://lorenzlammens.com/"><img src="'+theImages[whichImage]+'" border=0 width=637 height=200></a>');
}
else if(whichImage==10){
document.write('<a href ="http://lorenzlammens.com/"><img src="'+theImages[whichImage]+'" border=0 width=637 height=200></a>');
}
else if(whichImage==11){
document.write('<a href ="http://lorenzlammens.com/"><img src="'+theImages[whichImage]+'" border=0 width=637 height=200></a>');
}
else if(whichImage==12){
document.write('<a href ="http://lorenzlammens.com/"><img src="'+theImages[whichImage]+'" border=0 width=637 height=200></a>');
}
else if(whichImage==13){
document.write('<a href ="http://lorenzlammens.com/"><img src="'+theImages[whichImage]+'" border=0 width=637 height=200></a>');
}
else if(whichImage==14){
document.write('<a href ="http://lorenzlammens.com/"><img src="'+theImages[whichImage]+'" border=0 width=637 height=200></a>');
}
else if(whichImage==15){
document.write('<a href ="http://lorenzlammens.com/"><img src="'+theImages[whichImage]+'" border=0 width=637 height=200></a>');
}
else if(whichImage==16){
document.write('<a href ="http://lorenzlammens.com/"><img src="'+theImages[whichImage]+'" border=0 width=637 height=200></a>');
}
else if(whichImage==17){
document.write('<a href ="http://lorenzlammens.com/"><img src="'+theImages[whichImage]+'" border=0 width=637 height=200></a>');
}
else if(whichImage==18){
document.write('<a href ="http://lorenzlammens.com/"><img src="'+theImages[whichImage]+'" border=0 width=637 height=200></a>');
}
else if(whichImage==19){
document.write('<a href ="http://lorenzlammens.com/"><img src="'+theImages[whichImage]+'" border=0 width=637 height=200></a>');
}
else if(whichImage==20){
document.write('<a href ="http://lorenzlammens.com/"><img src="'+theImages[whichImage]+'" border=0 width=637 height=200></a>');
}
else if(whichImage==21){
document.write('<a href ="http://lorenzlammens.com/"><img src="'+theImages[whichImage]+'" border=0 width=637 height=200></a>');
}
else if(whichImage==22){
document.write('<a href ="http://lorenzlammens.com/"><img src="'+theImages[whichImage]+'" border=0 width=637 height=200></a>');
}
else if(whichImage==23){
document.write('<a href ="http://lorenzlammens.com/"><img src="'+theImages[whichImage]+'" border=0 width=637 height=200></a>');
}
else if(whichImage==24){
document.write('<a href ="http://lorenzlammens.com/"><img src="'+theImages[whichImage]+'" border=0 width=637 height=200></a>');
}
else if(whichImage==25){
document.write('<a href ="http://lorenzlammens.com/"><img src="'+theImages[whichImage]+'" border=0 width=637 height=200></a>');
}
else if(whichImage==26){
document.write('<a href ="http://lorenzlammens.com/"><img src="'+theImages[whichImage]+'" border=0 width=637 height=200></a>');
}
else if(whichImage==27){
document.write('<a href ="http://lorenzlammens.com/"><img src="'+theImages[whichImage]+'" border=0 width=637 height=200></a>');
}
else if(whichImage==28){
document.write('<a href ="http://lorenzlammens.com/"><img src="'+theImages[whichImage]+'" border=0 width=637 height=200></a>');
}
else if(whichImage==29){
document.write('<a href ="http://lorenzlammens.com/"><img src="'+theImages[whichImage]+'" border=0 width=637 height=200></a>');
}
}

