Superfish not working in Master Page. Get object expected on function

Superfish not working in Master Page. Get object expected on function

I can't seem to get it to work in a Masterpage but it works in a non-master page.  Any Ideas?  On the function call. It errors with a object expected.  Double chked paths but either way with the ../ or not it still does not work.  

<

head runat="server">

<title></title>

<link rel="stylesheet" type="text/css" media="screen" href="superfish.css" />

<

script type="text/javascript" src="../bin/jquery-1.2.6.min.js"></script>

<

script type="text/javascript" src="../bin/hoverIntent.js"></script>

<

script type="text/javascript" src="../bin/supersubs.js"></script>

<asp:ContentPlaceHolder ID="head" runat="server">

</asp:ContentPlaceHolder>

<script type="text/javascript" src="bin/superfish.js"></script>

<script type="text/javascript">

$(

function() {

$(

'ul.sf-menu').superfish();

});

</

script>

</

head>

<

body>

<form id="form1" runat="server">

<div>

<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">

<div style="width: 900px; height: 165px; background-image: url('ClientBin/images/genxlogonokirby.jpg');">

</div>

</asp:ContentPlaceHolder>

</div>

<div >

<ul class="sf-menu">

<li >

<a href="#a">menu item</a>

<ul>

<li>

<a href="#aa">menu item that is quite long</a>

</li>

<li >