$(document).ready(function() {
		$('#notice_scroll').cycle({ 
		timeout: 8000,
		fit: 1,
		pause: 1
	});
});
