
$(document).ready(function(){
	
	// Calling our splashScreen plugin and
	// passing an array with images to be shown
	
	$('.page-title').splashScreen({
		textLayers : [
			'http://av.artversion.net/sites/all/themes/artversion/splash/11.jpg',
			'http://av.artversion.net/sites/all/themes/artversion/splash/22.jpg',
			'http://av.artversion.net/sites/all/themes/artversion/splash/33.jpg',
		]
	});
	
});

