jQuery(document).ready(function($) {	
	if($('#featured').length > 0) {
		$(window).load(function() {
			$('#featured').orbit({bullets: false, advanceSpeed: 10000 });
		});
	}
});
