

var theImages = new Array() 

theImages[0] = 'images/logos/entergy-logo_corporateS.gif'
theImages[1] = 'images/logos/COPS.gif'
theImages[2] = 'images/logos/HVNN.gif'
theImages[3] = 'images/logos/Cablevision-blueS.gif'
theImages[4] = 'images/logos/WhudS.gif'
theImages[5] = 'images/logos/entergy-logo_corporateS.gif'
theImages[6] = 'images/logos/COPS.gif'
theImages[7] = 'images/logos/HVNN.gif'
theImages[8] = 'images/logos/Cablevision-blueS.gif'
theImages[9] = 'images/logos/WhudS.gif'
theImages[10] = 'images/logos/entergy-logo_corporateS.gif'
theImages[11] = 'images/logos/COPS.gif'
theImages[12] = 'images/logos/WhudS.gif'
theImages[13] = 'images/logos/entergy-logo_corporateS.gif'
theImages[14] = 'images/logos/COPS.gif'
theImages[15] = 'images/logos/HVNN.gif'
theImages[16] = 'images/logos/Cablevision-blueS.gif'
theImages[17] = 'images/logos/WhudS.gif'


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]+'"  border="1">');
}



var theImages2 = new Array() 

theImages2[0] = 'images/logos/F-&-L-logoS.gif'
theImages2[1] = 'images/logos/wheelabrator2.gif'
theImages2[2] = 'images/logos/bertoniS.gif'
theImages2[3] = 'images/logos/mavisS.gif'
theImages2[4] = 'images/logos/UNION21s.gif'
theImages2[5] = 'images/logos/curryautoS.gif'
theImages2[6] = 'images/logos/F-&-L-logoS.gif'
theImages2[7] = 'images/logos/wheelabrator2.gif'
theImages2[8] = 'images/logos/bertoniS.gif'
theImages2[9] = 'images/logos/mavisS.gif'
theImages2[10] = 'images/logos/UNION21s.gif'
theImages2[11] = 'images/logos/curryautoS.gif'
theImages2[12] = 'images/logos/F-&-L-logoS.gif'
theImages2[13] = 'images/logos/wheelabrator2.gif'
theImages2[14] = 'images/logos/bertoniS.gif'
theImages2[15] = 'images/logos/mavisS.gif'
theImages2[16] = 'images/logos/UNION21s.gif'
theImages2[17] = 'images/logos/curryautoS.gif'


var j = 0
var p = theImages2.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 showImage2(){
document.write('<img src="'+theImages2[whichImage]+'"  border="1">');
}

var theImages3 = new Array() 

theImages3[0] = 'images/logos/ConEds.gif'
theImages3[1] = 'images/logos/HVHC-logoS.gif'
theImages3[2] = 'images/logos/perini.gif'
theImages3[3] = 'images/logos/NYSC.gif'
theImages3[4] = 'images/logos/peekskillInnS.gif'
theImages3[5] = 'images/logos/PeekskillyorktownpennyS.gif'
theImages3[6] = 'images/logos/images/logos/ConEds.gif'
theImages3[7] = 'images/logos/HVHC-logoS.gif'
theImages3[8] = 'images/logos/perini.gif'
theImages3[9] = 'images/logos/NYSC.gif'
theImages3[10] = 'images/logos/peekskillInnS.gif'
theImages3[11] = 'images/logos/PeekskillyorktownpennyS.gif'
theImages3[12] = 'images/logos/ConEds.gif'
theImages3[13] = 'images/logos/HVHC-logoS.gif'
theImages3[14] = 'images/logos/perini.gif'
theImages3[15] = 'images/logos/NYSC.gif'
theImages3[16] = 'images/logos/peekskillInnS.gif'
theImages3[17] = 'images/logos/PeekskillyorktownpennyS.gif'


var j = 0
var p = theImages2.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 showImage3(){
document.write('<img src="'+theImages3[whichImage]+'"  border="1">');
}

