var URL   = "http://dezin.ir"
var speed = 10


function reload() {
location = URL
}

setTimeout("reload()", speed);
