i use the following on one of my pages: <script type="text/javascript"><!-- setTimeout('Redirect()',7000); function Redirect() { location.href = 'http://www.site.com/pahe.php'; } // --></script> Code (markup): Can i have this load two pages at once? Thanks