
var URL   = "homeframe.htm"
var speed = 20000


function reload() {
location = URL
}

setTimeout("reload()", speed);