// JavaScript Document
$(window).load(function(){
$('#featured').orbit({
	animation: 'fade',
	animationSpeed:500,
	advanceSpeed: 150,
	startClockOnMouseOut: true,
	startClockOnMouseOutAfter: 3000,
	//directionalNav:true,
	captions:true,
	captionAnimationSpeed: 600,
	timer:true
	});
	});

