$(function(){
	$('#loopedSlider').loopedSlider();
});

$(document).ready(function() {
	$('.ticker').innerfade({
		speed: 500,
		timeout: 4000,
		type: 'sequence',
		containerheight: '20px'
	});
});
