$(document).ready(function(){

  //$("#mask1").fadeOut(3000);

  //$("#mask1").slideUp(5000);

  //$("#mask1").hide();
  
  //$("#topimage h2").hide().fadeIn(1000);
  
  if($.browser.msie){
    
      $("#home #topimage h2").css({'bottom':'-10px'});

    } else {
      
      $("#home #topimage h2").animate({ opacity: 1.0 },1000).animate({bottom: '-10px'}, 1500, function(){
                                                   //alert('done');
                                                 });

    }
  



});
