document.write( '
' +'
' +'' +' ' +'
' +'

' +' email    ' +' www.blaulicht-sammler.de    ' +' © Copyright Michael Lass    ' +' zurück nach oben' +'

' +'
' ); var footline_gloScrollTop = null var bodyMinWidth = 845; function footline_getWindowHeight() { if (window.innerHeight) return window.innerHeight else return document.body.offsetHeight; } function footline_getWindowWidth() { if (window.innerWidth) return window.innerWidth else return document.body.offsetWidth; } function footline_getScrollPos() { if (window.pageYOffset) return window.pageYOffset else return document.body.scrollTop; } function footline_getElementHeight(el) { if (document.all) { return el.offsetHeight; } else { return parseInt(el.style.height); } } // var el = document.getElementById("footline_footline"); // alert(document.body.offsetWidth + " - " + el.offsetWidth); function footline_getCorrect() { return (footline_getWindowWidth() < bodyMinWidth ? 20 : 4); } footline_scrollFunc = function (timeout) { if (timeout) { window.setTimeout("footline_scrollFunc(true);", 50) } if (footline_getScrollPos() == footline_gloScrollTop) return; var el = document.getElementById("footline_footline"); el.style.position = "absolute"; el.style.top = eval(footline_getWindowHeight() + footline_getScrollPos() - footline_getElementHeight(el) - footline_getCorrect()); } // END document.body.onscroll() document.body.onscroll = footline_scrollFunc; //document.body.onload = footline_scrollFunc; //window.onscroll = function () { window.setTimeout("scrollFunc(true);", 50) }; window.setTimeout("footline_scrollFunc(true)", 50);