$(document).ready(function(){
    $(".tweet").tweet({
        username: "interruptu",
        join_text: "",
        avatar_size: 0,
        count: 1,
        loading_text: "loading tweets..."
    });
   $('#search').focus(function() {
    $(this).val("");
  });
});