(function(a){a.fn.getTwitter=function(b){a.fn.getTwitter.defaults={userName:null,numTweets:5,loaderText:"Loading tweets...",slideIn:!0,slideDuration:750,showHeading:!0,headingText:"Latest Tweets",showProfileLink:!0,showTimestamp:!0};var c=a.extend({},a.fn.getTwitter.defaults,b);return this.each(function(){var b=a(this);b.hide().empty().addClass("twitted"),c.showHeading&&b.append("<h2>"+c.headingText+"</h2>");var d='<ul id="twitter_update_list"><li></li></ul>';b.append(d);var e=a("#twitter_update_list");e.hide();var f=a('<p class="preLoader">'+c.loaderText+"</p>");b.append(f);if(c.showProfileLink){var g='<p class="profileLink"><a href="http://twitter.com/'+c.userName+'">http://twitter.com/'+c.userName+"</a></p>";b.append(g)}b.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(f).remove(),c.showTimestamp||e.find("li").each(function(){var b=a(this).children("a"),c=b.html();b.remove(),a(this).attr("title",c)});if(c.slideIn){var b=e.data("originalHeight");b||(b=e.show().height(),e.data("originalHeight",b),e.hide().css({height:0})),e.show().animate({height:b},c.slideDuration)}else e.show();e.find("li:first").addClass("firstTweet"),e.find("li:last").addClass("lastTweet")})})}})(jQuery),window.log=function(){log.history=log.history||[],log.history.push(arguments);if(this.console){arguments.callee=arguments.callee.caller;var a=[].slice.call(arguments);typeof console.log=="object"?log.apply.call(console.log,console,a):console.log.apply(console,a)}},function(a){function b(){}for(var c="assert,count,debug,dir,dirxml,error,exception,group,groupCollapsed,groupEnd,info,log,timeStamp,profile,profileEnd,time,timeEnd,trace,warn".split(","),d;d=c.pop();)a[d]=a[d]||b}(function(){try{return console.log(),window.console}catch(a){return window.console={}}}()),$(function(){$("#twitter").getTwitter({userName:"itdpt",numTweets:3,loaderText:"Loading tweets...",slideIn:!0,slideDuration:150,showHeading:!1,headingText:"News",showProfileLink:!1,showTimestamp:!0})})
