setTimeout(function(){ $('.fadeout').fadeOut('slow'); }, 4000);

$(document).ready(

	function() {
		$('#event_ticker').newsticker();
	}
	
);