$(document).ready(function(){
	
	// Calling our splashScreen plugin and
	// passing an array with img to be shown
	
	$('#slide_0').splashScreen({
		textLayers : [
			'img/intro_design.jpg',
			'img/intro_ontwikkeling.jpg',
			'img/intro_copywriting.jpg'
		]
	});
	
});
