$(window).load(function() {
						
						
						
top();

top_back();



bottom_back();

keller();
water();
flags();


if ($.browser.msie) $("#top").css({ background: 'none', filter: 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="animation/top.png", sizingMethod="scale"),alpha(opacity=100)' });




function top() {
$("#top").css("opacity","0");
$("#bottom").css("opacity","0");
$("#top").css("display","block");
$("#top").css("height","320px");
$("#top").animate({"opacity":1,"height":554},1600, "linear", back_top);
}

function back_top() {
$("#bottom").css("height","190px");
$("#bottom").css("display","block");
 setTimeout( '$("#bottom").animate({"opacity":1,"height":329},1000, "linear");', 500)
}





function top_back() {
	
	

 setTimeout( '$("#top_back").fadeIn(4000)', 1000)
}


function keller() {
setTimeout( '$("#keller_logo").fadeIn(4000)', 2800)
}


function water() {
setTimeout( '$("#water_emotions").fadeIn(4000)', 2800)
}


function bottom_back() {
  setTimeout( '$("#bottom_back").fadeIn(4000)', 2800)
}

function flags() {
setTimeout( '$("#flags").fadeIn(1000)', 4000)
}










	
});

