	jQuery(document).ready(
		function(){
			jQuery('#quotes').cycle({ timeout: 8000, cleartype: 3, speed: 400 });			
			jQuery('#dcimages').cycle({
				fx: 'fade',
				speed: 1000,
				timeout: 6000, 
				delay: 1000
				/*opts.cssBefore: { top: 0, left: 0, width: 0, height: 0, zIndex: 1 },
    				opts.animIn: { width: w, height: h },
    				opts.animOut: { top: h, left: w, width: 0, height: 0 },
    				opts.cssAfter: { zIndex: 0 }*/
			});
		}
	);
