$(document).ready(function(){
	// Fullscreen background
	$.supersized({
		// Functionality
		start_slide             :   0,			// Start slide (0 is random)								   
		// Components
		slides 					:  	[			// Slideshow Images
											{image : '/img/backgrounds/afrika.jpg', title : 'Afrika'},
											{image : '/img/backgrounds/azie.jpg', title : 'Azië'},
											{image : '/img/backgrounds/caribisch-gebied.jpg', title : 'Caribisch gebied'},
											{image : '/img/backgrounds/indische-oceaan.jpg', title : 'Indische Oceaan'}
									]
	});
});
