
document.write('<style type="text/css">#slide_up { overflow: hidden; display: block; width: 200px; height: 167px; 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/da44.asp?wid=125023851705&QueryID=6&promocode=tra" width="200" height="167" 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) {
    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";
}}
