	$(document).ready(function(){
      $('#HeaderImageBlue').fadeIn(3000, function() {
        // Animation complete
      });
		
    });
