

(function($){

// The DOM is now ready
$(function() {

	$('#image_rotation').cycle({
		fx:'fade',
		speed:1000, 
		timeout:8000,
		pause:1
	});
	
	var home_rotation_code = '<img width="990" height="362" src="http://ch01.squarespace.com/storage/header_images/home1.jpg"/><img width="990" height="362" src="http://ch01.squarespace.com/storage/header_images/home2.jpg"/><img width="990" height="362" src="http://ch01.squarespace.com/storage/header_images/home3.jpg"/><img width="990" height="362" src="http://ch01.squarespace.com/storage/header_images/home4.jpg"/><img width="990" height="362" src="http://ch01.squarespace.com/storage/header_images/home5.jpg"/><img width="990" height="362" src="http://ch01.squarespace.com/storage/header_images/home6.jpg"/>';
	
	$('#modulePage5066044 #header_banner').append(home_rotation_code);
	
	$('#modulePage5066044 #header_banner').cycle({
		fx:'fade',
		speed:800, 
		timeout:6000,
		pause:1
	});
	
});

})( jQuery.noConflict() );
	

