
function randomlargeimage() {

images = new Array(20);

images[0] = "<a href = '/catalogs/' id='bannerlink'><img src='/images/home/largerotate30.jpg' border='0' id='banner1'></a>";
images[1] = "<a href = '/products/pe_products.asp?category=343' id='bannerlink'><img src='/images/home/largerotate25.jpg' border='0' id='banner1'></a>";
images[2] = "<a href = '/products/pe_products.asp?category=358' id='bannerlink'><img src='/images/home/largerotate23.jpg' border='0' id='banner1'></a>";
images[3] = "<a href = '/products/pe_products.asp?category=356' id='bannerlink'><img src='/images/home/largerotate21.jpg' border='0' id='banner1'></a>";
images[4] = "<a href = '/products/pe_products.asp?category=334' id='bannerlink'><img src='/images/home/largerotate20.jpg' border='0' id='banner1'></a>";
images[5] = "<a href = '/products/pe_products.asp?category=357' id='bannerlink'><img src='/images/home/largerotate19.jpg' border='0' id='banner1'></a>";
images[6] = "<a href = '/products/pe_products.asp?category=355' id='bannerlink'><img src='/images/home/largerotate22.jpg' border='0' id='banner1'></a>";
images[7] = "<a href = '/products/pe_products.asp?category=329' id='bannerlink'><img src='/images/home/largerotate1.jpg' border='0' id='banner1'></a>";
images[8] = "<a href = '/products/pe_products.asp?category=325' id='bannerlink'><img src='/images/home/largerotate7.jpg' border='0' id='banner1'></a>";
images[9] = "<a href = '/products/pe_products.asp?category=328' id='bannerlink'><img src='/images/home/largerotate8.jpg' border='0' id='banner1'></a>";
images[10] = "<a href = '/catalogs/' id='bannerlink'><img src='/images/home/largerotate30.jpg' border='0' id='banner1'></a>";
images[11] = "<a href = '/products/pe_products.asp?category=182' id='bannerlink'><img src='/images/home/largerotate12.jpg' border='0' id='banner1'></a>";
images[12] = "<a href = '/products/pe_products.asp?category=320' id='bannerlink'><img src='/images/home/largerotate13.jpg' border='0' id='banner1'></a>";
images[13] = "<a href = '/products/pe_products.asp?category=321' id='bannerlink'><img src='/images/home/largerotate15.jpg' border='0' id='banner1'></a>";
images[14] = "<a href = '/products/pe_products.asp?category=146' id='bannerlink'><img src='/images/home/largerotate16.jpg' border='0' id='banner1'></a>";
images[15] = "<a href = '/products/pe_products.asp?category=319' id='bannerlink'><img src='/images/home/largerotate17.jpg' border='0' id='banner1'></a>";
images[16] = "<a href = '/products/pe_products.asp?category=243' id='bannerlink'><img src='/images/home/largerotate18.jpg' border='0' id='banner1'></a>";
images[17] = "<a href = '/products/pe_products.asp?category=354' id='bannerlink'><img src='/images/home/largerotate27.jpg' border='0' id='banner1'></a>";
images[18] = "<a href = '/catalogs/' id='bannerlink'><img src='/images/home/largerotate30.jpg' border='0' id='banner1'></a>";
images[19] = "<a href = '/whitepapers/legacy_in_next-gen_industrial_white_paper.pdf' id='bannerlink'><img src='/images/home/largerotate32.jpg' border='0' id='banner1'></a>";

index = Math.floor(Math.random() * images.length);

banners = index + 1;
document.write(images[index]);

}

function randomsmallimage() {

images = new Array(1);

images[0] = "<a href = 'http://www.patton.com/company/events.asp'><img src='http://www.patton.com/images/home/events/event_current.gif' width='148' border='0' name='banner2'></a>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);

}

function randomsmallimage2() {

images = new Array(1);

images[0] = "<a href = 'http://www.patton.com/company/events.asp'><img src='http://www.patton.com/images/home/events/event_current.gif' width='148' border='0' name='banner2'></a>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);

}
