You are on page 1of 1

<head>

<script type="text/javascript">
<!--
function Redirect_Page()
{
window.location="http://www.newlocation.com";
}
document.write("You will now be redirected to the other page in 10 seconds.");
setTimeout('Redirect_Page()', 10000);
//-->
</script>
</head>

You might also like