$(document).ready(function() {
	$('#alertscroller').cycle({
		fx: 'scrollLeft', 
		speed: 600, 
    	timeout: 6000 
    });
});
