<script language="JavaScript" type="text/javascript"> <!-- Copyright 2005, Sandeep Gangadharan --> <!-- For more free scripts go to http://sivamdesign.com/scripts/ --> <!-- var theStart = new Date().getSeconds(); function loadTime() { var theVal = new Date().getSeconds() - theStart; if (theVal <= 1) { window.alert("The page took a second or less to load."); return false; } if (theVal > 1) { window.alert("The page took: " + theVal + " seconds to load."); return false; } } // --> </script> <body onload="loadTime()">