var theImages = new Array()

//Random-loading images
theImages[0] = 'images/casestudy1.gif' // replace with names of images
theImages[1] = 'images/casestudy2.gif' // replace with names of images
theImages[2] = 'images/casestudy3.gif' // replace with names of images
theImages[3] = 'images/casestudy4.gif' // replace with names of images
theImages[4] = 'images/casestudy5.gif' // replace with names of images
theImages[5] = 'images/casestudy6.gif' // replace with names of images
theImages[6] = 'images/casestudy7.gif' // replace with names of images
theImages[7] = 'images/casestudy8.gif' // replace with names of images
theImages[8] = 'images/casestudy9.gif' // replace with names of images
theImages[9] = 'images/casestudy9.gif' // replace with names of images
theImages[10] = 'images/casestudy10.gif' // replace with names of images
theImages[11] = 'images/casestudy12.gif' // replace with names of images


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 ="indexnext.php?pid=5&id=33"><img src="'+theImages[whichImage]+'" border=0></a>');
}
else if(whichImage==1){
document.write('<a href ="indexnext.php?pid=5&id=33"><img src="'+theImages[whichImage]+'" border=0></a>');
}
else if(whichImage==2){
document.write('<a href ="indexnext.php?pid=5&id=33"><img src="'+theImages[whichImage]+'" border=0></a>');
}
else if(whichImage==3){
document.write('<a href ="indexnext.php?pid=5&id=33"><img src="'+theImages[whichImage]+'" border=0></a>');
}
else if(whichImage==4){
document.write('<a href ="indexnext.php?pid=5&id=33"><img src="'+theImages[whichImage]+'" border=0></a>');
}
else if(whichImage==5){
document.write('<a href ="indexnext.php?pid=5&id=33"><img src="'+theImages[whichImage]+'" border=0></a>');
}
else if(whichImage==6){
document.write('<a href ="indexnext.php?pid=5&id=33"><img src="'+theImages[whichImage]+'" border=0></a>');
}
else if(whichImage==7){
document.write('<a href ="indexnext.php?pid=5&id=33"><img src="'+theImages[whichImage]+'" border=0></a>');
}
else if(whichImage==8){
document.write('<a href ="indexnext.php?pid=5&id=33"><img src="'+theImages[whichImage]+'" border=0></a>');
}
else if(whichImage==9){
document.write('<a href ="indexnext.php?pid=5&id=33"><img src="'+theImages[whichImage]+'" border=0></a>');
}
else if(whichImage==10){
document.write('<a href ="indexnext.php?pid=5&id=33"><img src="'+theImages[whichImage]+'" border=0></a>');
}
else if(whichImage==11){
document.write('<a href ="indexnext.php?pid=5&id=33"><img src="'+theImages[whichImage]+'" border=0></a>');
}
}
