 jQuery(document).ready(function($) {
        $(".tweet").tweet({
          join_text: "auto",
          username: "bsttwt",
          avatar_size: 48,
          count: 5,
          auto_join_text_default: "<small>from @BstTwt: </small><br>", 
          auto_join_text_ed: "<small>we</small><br>",
          auto_join_text_ing: "<small>we were</small><br>",
          auto_join_text_reply: "<small>we replied</small><br>",
          auto_join_text_url: "<small>we were checking out</small><br>",
          loading_text: "loading tweets..."
        });
        $(".query").tweet({
          avatar_size: 32,
          count: 4,
          query: "@bsttwt",
          loading_text: "searching twitter..."
        });
      })      