/*
 * jTwitter 1.1.1 - Twitter API abstraction plugin for jQuery
 * Copyright (c) 2009 jQuery Howto
 * Licensed under the GPL license:
 *   http://www.gnu.org/licenses/gpl.html
 * Plugin + Author URL:
 *   http://jquery-howto.blogspot.com
 */
/*(function(b){b.extend({jTwitter:function(d,a,c){if(!(d=="undefined"||a=="undefined")){if(b.isFunction(a)){c=a;a=5}b.getJSON("http://twitter.com/status/user_timeline/"+d+".json?count="+a+"&include_rts=0&callback=?",function(e){b.isFunction(c)&&c.call(this,e)})}}})})(jQuery);*/
(function(b){b.extend({jTwitter:function(d,a,c){if(!(d=="undefined"||a=="undefined")){if(b.isFunction(a)){c=a;a=5}b.getJSON("http://api.twitter.com/1/statuses/user_timeline.json?screen_name="+d+"&count="+a+"&include_rts=true&callback=?",function(e){b.isFunction(c)&&c.call(this,e)})}}})})(jQuery);


