     jQuery(window).load(function() {
         jQuery('#featured').orbit({
				bullets: true,					// true or false to activate the bullet navigation
				timer: true,                      // true or false to have the timer
				advanceSpeed: 6000,               // if timer is enabled, time between transitions
				pauseOnHover: false, 	    	   	// if you hover pauses the slider
				animationSpeed: 1200				// how fast animtions are
         });
     });
