Hey this is cool, but the timer info is a bit different than what you list.
This can stay as it is:
Code:
<noscript>
<meta http-equiv="Refresh" content="2; URL=$url" />
</noscript>
but this:
Code:
var myvar = "";
var timeout = 20;
exec_refresh();
//-->
</script>
can be changed to extend the amout of time. For example, when testing this, I changed
to
and my redirect lasted twice as long.
I hope this helps!
Kether