/* ---------------------------------------------------------------------------------------
Author: 		Curtis Campbell
Updated: 		June.24.2010
Updated By: 	Curtis Campbell
--------------------------------------------------------------------------------------- */
/* Start The document Ready function
--------------------------------------------------------------------------------------- */
$(document).ready(function(){
						   
/* Cycle Script
--------------------------------------------------------------------------------------- */
	$('#image').cycle({ 
	    fx:    'fade', 
	    speed:  1800 
	});
	
/* End the Document Ready Function
------------------------------------------------------------------------------------ */
});