$(document).ready(function(){

	$(window).load(function(){
		$('#byline').fadeIn('slow');
	});

});
