// JavaScript Document
$(document).ready(function(){
	
	$buildingup = false;
	
	$("#sliders>*").show();
			
	
	//Blurs all links when clicked
	$("a").click(function(){
		$(this).blur();
	});

	$(this).delay(2000,function(){
		$("#titlebar").fadeOut(2000);
	});
	

	$(this).delay(5000,function(){
		$("#gaikan02").fadeOut(2000);
	});

	
	$(this).delay(8000,function(){
		$("#gaikan03").fadeOut(2000);
	});


	
	$(this).delay(500,function(){
		
		//Show the elements	
		$(".Object01").stop().animate({top:'45px'}, {queue:false, duration:1500, easing: 'easeInOutBack'});
		$buildingup = true;	
		
    });

	$(this).delay(750,function(){
		
		//Show the elements	
		$(".Object02").stop().animate({top:'135px'}, {queue:false, duration:2500, easing: 'easeInOutBack'});
		$buildingup = true;	
		
    });

	$(this).delay(1000,function(){
		
		//Show the elements	
		$(".Object03").stop().animate({top:'225px'}, {queue:false, duration:3500, easing: 'easeInOutBack'});
		$buildingup = true;	
		
    });


	
	//Change background color of body
	$("a.change").click(function(){
		$('body').css('background-color','#FFF');				 
	});
	 
});
