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