﻿$(document).ready(function(){
	$('#masthead').cycle({ 
    fx:    'fade', 
    timeout:	10000,
    speed:  1000 
 });
});