	jQuery(function($){
      $(".tweet").tweet({
        join_text: "auto",
        username: "arrestedd",
        avatar_size: 30,
        count: 1,
        loading_text: "loading tweets..."
      });
    });
