/**
 * JS authored by Michiel Rook <info@touchdownconsulting.nl>
 * for Hospitality Consultants
 */

$(document).ready(function() {
    $('#fotobalk').innerfade({
        speed: 'slow',
        timeout: 10000,
        type: 'sequence',
        containerheight: '82px'
    }).show();
    $('#onzemensen').innerfade({
        speed: 'slow',
        timeout: 5000,
        type: 'sequence',
        containerheight: '368px'
    }).show();
});
