$(function() {
	$('#portfolio').innerfade({ speed: 2000, timeout: 7000, type: 'random',animationtype : 'fade'});
    $("#sponsor-url").fancybox(
        {
            content: $('#sponsoren-box').html(),
            opacity: true,
            transitionIn: 'elastic',
            transitionOut: 'fade'
        }
    );
});
