// initialise plugins
$(document).ready(function() {
    jQuery('ul.sf-menu').superfish({
		animation:   {opacity:'show',height:'show'},
        speed:       'fast',
        autoArrows:  false,
        dropShadows: false
	});	
	$('#featureimg').cycle({
		timeout: 10000,
		random: 1
	});
});