var speed = 100;
var URL1   = "http://www.suedostfleisch.de/home1.htm";
function reload1() {
location = URL1;
}
setTimeout("reload1()", speed);

