jQuery(document).ready(function(){
		jQuery('#masthead').bjqs({
			'width' : 1000,
			'height' : 398,
			animationDuration: 1500,
			rotationSpeed: 5000,
			'showMarkers' : false,
			'showControls' : false,
			'centerMarkers' : false
		});
		jQuery('#masthead').removeClass('loading');
		jQuery('#masthead').addClass('doneLoading');

});
