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

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