$(document).ready(function(){
	$("#twentiestweets").tweet({
    	avatar_size: 32,
        count: 2,
        username: "crkwoodtwenties",
        refresh_interval: 60,
        template: '<p style="font-size:12px; line-height:16px;">{avatar} {user}: {text}<br/> {time}</p>',
        loading_text: "Loading Tweets..."
    });
});
