you can add this code anywhere in your pages
javascript, redirection, href, redirect, js
<script type="text/javascript">
setTimeout("location.href = 'http://jstoolz.blogspot.com';",1000);
</script>change 1000 to the time of duration, and change our site url to the link that you want to redirect your visitor tojavascript, redirection, href, redirect, js