<!-- Begin
var theImages = new Array();
// To add more image files, continue with the pattern below, adding to the array.

theImages[0] = '/resources/images/main_industries.jpg'
theImages[1] = '/resources/images/main_industrial.jpg'
theImages[2] = '/resources/images/appliances_main_image.jpg'
theImages[3] = '/resources/images/electronics_main_image.jpg'
theImages[4] = '/resources/images/hvarc_main_image.jpg'
theImages[5] = '/resources/images/semiconductor_main_image.jpg'
theImages[6] = '/resources/images/telecomm_main_image.jpg'
theImages[7] = '/resources/images/other_ind_main_image.jpg'
theImages[8] = '/resources/images/mainmedical.jpg'
theImages[9] = '/resources/images/main_chem_an.jpg'
theImages[10] = '/resources/images/maincath.jpg'
theImages[11] = '/resources/images/main_anes.jpg'
theImages[12] = 'resources/images/main_therm.jpg'
theImages[13] = '/resources/images/main_press_mon.jpg'
theImages[14] = '/resources/images/inc_main_image.jpg'
theImages[15] = '/resources/images/main_pharma.jpg'
theImages[16] = '/resources/images/main_process.jpg'
theImages[17] = '/resources/images/agriculture_main_image.jpg'
theImages[18] = '/resources/images/construction_main_image.jpg'
theImages[19] = '/resources/images/chemical_petro_main_image.jpg'
theImages[20] = '/resources/images/air_gas_main_image.jpg'
theImages[21] = '/resources/images/food_beverage_main_image.jpg'
theImages[22] = '/resources/images/gas_main_image.jpg'
theImages[23] = '/resources/images/metal_mining_main_image.jpg'
theImages[24] = '/resources/images/main_metrology.jpg'
theImages[25] = '/resources/images/oil_main_image.jpg'
theImages[26] = '/resources/images/paper_main_image.jpg'
theImages[27] = '/resources/images/plastic_main_imiage.jpg'
theImages[28] = '/resources/images/power_main_image.jpg'
theImages[29] = '/resources/images/water_main_image.jpg'
theImages[30] = '/resources/images/main_transportation.jpg'
theImages[31] = 'resources/images/aero_main_image.jpg'
theImages[32] = '/resources/images/auto_main_image.jpg'
theImages[33] = '/resources/images/marine_main_image.jpg'
theImages[34] = '/resources/images/rail_main_image.jpg'
theImages[35] = '/resources/images/fuel_main_image.jpg'
theImages[36] = '/resources/images/main_enginetesting.jpg'
theImages[37] = '/resources/images/other_main_image.jpg'
theImages[38] = '/resources/images/home_infrastructure.jpg'

// 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]+'" alt="GE Infrastructure Sensing" width="170" height="170" border="1" class="globalImgBorder" />');

}
//  End -->

<!-- Begin
var eventImages = new Array();
// To add more image files, continue with the pattern below, adding to the array.

eventImages[0] = '<a href=\"http://www.ncsli.org/\" class=\"spotLinkPrimary\"><img src=\"resources/images/ncsl.gif\" border=\"0\" valign=\"bottom\"></a><br>Visit our Stand no:216<br> August 7-11, 2005 - Washington DC, USA'

// do not edit anything below this line
var j = 0;
var p = eventImages.length;
var preBuffer = new Array();
for (i = 0; i < p; i++){
   preBuffer[i] = new Image()
   preBuffer[i].src = eventImages[i]
}
var whichImage = Math.round(Math.random()*(p-1));

function showeventImage(){
document.write(eventImages[whichImage]);

}
//  End -->