
	// Achtergrond verwisselen van BODY
	
	function changeBG(jaar)
	{
		$('#content').load('index.php #content', {jaar : jaar});	
	}
