$(document).ready(function() {
    $("a.fancybox").fancybox();
    $("a.TipsEnVenn").fancybox({
        'hideOnContentClick': false,
        'overlayOpacity': 0.8,
        'frameWidth': 405
    });
    $('.rightArticle .images').innerfade({
        speed: 'slow',
        timeout: 9000,
        type: 'sequence',
        containerheight: '220px'
    });
    $('.leftArticle .images').innerfade({
        speed: 'slow',
        timeout: 10000,
        type: 'sequence',
        containerheight: '338px'
    });
});

