Código HTML:
<html>
<head>
<script type="text/javascript">
function berzuzendu()
{
location.href="aqui el URL de tu pagina";
}
setTimeout("berzuzendu()",10000);
</script>
</head>
<body>
Dentro de 10 segundos seras redirigido.
</body>
</html>
yo lo hago asi.