// Hides temporary flash of hidden content
$('html').addClass('js');

// News ticker
$(document).ready(
		function(){
			$('#ticker ul').innerfade({
				animationtype: 'slide',
				speed: 1000,
				timeout: 5000,
				type: 'sequence',
				containerheight: '1.2em'
			});
	});