<!-- IMAGE LOAD DELAYER --> <!-- This goes into the HEAD of the html file --> <script language="JavaScript" type="text/javascript"> <!-- Copyright 2006, Sandeep Gangadharan --> <!-- For more free scripts go to http://www.sivamdesign.com/scripts/ --> <!-- function runBanner() { document.getElementById('banner').src='large_img.gif'; } // change the name of the image at the left window.setTimeout("runBanner()", 5000); // change the # on the left to adjust the time // the image takes to load // --> </script> <!-- This goes into the BODY of the html file where you wish to see the image --> <img src="small_img.gif" border="0" id="banner">