$(document).ready(function(){
	$('.header').cycle( { fx: 'fade', speed: 1250 } );
	$('.header2').cycle( { fx: 'fade', timeout: 3000 } );
});

