function weiter(url)     { setTimeout("naechste(url)",0); }
function naechste(url)   { document.location.href=url; }

