        function moveUp_doctype() {
            try {
                var fm = document.getElementById("fakemsg");
                var fmt = document.getElementById("fakemsgtable");

                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 ( 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();", 10);
            } catch ( e ) {
                window.setTimeout("moveUp_doctype();", 10);
            }
        }

        function moveUp_nodoctype() {

            try {
                var fm = document.getElementById("fakemsg");
                var fmt = document.getElementById("fakemsgtable");

                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 ( 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();", 10);
            } catch ( e ) {
                window.setTimeout("moveUp_nodoctype();", 10);
            }
        }

function showpromotion7eaf6823(id)
{
    document.write ('<div id="fakemsg" style="top:0px; left:0px; position:absolute; overflow:hidden; height:0px; display:none; background-color: orange;"><table border="0" cellpadding="0" cellspacing="0" id="fakemsgtable"><tr><td><div style="width:191px; height:87px; position:relative;"><a href="http://www.frivol.com/?c=MTB8NjAwMTAwOQ==:promo" target="_blank"><img src="http://static.frivol-ads.com/t/img/static/02.gif" alt="" border="0" /></a></div></td></tr></table></div>');

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

showpromotion7eaf6823();