// JavaScript Document
     $(function(){
      $(".tweet").tweet({
        username: "peachyjoke",
        avatar_size: 32,
        count: 1,
        loading_text: "loading twitter...",
		fetch: 20,
		template: function(i){return i["text"]},
      });
    });
