var tweet={username:"nicolaibohlsen",init:function(a){this.pullTweets()},pullTweets:function(){getTwitters("tweet-list",{id:this.username,timeout:500,count:1,callback:function(){jQuery("div.twitters").fadeOut().remove()},onTimeout:function(){this.innerHTML='"The TwitterBotz" sover. <a href="http://twitter.com/nicolaibohlsen">Følg mig her</a> eller reload og prøv igen.'},template:'%text% <span class="date">%time% via %source%</span>'})}};jQuery(document).ready($.proxy(tweet.init,tweet))
