        function moveUp_doctype() {
            try {
                var fm = document.getElementById("einfahrwerbung");
                var fmt = document.getElementById("einfahrwerbungtable");

                fm.style.display = "block";

                var fmh = parseInt(fm.offsetHeight);
                var fmw = parseInt(fm.offsetWidth);
                var fmth = parseInt(fmt.offsetHeight);
                var fmtw = parseInt(fmt.offsetWidth);

                var wh;
                wh = document.body.clientHeight;
                if ( document.body.offsetHeight == wh && document.documentElement && document.documentElement.clientHeight ) {
                    wh = document.documentElement.clientHeight;
                }

                var ww;
                ww = document.body.clientWidth;
                if ( document.body.offsetWidth == ww && document.documentElement && document.documentElement.clientWidth ) {
                    ww = document.documentElement.clientWidth;
                }

                var scrollY;
                if (typeof window.pageYOffset != 'undefined') {
                    scrollY = window.pageYOffset;
                }
                else if (typeof document.compatMode != 'undefined' &&
                document.compatMode != 'BackCompat') {
                    scrollY = document.documentElement.scrollTop;
                }

                var scrollX;
                if (typeof window.pageXOffset != 'undefined') {
                    scrollX = window.pageXOffset;
                } else if (typeof document.compatMode != 'undefined' && document.compatMode != 'BackCompat') {
                    scrollX = document.documentElement.scrollLeft;
                }


                if(1000 == 0) {
                   fm.style.height = fmth; 
                }
                else {
                    if ( parseInt(fm.style.height) < parseInt(fmth) ) {
                        fm.style.height = (parseInt(fm.style.height) + 1) + "px";
                    }
                }
                
                fm.style.width = parseInt(fmtw) + "px";
                fm.style.left = (ww + scrollX - fmw - 2) + "px";
                fm.style.top = (wh + scrollY - fmh - 2) + "px";

                window.setTimeout("moveUp_doctype();", 5);
            } catch ( e ) {
                window.setTimeout("moveUp_doctype();", 5);
            }
        }

        function moveUp_nodoctype() {

            try {
                var fm = document.getElementById("einfahrwerbung");
                var fmt = document.getElementById("einfahrwerbungtable");

                fm.style.display = "block";

                var fmh = fm.offsetHeight;
                var fmw = fm.offsetWidth;
                var fmth = fmt.offsetHeight;
                var fmtw = fmt.offsetWidth;

                var ww = document.body.clientWidth;
                var wh = document.body.clientHeight;

                if(1000 == 0) {
                   fm.style.height = fmth; 
                }
                else {
                    if ( parseInt(fm.style.height) < parseInt(fmth) ) {
                        fm.style.height = (parseInt(fm.style.height) + 1) + "px";
                    }
                }
                
                fm.style.width = parseInt(fmtw);
                fm.style.left = ww + document.body.scrollLeft - parseInt(fmw) - 2;
                fm.style.top = wh + document.body.scrollTop - parseInt(fmh) - 2;

                window.setTimeout("moveUp_nodoctype();", 5);
            } catch ( e ) {
                window.setTimeout("moveUp_nodoctype();", 5);
            }
        }

        if ( document.doctype || document.childNodes.length > 1 ) {
            window.setTimeout("moveUp_doctype();", 1000);
        } else {
            window.setTimeout("moveUp_nodoctype();", 1000);
        }

function werbung_schliessen() {
  var fm = document.getElementById("einfahrwerbung");
  fm.style.visibility = "hidden";
}function show_werbung(id) {
            
    document.write ("<div id=\"einfahrwerbung\" style=\"top:0px; left:0px; position:absolute; overflow:hidden; height:0px; display:none; background-color: #FFF; padding: 5px;\">            <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" id=\"einfahrwerbungtable\">                <tr>                    <td>       <div id=\"layer_werbung\"> <p style=\"text-align: right; margin-bottom: 8px;\"><a href=\"javascript:werbung_schliessen();\">Schlie&szlig;en [X]<\/a><\/p> <center> <table cellpadding=\"0\" cellspacing=\"0\" width=\"468\"> <tr> <td><a href=\"http:\/\/www.pillendienst.com\/?wbm=30&promoid=ArPoLayer\" target=\"_blank\" rel=\"nofollow\"><img src=\"http:\/\/www.pillendienst.com\/banner\/viagra_120x120_01.gif\" border=\"0\" \/><\/a><\/td> <td> <h3>Rezeptfrei Viagra bestellen<\/h3><br><p>Willst Du auch mal solch einen Eindruck mit deinem Schwanz machen? Steigere deine Potenz und lebe dich beim Sex so enorm aus, wie du es nicht f&uuml;r m&ouml;glich gehalten h&auml;ttest.<br><br> <a href=\"http:\/\/www.pillendienst.com\/?wbm=30&promoid=ArPoLayer\" target=\"_blank\" rel=\"nofollow\">JETZT ANONYM UND REZEPTFREI BESTELLEN &raquo;<\/a><\/p><\/td> <\/tr> <\/table> <\/center> <\/div>      </td>                </tr>            </table>   </div>");        
    
}

show_werbung();
