//jQuery
var $j = jQuery.noConflict();   

//$j(window).load( function() { reanimeShow( function() { setInterval(reanimeShow(), 5000) }	) ; } ) ;

//$j(window).load( function() { setInterval(reanimeShow(), 5000) } ) ;

$j(window).load(    $j(function(){ 
								
								setInterval(function(){ reanimeShow();} ,5000)
						})  ) ;

/*
$j(window).load( 
	$j(function(){ setInterval(function(){ reanimeShow(); },5000) })
	) ;


function restartShow() {
	
	reanimeShow() ;	
//$j("#top_show8").fadeIn(500, function () { reanimeShow () ; } ) ;
}

*/
/*
function restartShow() {

	function () { reanimeShow() ; } 
	for (sloopy=1;sloopy<=10;sloopy=(sloopy+1)) { function () { reanimeShow() ; } }
	if (s === 10) { function () { restartShow() ; } }

}

*/
/*

// anime Start
function reanimeStart() { 		   

$j("#top_show8").fadeIn(500, function () {
									   
  	$j("#top_show8").css("display", "block") ;
	
	function () { reanimeShow() ; } 
	
	} ) ;

}
// anime End

*/


// anime Start
function reanimeShow2() {

	$j("#top_show8").fadeIn(500,

	function () { $j("#top_show7").delay(1000).fadeIn(500,
	function () { $j("#top_show6").delay(3000).fadeIn(500,
	function () { $j("#top_show5").delay(1000).fadeIn(500,
	function () { $j("#top_show4").delay(4000).fadeIn(500,
	function () { $j("#top_show3").delay(1000).fadeIn(500,
	function () { $j("#top_show2").delay(4000).fadeIn(500,
	function () { $j("#top_show1").delay(1000).fadeIn(500,
																		
		function () { 
			$j("#top_show2").css("display", "none") ;
			$j("#top_show3").css("display", "none") ;
			$j("#top_show4").css("display", "none") ;
			$j("#top_show5").css("display", "none") ;
			$j("#top_show6").css("display", "none") ;
			$j("#top_show7").css("display", "none") ;
			$j("#top_show8").css("display", "block") ;
			$j("#top_show1").delay(4000).fadeOut(500,
																			 
			function () { $j("#top_show1").css("display", "none").delay(100
				//function () { reanimeShow2() ; } 
				// if I remove the comment on the line above, the sequence runs properly twice, then stops.
				) ; 
			} ) ;
										
		} ) ;

	} ) ;					
	} ) ;					
	} ) ;				
	} ) ;
	} ) ;
	} ) ;
	
	//function restartShow() { reanimeShow2() ; }
	
	} ) ;
	
}
// anime End





// anime Start
function reanimeShow() { 		   

	$j("#top_show8").fadeIn(500,

	function () { $j("#top_show7").delay(1000).fadeIn(500,
	function () { $j("#top_show6").delay(3000).fadeIn(500,
	function () { $j("#top_show5").delay(1000).fadeIn(500,
	function () { $j("#top_show4").delay(4000).fadeIn(500,
	function () { $j("#top_show3").delay(1000).fadeIn(500,
	function () { $j("#top_show2").delay(4000).fadeIn(500,
	function () { $j("#top_show1").delay(1000).fadeIn(500,
																		
		function () { 
			$j("#top_show2").css("display", "none") ;
			$j("#top_show3").css("display", "none") ;
			$j("#top_show4").css("display", "none") ;
			$j("#top_show5").css("display", "none") ;
			$j("#top_show6").css("display", "none") ;
			$j("#top_show7").css("display", "none") ;
			$j("#top_show8").css("display", "block") ;
			$j("#top_show1").delay(4000).fadeOut(500,
																			 
			function () { $j("#top_show1").css("display", "none").delay(100
				//function () { reanimeShow() ; } 
				// if I remove the comment on the line above, the sequence runs properly twice, then stops.
				) ; 
			} ) ;
										
		} ) ;

	} ) ;					
	} ) ;					
	} ) ;				
	} ) ;
	} ) ;
	} ) ;
	
	//function restartShow() { recallShow() ; }
	
	} ) ;
	
}
// anime End


/*
// anime Start
function reanimeShow() { 		   

$j("#top_show8").fadeIn(500,

	function () { $j("#top_show7").delay(1000).fadeIn(500,
	function () { $j("#top_show6").delay(3000).fadeIn(500,
	function () { $j("#top_show5").delay(1000).fadeIn(500,
	function () { $j("#top_show4").delay(4000).fadeIn(500,
	function () { $j("#top_show3").delay(1000).fadeIn(500,
	function () { $j("#top_show2").delay(4000).fadeIn(500,
	function () { $j("#top_show1").delay(1000).fadeIn(500,
																		
		function () { 
			$j("#top_show2").css("display", "none") ;
			$j("#top_show3").css("display", "none") ;
			$j("#top_show4").css("display", "none") ;
			$j("#top_show5").css("display", "none") ;
			$j("#top_show6").css("display", "none") ;
			$j("#top_show7").css("display", "none") ;
			$j("#top_show8").css("display", "block") ;
			$j("#top_show1").delay(4000).fadeOut(500,
																			 
			function () { $j("#top_show1").css("display", "none").delay(500,
				function () { reanimeShow() ; } 
				) ; 
			} ) ;
										
		} ) ;

	} ) ;					
	} ) ;					
	} ) ;				
	} ) ;
	} ) ;
	} ) ;
	} ) ;

	//reanimeShow()

}
// anime End
*/
