/* javascript */

function moveTo() { 
location.href = "/custom.htm"; } 
// Don't do this!! window.onload=setTimeout('moveTo()', 2000); 
 

