$(document).ready(function(){

	// Calling our splashScreen plugin and
	// passing an array with images to be shown

	$('#promoIMG').splashScreen({
		textLayers : [
			'wp-content/themes/duivshoes/images/duivshoes.png',
			'wp-content/themes/duivshoes/images/duivshoes1.png'
		]
	});

});
