<
jQuery(function($){
        $("#ticker").tweet({
          username: "bschippers",
          page: 1,
          avatar_size: 32,
          count: 20,
          loading_text: "loading ..."
        }).bind("loaded", function() {
          var ul = $(this).find(".tweet_list");
          var ticker = function() {
            setTimeout(function() {
              var top = ul.position().top;
              var h = ul.height();
              var incr = (h / ul.children().length);
              var newTop = top - incr;
              if (h + newTop <= 0="" newtop="" ul="" animate="" top:="" 500="" ticker="" 6000="" pre="">

-->