Hi Jenny, It looks like you deleted the change log from the Superfish JS file (which is good) but left the remaining comment unclosed as it is missing a forward slash after the last asterisk. Make the start of that file look like this:
/* * Superfish v1.3.2 - jQuery menu widget * * Copyright (c) 2007 Joel Birch * * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html */ (function($){ ...and so on. Note I just added a forward slash after the asterisk just after the last asterisk and before (function($){ That should fix your problems because everything else looks perfect. Good luck. Joel Birch.