/**
 * Requires jquery and jq-innerfade
 */
$(document).ready(function(){
	// clear the initial background
	$($('#newsTicker')).innerfade({
		speed: 'normal', // can be 'slow', 'normal' or 'fast'
		timeout: 8000,  // milliseconds between slides
		type: 'sequence', // can be 'sequence' or 'random'
		containerheight: '70px' // height of the containing box
	});
});
