You need to include jQuery before you include Superfish. Also, if you are not going to use the bgiframe plugin, you can remove all the initialisation code pertaining to that, so it would just look like this:
$(document).ready(function(){
$(".primenav").superfish({
animation : {opacity:"show",height:"show"}
});
});
Joel Birch.

