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