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