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

	
	
	$(this).delay(6000,function(){
		
		//Show the elements	
		$(".rubbe").stop().animate({top:'50px'}, {queue:false, duration:4000, easing: 'easeInOutBack'});
		$(".cloudbar").stop().animate({top:'45px'}, {queue:false, duration:4000, easing: 'easeInOutBack'});
		$(".cloudbar2").stop().animate({top:'105px'}, {queue:false, duration:5000, easing: 'easeInOutBack'});


			$(".top-title").stop().animate({top:'10px'}, {queue:false, duration:6000, easing: 'easeInOutQuad'});
		
		$buildingup = true;			
    });
    $(this).delay(15000,function(){
	$(".cloudbar3").stop().animate({bottom:'265px'}, {queue:false, duration:600, easing: 'easeInOutQuad'});
       
      $buildingup = true;
      });
       $(this).delay(10000,function(){
	
       $(".koltrast").stop().animate({right:'-150px'}, {queue:false, duration:5000, easing: 'easeInOutQuad'});
      $buildingup = true;
      });
  
	 
});
