

var theImages = new Array() 

theImages[0] = 'images/logos/entergy-logo_corporateS.gif'
theImages[1] = 'images/logos/COPS.gif'
theImages[2] = 'images/logos/Inn-on-the-Hudson-S.gif'
theImages[3] = 'images/logos/manhattan_beer-S.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/Inn-on-the-Hudson-S.gif'
theImages[8] = 'images/logos/manhattan_beer-S.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/Inn-on-the-Hudson-S.gif'
theImages[16] = 'images/logos/manhattan_beer-S.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/chase-media-group-S.gif'
theImages2[3] = 'images/logos/mavisS.gif'
theImages2[4] = 'images/logos/UNION21s.gif'
theImages2[5] = 'images/logos/anchinS.gif'
theImages2[6] = 'images/logos/F-&-L-logoS.gif'
theImages2[7] = 'images/logos/wheelabrator2.gif'
theImages2[8] = 'images/logos/chase-media-group-S.gif'
theImages2[9] = 'images/logos/mavisS.gif'
theImages2[10] = 'images/logos/UNION21s.gif'
theImages2[11] = 'images/logos/anchinS.gif'
theImages2[12] = 'images/logos/F-&-L-logoS.gif'
theImages2[13] = 'images/logos/wheelabrator2.gif'
theImages2[14] = 'images/logos/chase-media-group-S.gif'
theImages2[15] = 'images/logos/mavisS.gif'
theImages2[16] = 'images/logos/UNION21s.gif'
theImages2[17] = 'images/logos/anchinS.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/basf_logo_f1-S.gif'
theImages3[1] = 'images/logos/brandstormsS.gif'
theImages3[2] = 'images/logos/dtg-production-logo-S.gif'
theImages3[3] = 'images/logos/mc_caffery_signs-S.gif'
theImages3[4] = 'images/logos/mhb-S.gif'
theImages3[5] = 'images/logos/IMAGE002-S.gif'
theImages3[6] = 'images/logos/basf_logo_f1-S.gif'
theImages3[7] = 'images/logos/brandstormsS.gif'
theImages3[8] = 'images/logos/dtg-production-logo-S.gif'
theImages3[9] = 'images/logos/mc_caffery_signs-S.gif'
theImages3[10] = 'images/logos/mhb-S.gif'
theImages3[11] = 'images/logos/IMAGE002-S.gif'
theImages3[12] = 'images/logos/basf_logo_f1-S.gif'
theImages3[13] = 'images/logos/brandstormsS.gif'
theImages3[14] = 'images/logos/dtg-production-logo-S.gif'
theImages3[15] = 'images/logos/mc_caffery_signs-S.gif'
theImages3[16] = 'images/logos/mhb-S.gif'
theImages3[17] = 'images/logos/IMAGE002-S.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">');
}

