var NavegadorIE6=($.browser.msie&&jQuery.browser.version =='6.0'?true:false);
if(NavegadorIE6) $('body').addClass('ie6Fix');

function fixingPNG(objeto,timeout){
    timeout=parseInt(timeout);
    if($(objeto).length>0){
        if(timeout>0){
            //alert($(objeto).length);
            setTimeout($(objeto).ifixpng(),timeout);
        }
        else{
            $(objeto).ifixpng();
        }
    }
}

$.ifixpng(getBaseUrl+'/library/js/jquery/jquery.ifixpng/blank.gif');

/*function _traslate(text){
    var md5 = hex_md5(text);
    
    $.post(getBaseUrl+'/lang/translate/',{text:md5},function(data){
        return $.trim(data);
    });
}*/
