$(document).ready(function() {

	$("#cover_image").cycle({
		delay: 2000,
		speed: 1000
	}); 
	
}); 

