// Swap images in main nav

$.swapImage(".swapImage");    

// Initiate the dropdown menu

jQuery(function(){
	jQuery('ul.sf-menu').superfish();
});
