jquery.mb.extruder.2.0

jquery.mb.extruder.2.0

Hey all , i have some problems with this script , this script dosn't work :/
i do that :
I upload files from Attachments to main category in ftp ( i have forum in phpBB 2 )
I edit header file
in tag <head> i put this code :


  <link href="css/mbExtruder.css" media="all" rel="stylesheet" type="text/css">

  <script type="text/javascript" src="http://jquery.com/src/jquery-latest.js"></script>
  <script type="text/javascript" src="http://gta4u.net/inc/jquery.hoverIntent.min.js"></script>
  <script type="text/javascript" src="http://gta4u.net/inc/jquery.metadata.js"></script>
  <script type="text/javascript" src="http://gta4u.net/inc/jquery.mb.flipText.js"></script>
  <script type="text/javascript" src="http://gta4u.net/inc/mbExtruder.js"></script>
  <script type="text/javascript">


    $(function(){

      if (self.location.href == top.location.href){
        $("body").css({font:"normal 13px/16px 'trebuchet MS', verdana, sans-serif"});
        var logo=$("<a href='http://pupunzi.com'><img id='logo' border='0' src='http://pupunzi.com/images/logo.png' alt='mb.ideas.repository' style='display:none;'></a>").css({position:"absolute"});
        $("body").prepend(logo);
        $("#logo").fadeIn();
      }
       
        $("#extruderLeft1").buildMbExtruder({
        position:"left",
        width:300,
        extruderOpacity:.8,
        onExtOpen:function(){},
        onExtContentLoad:function(){},
        onExtClose:function(){}
      });

    });


  </script>






























After in this same file i add in tag <body> this code:


<body>
<div id="#extruderLeft1" class="a {title:'What\'s new in this part of world', url:'http://gta4u.net/parts/extruderLeft1.html'}"></div>
</body>


When i save this file i dont see this menu :/
What i do bad ?
my forum is : www.gta4u.net
Pls Help me
Thx for help
( Sry for my english beocauze  is bad )