
<!-- 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] = 'images/sidepix1.gif'
theImages[1] = 'images/sidepix2.gif'
theImages[2] = 'images/sidepix3.gif'
theImages[3] = 'images/sidepix4.gif'
theImages[4] = 'images/sidepix5.gif'
theImages[5] = 'images/sidepix6.gif'
theImages[6] = 'images/sidepix7.gif'
theImages[7] = 'images/sidepix8.gif'
theImages[8] = 'images/sidepix9.gif'
theImages[9] = 'images/sidepix10.gif'

// 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]+'">');
}

//  End -->

<!-- Begin
// Set up the image files to be used.
var theImages2 = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theImages2[0] = 'images/sidepix40.gif'
theImages2[1] = 'images/sidepix41.gif'
theImages2[2] = 'images/sidepix42.gif'
theImages2[3] = 'images/sidepix43.gif'
theImages2[4] = 'images/sidepix44.gif'
theImages2[5] = 'images/sidepix45.gif'
theImages2[6] = 'images/sidepix46.gif'
theImages2[7] = 'images/sidepix47.gif'
theImages2[8] = 'images/sidepix48.gif'
theImages2[9] = 'images/sidepix49.gif'
// do not edit anything below this line

var j = 0
var p = theImages2.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages2[i]
}
var whichImage2 = Math.round(Math.random()*(p-1));
function showImage2(){
document.write('<img src="'+theImages2[whichImage2]+'">');
}

//  End -->

<!-- Begin
// Set up the image files to be used.
var theImages3 = new Array() // do not change this
// To add more image files, continue with the
// pattern below, adding to the array.

theImages3[0] = 'images/sidepix50.gif'
theImages3[1] = 'images/sidepix51.gif'
theImages3[2] = 'images/sidepix52.gif'
theImages3[3] = 'images/sidepix53.gif'
theImages3[4] = 'images/sidepix54.gif'
theImages3[5] = 'images/sidepix55.gif'
theImages3[6] = 'images/sidepix56.gif'
theImages3[7] = 'images/sidepix57.gif'
theImages3[8] = 'images/sidepix58.gif'
theImages3[9] = 'images/sidepix59.gif'

// do not edit anything below this line

var j = 0
var p = theImages3.length;
var preBuffer = new Array()
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = theImages3[i]
}
var whichImage3 = Math.round(Math.random()*(p-1));
function showImage3(){
document.write('<img src="'+theImages3[whichImage3]+'">');
}

//  End -->
