$(document).ready(function(){
	$("#21doptweets").tweet({
    	avatar_size: 32,
        count: 5,
        query: "#prayerandfasting @creekwoodchurch",
        refresh_interval: 10,
        template: '<p style="font-size:12px; line-height:16px;">{avatar} {user}: {text}<br/> {time}</p>',
        loading_text: "Loading Tweets..."
    });
});
