<script>
function carica() {
location.href='www.sitotuo.it';
}
setTimeout("carica()",1000); //1 secondo in millisec.
</script>