// $(function() {
// 	$('#masthead').cycle({ 
//     	fx: 'scrollVert', 
//     	timeout: 7000 //Adjusts the speed of the cycling
// 	});
// });

$(function() {
     $('#masthead').cycle({ 
 	    fx:    'scrollVert', 
   //   speed:  2000 
		timeout: 7000 //Adjusts the speed of the cycling
	 });
 });
 
// $(document).ready(
//	function(){
//		$('#masthead').innerfade({
//		animationtype: 'slide',
//		speed: 750,
//		timeout: 2000,
//		type: 'random',
//		containerheight: '258px'
//		});
// });