Script : autoload from Droubinet
to reload anther page after limit time
the scrip: ----
<script language="Javascript">
var URL = "index.html"
var speed = 45000
function reload() {
location = URL
}
setTimeout("reload()", speed);
</script>
--------------------------------------------------------------------------------
Color coding...
This is the page you want your viewer to be redirected to.
This is how long you want the browser to wait until it reloads the page. It is in 1/1000 seconds, thus 5000 is 5 seconds