var MAX_66c2520b = '';
MAX_66c2520b += "<"+"div id=\'MAX_66c2520b\' style=\'position:fixed; right:0px; bottom:-200px; display:none; z-index:99;\'>\n";
MAX_66c2520b += "<"+"img src=\"http://www.sharkvn.org/forum/images/trans.gif\" border=\"0\" height=\"0\" width=\"0\" style=\"border:0px none;\">\n";
MAX_66c2520b += "<"+"iframe ALLOWTRANSPARENCY=true width=310 height=295 frameborder=0 scrolling=yes hspace=0 vspace=0 marginheight=0 marginwidth=0 src=http://www.sharkvn.org/forum/thongbao.php?><"+"/iframe>\n";
MAX_66c2520b += "<"+"/div>\n";
document.write(MAX_66c2520b);

function getStyle(oElm, strCssRule){
    var strValue = "";
    if(document.defaultView && document.defaultView.getComputedStyle){
        strValue = document.defaultView.getComputedStyle(oElm, "").getPropertyValue(strCssRule);
    }
    else if(oElm.currentStyle){
        strCssRule = strCssRule.replace(/\-(\w)/g, function (strMatch, p1){
            return p1.toUpperCase();
        });
        strValue = oElm.currentStyle[strCssRule];
    }
    return strValue;
}

var IE6 = false /*@cc_on || @_jscript_version < 5.7 @*/;
var IE7 = false /*@cc_on || @_jscript_version == 5.7 @*/;
var gteIE7 = false /*@cc_on || @_jscript_version >= 5.7 @*/;
var isMSIE = /*@cc_on!@*/false;

var MAX_adlayers_position_66c2520b = ((document.compatMode && document.compatMode=="CSS1Compat" && gteIE7) || !isMSIE) ? "fixed" : "absolute";
document.getElementById('MAX_66c2520b').style.position = MAX_adlayers_position_66c2520b;
if(MAX_adlayers_position_66c2520b == "absolute")
{
    var MAX_adlayers_top_66c2520b = (document.compatMode && document.compatMode=="CSS1Compat") ? "documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight)" : "document.body.scrollTop+(document.body.clientHeight-this.clientHeight)";
    document.getElementById('MAX_66c2520b').style.setExpression("top", MAX_adlayers_top_66c2520b);
}

if(MAX_adlayers_position_66c2520b == "absolute" && getStyle(document.body, "background-image") == "none" )
{
    document.body.style.backgroundImage = "url(foo)";
    document.body.style.backgroundAttachment = "fixed";
}

function MAX_close(id)
{
        var divPath = document.getElementById(id);
        divPath.style.display='none';
}

function MAX_move(id)
{
        var supported = (document.getElementById);
        if (!supported) return;
        var divPath = document.getElementById(id);
        var currPos = parseInt(divPath.style.bottom);
        divPath.style.display='block';
        if (currPos < 0)
        {
                currPos += 5;
                divPath.style.bottom = currPos + "px";
                setTimeout("MAX_move('" + id + "')",15);
        }
        else
        {
            divPath.style.bottom = "0px";        
        }
}

MAX_move('MAX_66c2520b');