var Blog = {
	
	init: function(){
		getTwitters('latest-tweet', {
			id: 'beanstalkapp',
			clearContents: true,
			count: 1,
			withFriends: false,
			ignoreReplies: true,
			newwindow: false,
			template: '<span class="twitterStatus">%text%</span> <span class="twitterTime"><a href="http://twitter.com/beanstalkapp">@beanstalkapp</a> at %time%</span>'
		});
	}
	
}

window.addEvent('domready', Blog.init);