var theImages1 = new Array() // do not change this

theImages1[0] = 'images/img1.jpg'
theImages1[1] = 'images/img11.jpg'

// do not edit anything below this line

var j1 = 0
var p1 = theImages1.length;
var preBuffer1 = new Array()
for (i = 0; i < p1; i++){
   preBuffer1[i] = new Image()
   preBuffer1[i].src = theImages1[i]
}
var whichImage1 = Math.round(Math.random()*(p1-1));
function showImage1(){
document.write('<img src="'+theImages1[whichImage1]+'">');
}





var theImages2 = new Array() // do not change this

theImages2[0] = 'images/img2.jpg'
theImages2[1] = 'images/img22.jpg'

// do not edit anything below this line

var j2 = 0
var p2 = theImages1.length;
var preBuffer2 = new Array()
for (i = 0; i < p2; i++){
   preBuffer2[i] = new Image()
   preBuffer2[i].src = theImages2[i]
}
var whichImage2 = Math.round(Math.random()*(p2-1));
function showImage2(){
document.write('<img src="'+theImages2[whichImage2]+'">');
}


var theImages3 = new Array() // do not change this

theImages3[0] = 'images/img3.jpg'
theImages3[1] = 'images/img33.jpg'

// do not edit anything below this line

var j3 = 0
var p3 = theImages1.length;
var preBuffer3 = new Array()
for (i = 0; i < p3; i++){
   preBuffer3[i] = new Image()
   preBuffer3[i].src = theImages3[i]
}
var whichImage3 = Math.round(Math.random()*(p3-1));
function showImage3(){
document.write('<img src="'+theImages3[whichImage3]+'">');
}




var theImages4 = new Array() // do not change this

theImages4[0] = 'images/img4.jpg'
theImages4[1] = 'images/img44.jpg'

// do not edit anything below this line

var j4 = 0
var p4 = theImages1.length;
var preBuffer4 = new Array()
for (i = 0; i < p4; i++){
   preBuffer4[i] = new Image()
   preBuffer4[i].src = theImages4[i]
}
var whichImage4 = Math.round(Math.random()*(p4-1));
function showImage4(){
document.write('<img src="'+theImages4[whichImage4]+'">');
}



var theImages6 = new Array() // do not change this

theImages6[0] = 'images/img6.jpg'
theImages6[1] = 'images/img66.jpg'

// do not edit anything below this line

var j6 = 0
var p6 = theImages1.length;
var preBuffer6 = new Array()
for (i = 0; i < p6; i++){
   preBuffer6[i] = new Image()
   preBuffer6[i].src = theImages6[i]
}
var whichImage6 = Math.round(Math.random()*(p6-1));
function showImage6(){
document.write('<img src="'+theImages6[whichImage6]+'">');
}
