

    $(document).ready(function(){ 

        $("#twitter").tweet({
          count: 2,
          query: "from:lunaticent http",
          loading_text: "searching twitter...",
          template: "{text} {time}"
        }); 

    });

