$(function(){
			$('#team_ul').ticker(100, true, true);
		});

$(document).ready(function() {
setInterval(function(){
	/*$.post('hoezoveranderen/sympathisanten/sidebar/',function(data) {
		$('#sympathisanten_ul').children().fadeOut(600,function() {
			$('#sympathisanten_ul').html(data);
			$('#sympathisanten_ul').children().hide();
			$('#sympathisanten_ul').children().fadeIn(1200);
		});
	});*/
},5000);
});

