$(function() {
	/* Cycle news */
	$('#box_center ul').cycle({
		fx		: 'scrollLeft',
        speed	: 1000,
        timeout	: 10000,
		pause	: 1,
		pager	: '#nav'
    });
	$('#box_right_small ul').cycle({
		fx		: 'fade',
        speed	: 1000,
        timeout	: 4000
    });
	$('#box_left ul.referenties').cycle({
		fx		: 'scrollUp',
        speed	: 1000,
        timeout	: 11000,
		pause	: 1
    });
	/*
	$('#header .headerimage').cycle({
		fx		: 'fade',
        speed	: 1000,
        timeout	: 10000,
		random	: 1 
    });
	*/
});