$(document).ready(function(){ 
	if($('#featured').length > 0) {
		$('#featured').cycle({ 
			delay:  500, 
			speed:  700,
			timeout: 3000,
			pause: 1
		});      // disable drop shadows
	};
});

