$(document).ready(function(){
	$('#notices').cycle({
		fx:		'scrollUp',
		speed:		600,
		timeout:	3000
    });
});
