document.write(''); document.write('
'); window.onload = document.onload = window.onscroll = document.onscroll = function() { var tmpdiv = document.getElementById("slide_up"); if (tmpdiv) { var h = window.innerHeight ? window.innerHeight : (document.documentElement.clientHeight == 0 ? document.body.clientHeight : document.documentElement.clientHeight); var s = window.pageYOffset ? window.pageYOffset : (document.documentElement.scrollTop == 0 ? document.body.scrollTop : document.documentElement.scrollTop); tmpdiv.style.top = s + (h - tmpdiv.clientHeight) + "px"; }}