Noconflict seems to conflict with Page Title?

Noconflict seems to conflict with Page Title?

Hello I've never been here before and probably shouldn't be let loose with this level of codey stuff but here goes...

On my site at http://fbibiz.com/ I'm having problems with getting the Page title to show:  It sort of flashes up but is quickly replaced by the browser name.  I've discovered that if I remove the few lines containing the NoConflict commands (below) 
  1. <script type='text/javascript'> 
    var $jq = jQuery.noConflict(); 
    </script>



...then the Page Title is fine. But: Of course I lose my second JQuery effect (in this case it's the tooltip).

Frustrating.  This seems to be a conflict with the NoConflict... right?

Any suggestions to a solution, please?