$(function(){      $("#custom").tweet({        avatar_size: 32,        count: 2,        username: "topcatmusic",        template: function(i){return i["text"]}      });    });
