/*
 * This code is brought to you by NG Italy di Angelo Maragna
 * http://www.ngitaly.com
 * Redistribution is permitted under CC by-sa License
 * http://creativecommons.org/licenses/by-sa/3.0/it/legalcode
 * 
 */

if (navigator.appName == 'Microsoft Internet Explorer') {
//if (true) {
jQry = jQuery.noConflict();


jQry(document).ready(function(){
    h=jQry(window).height();
    sf="position: relative; left: 160px; top: 98px; height: 64px; width: 123px; float: left; vertical-align: bottom; text-align: center; padding-top: 50px; color: white; font-family: verdana; font-size: 18px; font-weight: bold; }";
    sc="position: relative; left: 198px; top: 76px; height: 83px; width: 148px; float: left; vertical-align: bottom; text-align: center; padding-top: 59px; color: white; font-family: verdana; font-size: 22px; font-weight: bold; }";
    ss="position: relative; left: 240px; top: 98px; height: 44px; width: 123px; float: left; vertical-align: bottom; text-align: center; padding-top: 70px; color: white; font-family: verdana; font-size: 18px; font-weight: bold; }";
    txt2append="<style type=\"text/css\">#ngbc { filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);} #ngbc a {text-indent: -9999px; } #ngbc a:hover {text-indent: 0px;}</style>";
    txt2append=txt2append+"<div id=\"ngbc-wrp\" style=\"position: fixed; height: 100%; width: 100%;\ float: left; top: 0px; left: 0px;\"><div id=\"ngbc\" style=\"z-index: 99; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5);\"><div style=\" margin: 0 auto; margin-top:"+((h/2)-150)+"px; background: url(\'http://www.ngitaly.com/web/templates/ngitaly/javascript/get-a-better-browser.jpg\') no-repeat top center; width: 800px;  height: 300px;\"><a style=\""+sf+"\" id=\"ngbc-firefox\" rel=\"nofollow\" href=\"http://www.mozilla.com/\">Firefox</a><a style=\""+sc+"\" id=\"ngbc-chrome\" rel=\"nofollow\" href=\"http://www.google.com/chrome\">Chrome</a><a style=\""+ss+"\" id=\"ngbc-safari\" rel=\"nofollow\" href=\"http://www.apple.com/it/safari/\">Safari</a></div></div> </div>";
    jQry(document.body).append(txt2append);

    jQry('#ngbc-wrp').click(function(){
        jQry('#ngbc-wrp').html("").css("display","none");
       
    });
    });

    }


