$(document).ready(function(){if($("#twitter").length!==0){$("#twitter").getTwitter({userName:"sia_sano",numTweets:5,showProfileLink:true})}});(function(a){a.fn.getTwitter=function(b){var c=a.extend({},a.fn.getTwitter.defaults,b);a(this).hide();a(this).append('<ul id="twitter_update_list"><li></li></ul>');a("#twitter_update_list").hide();a(this).append("<p id='twitterLoader'>...</p>");if(c.showProfileLink){a(this).append("<a id='profileLink' href='http://twitter.com/"+c.userName+"'>http://twitter.com/"+c.userName+"</a>")}a(this).show();a.getScript("http://twitter.com/javascripts/blogger.js");a.getScript("http://twitter.com/statuses/user_timeline/"+c.userName+".json?callback=twitterCallback2&count="+c.numTweets,function(){a("#twitterLoader").remove();a("#twitter_update_list").show()})};a.fn.getTwitter.defaults={userName:undefined,numTweets:5,showProfileLink:true}})(jQuery);