var NavegadorIE6=($.browser.msie&&jQuery.browser.version =='6.0'?true:false);

function fixingPNG(objeto,timeout){
    timeout=parseInt(timeout);
    if($(objeto).length>0){
        if(timeout>0){
            //alert($(objeto).length);
            setTimeout($(objeto).ifixpng(),timeout);
        }
        else{
            $(objeto).ifixpng();
        }
    }
}

$(window).ready(function(){
    //corrige PNG
    $(".imgPng:visible").ifixpng();
});

$.ifixpng(getBaseUrl+'/library/js/jquery/jquery.ifixpng/blank.gif');
//$(".imgPng").ifixpng();
