/* Homepage Masthead Images */
 
jQuery(document).ready(function() {
jQuery("#mastheadImages").cycle({ fx: 'fade', pause: 1, speed: 2200, timeout: 3500, next:'#mastheadImages' });
});



/* Main Nav Dropdown menu */
$(function() {
    $('#nav').droppy({speed: 180});
});
