jQuery(document).ready(function($) {
        $(".tweet").tweet({
          join_text: "auto",
          username: "stevenricejr",
          count: 4,
          auto_join_text_default: ": <br/>", 
          auto_join_text_ed: ": <br/>",
          auto_join_text_ing: ": <br/>",
          auto_join_text_reply: ": <br/>",
          auto_join_text_url: ": <br/>",
          loading_text: "loading tweets..."
        });
})  