var errorLog ='';
$(function(){
    $('a[rel=external]').attr('target','_blank');
    $('.boxPost .boxGallery .boxGallery_thumb:nth-child(6n), #box_flicker .boxGallery_thumb:nth-child(3n)').removeClass('boxGallery_thumb').addClass('boxGallery_thumb_last');
    try{
        $.Lightbox.construct({download_link:false,text:{image:"Imagem",of:"de",close:" Fechar X ",closeInfo:"Clique aqui para fechar",download:"Download da imagem",help:{close:"Clique aqui para fechar",interact:"Passe o mouse sobre a imagem para interagir"},about:{text:"",title:"",link:""}},keys:{close:"c",prev:"a",next:"p"}});
    }catch(e){
        errorLog +='Erro no $.Lightbox.construct;'; 
    }
});
