$(function() {
		   if($.browser.msie)
  $("div").fadeIn("nomal",function(){ this.style.removeAttribute("filter"); });
else
  $("div").fadeIn(2000);
});
