//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
function update_news_image()
	{
		$('#update_news_home_image').cycle
		(
			{
				fx:'turnLeft',
				easing:'easeInOutBounce',
				delay:500,
				timeout:500,
				speed:15000,
			}
		);
		
		
	}