$(document).ready(function() {
    $('#portfolio, #portfolio2, #portfolio3').innerfade({
        speed: 'slow',
        timeout: 4000,
        type: 'sequence',
        containerheight: '120px'
    });
});
