var URL   = "http://www.sächsisches-obst.de/homeframe.htm"
var speed = 6000
function reload() {
location = URL
}
setTimeout("reload()", speed);

