images = new Array(8);
images[0] = "<a href = 'http://orders.fireworld.com/index.php?main_page=product_free_shipping_info&products_id=10&zenid=f578b969ae320ab8d6953f95e91dc298'target='_blank'><img src='http://www.fireworld.com/images/sidebar_store/subscribe.jpg'  border='0' alt='Subscribe to Industrial Fire World Magazine'></a>";
images[1] = "<a href = 'http://orders.fireworld.com/index.php?main_page=product_info&products_id=16'target='_blank'><img src='http://www.fireworld.com/images/sidebar_store/adair.gif' border='0' alt='Red Adair Co. Patch'></a>";
images[2] = "<a href = 'http://orders.fireworld.com/index.php?main_page=product_info&products_id=14'target='_blank'><img src='http://www.fireworld.com/images/sidebar_store/texascity.jpg' border='0' alt='The Texas City Disaster 1947'></a>";
images[3] = "<a href = 'http://orders.fireworld.com/index.php?main_page=product_info&products_id=13'target='_blank'><img src='http://www.fireworld.com/images/sidebar_store/am_hero.jpg'  border='0' alt='An American Hero: The Red Adair Story'></a>";
images[4] = "<a href = 'http://orders.fireworld.com/index.php?main_page=product_info&products_id=19'target='_blank'><img src='http://www.fireworld.com/images/sidebar_store/whatnow.jpg'  border='0' alt='WHAT NOW???™ Evacuation Training Aid'></a>";
images[5] = "<a href = 'http://orders.fireworld.com/index.php?main_page=product_info&products_id=15'target='_blank'><img src='http://www.fireworld.com/images/sidebar_store/orionfire.jpg'  border='0' alt='Print of June 7th Orion Refinery fire'></a>";
images[6] = "<a href = 'http://orders.fireworld.com/index.php?main_page=product_info&products_id=20'target='_blank'><img src='http://www.fireworld.com/images/sidebar_store/big_guns.jpg'  border='0' alt='Print of Big Gun Shootout'></a>";
images[7] = "<a href = 'http://orders.fireworld.com/index.php?main_page=product_info&products_id=11'target='_blank'><img src='http://www.fireworld.com/images/sidebar_store/shirt.jpg'  border='0' alt='IFW Shirts'></a>";
index = Math.floor(Math.random() * images.length);
document.write("<DL>\n");
document.write("<DT>" + "" + images[index] + "\n");
document.write("</DL>\n");