// JavaScript Document
function banner5(){
	
	if (banner_stop==5)  {
		return;	
	}
	banner_stop=5;
	if (banner_stop!=5)  {
		return;	
	}
	hide_all(function() {
		$('#banner5').fadeIn(3000,function() {
				setTimeout('go_1()',10000);
		});
	});
}
function go_1(){
	if (banner_stop==5)  {
		banner1();
	}
}
