$(document).ready(function(){
	$('#newsfader ul').innerfade({
		speed   : 'slow',
		timeout : 5000
	});
});
