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