		$(document).ready(function(){
			$("#noticelefttext").show();
			$("#noticelefttext").jCarouselLite({
				vertical: true,
				easing: "bounceout",
				visible: 1,
				auto: 2500,
				speed: 1000
			});
		});
		
		$(document).ready(function(){
			$("#announcement").show();
			$("#announcement").jCarouselLite({
				vertical: true,
				easing: "bounceout",
				visible: 1,
				auto: 2500,
				speed: 1000
			});
		});
