		$(document).ready(function(){
			$("a[rel^='prettyPhoto']").prettyPhoto({theme:'light_square'});
		});
					$(document).ready(
				function(){
					$('#container_content_spotlight1').css({ backgroundImage : "url(http://www.spirit4u.nl/img/spotlights/spotlight5.jpg)" });
				}
			);
				
		var auto_refresh = setInterval(
		function ()
		{
		$('#reload_content_home').load('http://www.spirit4u.nl/ #reload_content_home').fadeIn("slow");
		$('#reload_content_consulenten').load('http://www.spirit4u.nl/online-medium/ #reload_content_consulenten').fadeIn("slow");
		$('#reload_col').load('http://www.spirit4u.nl/online-medium/ #reload_col').fadeIn("slow");
		setTall();
		}, 10000); // refresh every 10000 milliseconds
	   
		$('#refresh_current_stats').click(function() {
			$('#reload_col_current_stats').load('http://www.spirit4u.nl/online-medium/ #reload_col_current_stats').fadeIn("slow");
		});	
