// JavaScript Document

 
$(document).ready(function(){
 
	$('#splash1').fadeIn(1000, function () {
		$('#splash2').fadeIn(1000, function () {
			$('#splash3').fadeIn(1000, function () {
				$('#splash4').fadeIn(1000, function () {
					$('#splash5').fadeIn(1000, function () {
						$('#splash6').fadeIn(1000, function () {
							$('#splash7').fadeIn(1000, function () {
								$('#splash8').fadeIn(1000, function () {
									$('body').delay(2000).fadeIn(2000, function() { 
            window.location = "index.php"; }); 
										 }); }); }); }); }); }); }); });
 
});
 

