
document.write('<style type="text/css">#slide_up { overflow: hidden; display: block; width: 200px; height: 150px; z-index: 10000; position: absolute; bottom: 0px; right: 2px;}</style>');
document.write('<div id="slide_up"><iframe id="su_frame" src="http://pcash.imlive.com/releasese/DesktopAlert09.asp?wid=124110506880&queryid=138&from=freevideo4&promocode=BCODE000000_msn" width="200" height="150" scrolling="no" frameborder="no" allowtransparency="true" marginheight="0" marginwidth="0"></iframe></div>');
window.onload = document.onload = window.onscroll = document.onscroll = function() {
    var tmpdiv = document.getElementById("slide_up");
    if (tmpdiv) {
        tmpdiv.style.top = f_scrollTop() + (f_clientHeight() - tmpdiv.clientHeight) + "px";
    }
}
function f_clientHeight() {
    return f_filterResults(
        window.innerHeight ? window.innerHeight : 0,
        document.documentElement ? document.documentElement.clientHeight : 0,
        document.body ? document.body.clientHeight : 0
    );
}

function f_scrollTop() {
    return f_filterResults(
        window.pageYOffset ? window.pageYOffset : 0,
        document.documentElement ? document.documentElement.scrollTop : 0,
        document.body ? document.body.scrollTop : 0
    );
}
function f_filterResults(n_win, n_docel, n_body) {
    var n_result = n_win ? n_win : 0;
    if (n_docel && (!n_result || (n_result > n_docel)))
        n_result = n_docel;
    return n_body && (!n_result || (n_result > n_body)) ? n_body : n_result;
}
