/*
version: 1.0.0
*/

try{
//if(typeof document.documentElement.style.maxHeight == "undefined"){

    function loadNoMoreIe6() {

        var init = function (){
            
            var d = document.createElement("div");
            d.id = 'nomoreie6_div';
            d.title = decodeURI('%E3%82%AF%E3%83%AA%E3%83%83%E3%82%AF%E3%81%99%E3%82%8B%E3%82%AF%E3%83%9E%E3%80%9C');
            d.style.width='180px';
            d.style.height='266px';
            d.style.overflow='hidden';
            d.style.backgroundImage='url(http://big5.jp/works/nomoreie6/ad.jpg)';
            d.style.backgroundAttachment='scroll';
            d.style.backgroundRepeat='no-repeat';
            d.style.backgroundPosition='top';

            d.style.position='absolute';
            d.style.border='3px solid #666';
            var s = document.documentElement.scrollTop || document.body.scrollTop;
            d.style.top = '30px';
            d.style.right = '30px';
            d.style.cursor= 'pointer';
            d.style.zIndex = '10000';
            //opacity
            d.style.filter = 'alpha(opacity=0)';
            d.style.MozOpacity = 0;
            d.style.opacity = 0;

            document.body.appendChild(d);

            var i = 0;
            var changeOpacity = function(i){
                d.style.filter = 'alpha(opacity='+ (i * 10) + ')';
                d.style.MozOpacity = i/10;
                d.style.opacity = i/10;
                i++;
                if( i <= 10 ){
                    setTimeout(function(){
                        changeOpacity(i);
                    },500);
                }
            };
            changeOpacity(i);

            setTimeout(function(){
                var p = document.createElement("p");
                p.id = 'nomoreie6_p';
                p.style.margin = '0 0 0 2px';
                p.textAlign = 'center';
                p.style.width='180px';
                p.style.height='180px';
                p.style.overflow='hidden';
                p.style.position='relative';
                p.style.top = '43px';
                p.style.zIndex = '10050';
                p.innerHTML = "<a href='http://www.microsoft.com/japan/windows/products/winfamily/ie/function/default.mspx' target='_blank' style='text-decoration:none;border:none'><img src='http://big5.jp/works/nomoreie6/alert.gif' style='width:170px; height:170px;border:none;margin:0 auto;padding:0;'></a>";
                d.appendChild(p);
            },8000);

        }

        if(typeof document.documentElement.style.maxHeight == "undefined"){
            window.attachEvent('onload', init);
        }else{
            window.addEventListener("load", init, false);
        }

    }
    loadNoMoreIe6();

//}

}catch(e){}
