      $('[title]').hover(function(e) {e.preventDefault();},function() { });
      $(document).ready(function() {        
        $('.roco').corner();
        if (!$.browser.msie) $('.smroco').corner('4px');
        $('#simplemodal-container').corner();
        $('[rel=tipsy]').tipsy({html: true, fade: true, gravity: 's'});
        $('.raptor').raptorize({'enterOn' : 'konami-code'});
        $('textarea[maxlength]').bind('keyup', function() {
          maxlength = $(this).attr('maxlength');
          $(this).val($(this).val().slice(0, maxlength));
        });
      });
