    $(document).ready(function(){
        $(".tweet").tweet({
		avatar_size: 32,
        count: 2,
        username: "hansenbelyea",
        template: function(i){return i["text"]}
        });
    });

