$(window).load(function(){
	$('#promoIMG').css('background','url(http://www.darkbeautymag.com/wp-content/uploads/2011/05/splash/cover_splash.jpg) no-repeat');
});
$(document).ready(function(){
	$('#promoIMG, #promoIMG .logo_dbm').hide();
	// Calling our splashScreen plugin and
	// passing an array with images to be shown
	$('#promoIMG').fadeIn('slow', function() {
		$('#promoIMG .logo_dbm').show();
		$('#promoIMG').splashScreen({
			textLayers : [
				/*'img/thinner.png',
				'img/more_elegant.png',*/
				'http://www.darkbeautymag.com/wp-content/uploads/2011/05/splash/title.png'
			]
		});
	});
});
