$(function(){
	
if(jQuery.browser.msie) {
$("header").fadeIn(1000,function() {this.style.removeAttribute('filter'); $("#carouselWrap").fadeIn(1500,function() {this.style.removeAttribute('filter'); $("#wrapperToppage").fadeIn(2000,function() {this.style.removeAttribute('filter');});});																																																																																																																																					});
}else {
$("header").fadeIn(1000,function(){$("#carouselWrap").fadeIn(1500,function(){$("#wrapperToppage").fadeIn(2000);});});
}
}); 

