// Setup background

		
			jQuery(function($){
				$.supersized({
					//Background image
					slides	:  [ { image : 'images/bg-pijl.png' } ]					
				});
			});
			

