$(function(){
    $('a.spip_out').click(function(){
        window.open(this.href);
        return false;
    });
    $('#header h2').innerfade();
    $(".thickbox").fancybox();
});
