jQuery("body").css({
   	"background-image": "url(http://www.arsenicrecords.com/wp-content/themes/WP_Arsenic4/assets/images/spacer.gif)",
	"background-color": "#060606"
}).ready(function(){
   jQuery("#flashyskull").fadeIn(250, function(){
	jQuery("#flashyeyes").fadeIn(250);
	   jQuery("#flashylogo").fadeIn(500, function(){
		   jQuery("#flashycplogo").fadeIn(250, function(){
				jQuery("#flashyafdlogo").fadeIn(250, function(){
					jQuery("#flashymrblogo").fadeIn(250, function(){
						jQuery("#flashyeyes").fadeOut(250);
						jQuery("#flashylogo").animate({marginTop: "0px"},{duration: 1000,easing: 'easeOutElastic'});
						jQuery("#flashytoplogocrack").fadeIn(250, function(){
							jQuery("#flashyeyes").fadeIn(250);
							jQuery("#flashymrblogo").animate({marginTop: "0px"},{duration: 250,easing: 'easeOutBounce'});
							jQuery("#flashymrblogocrack").fadeIn(250, function(){
								jQuery("#flashyeyes").fadeOut(250);
								jQuery("#flashyafdlogo").animate({marginTop: "0px"},{duration: 250,easing: 'easeOutBounce'});
								jQuery("#flashyafdlogocrack").fadeIn(250, function(){
									jQuery("#flashyeyes").fadeIn(250);
									jQuery("#flashycplogo").animate({marginTop: "0px"},{duration: 250,easing: 'easeOutBounce'});
									jQuery("#flashycplogocrack").fadeIn(3000, function(){
										jQuery("#flashyeyes").fadeOut(250);
										jQuery("#flashyeyes").fadeIn(250);
										jQuery("#flashymrblogo").animate({marginTop: "1500px"},{duration: 250,easing: 'easeOutBounce'});
										jQuery("#flashymrblogo").fadeOut(100, function(){
											jQuery("#flashyafdlogo").animate({marginTop: "1500px"},{duration: 250,easing: 'easeOutBounce'});
											jQuery("#flashyafdlogo").fadeOut(100, function(){
												jQuery("#flashycplogo").animate({marginTop: "1500px"},{duration: 250,easing: 'easeOutBounce'});
												jQuery("#flashycplogo").fadeOut(100, function(){
													jQuery("#flashylogo").animate({marginTop: "1500px"},{duration: 250,easing: 'easeOutBounce'});
													jQuery("#flashylogo").fadeOut(250, function(){
														jQuery("#flashyeyes").fadeOut(100);
														jQuery("#flashytoplogocrack").fadeOut(100);
														jQuery("#flashymrblogocrack").fadeOut(100);
														jQuery("#flashyafdlogocrack").fadeOut(100);
														jQuery("#flashycplogocrack").fadeOut(100);
														jQuery("#flashyskull").animate({marginTop: "1500px"},{duration: 250,easing: 'easeOutBounce'});
														jQuery("#flashyskull").fadeOut(100, function(){
															jQuery("body").css({
															   	"background-image": "url(http://www.arsenicrecords.com/wp-content/themes/WP_Arsenic4/assets/images/bg.jpg)",
															   	"background-position": "top center",
															   	"background-repeat": "no-repeat"
															}).ready(function(){
																jQuery("#wrapper").animate({marginTop: "-1000px"},{duration: 1000,easing: 'easeOutBounce'});
																jQuery("#wrapper").fadeIn(2000, function(){
																	jQuery('#slideshow').cjFlashySlideShow({
																	   xBlocks: 6,
																	   yBlocks: 3,
																	   minBlockSize: 70,
																	   delay: 3000,
																	   direction: 'random',
																	   translucent: true,
																	   sloppy: true
																	});
																});
															});
													   });
												   });
											   });
										   });
									   });
								   });
							   });
						   });
					   });
				   });
			   });
		   });
	   });
   });
});

function neonGlow() {
	jQuery("#logoglow").fadeIn(2000);
	jQuery("#logoglow").fadeOut("fast");
}
jQuery(function() {
    setInterval( neonGlow, 2000 );
});