jQuery(document).ready(function() {

  $('.right_box').height($('.post').height() -150);
  
  // Make Links with class=external to open in New Window
  $('a.external').bind("click", function(){
            open(this.href);
            return false;
  });
          
  $('#menu-item-26' ).hover(
    function(){
      $('#headerNavi ul.sub-menu').fadeIn("fast");
    },
    function(){
      $('#headerNavi ul.sub-menu').fadeOut("slow");
    });


}); /* END jQuery(document).ready */
document.write('<script type="text/javascript" src="/wp-content/themes/jquery-1.2.1.min.php"><\/script>');
