I've created a new Javascript.
The visitor be forwarded after x secondes.
You must only write the time, and the ambition.
This is the Script:
Code:
<script type="text/javascript">
var w = "5" //How long must the visitor wait?
var z = "http://www.hpage.com" //To which website?
var we = w*1000
setTimeout("go()", we)
function go()
{
window.location.href = z;
}
</script>
Have a lot of fun with it.
If you have an Idea, write it down.