$(document).ready(function(){
		
	// Animated header
	if( $('ul#animheader').length != 0)
	{
		$('ul#animheader').cycle({
			fx: 'fade', 
			speed:  1000, 
			timeout:  5000
		});
	}
	
});

