/*
 * jTwitter 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
 * URL:
 *   http://jquery-howto.blogspot.com
 * Author URL:
 *   http://me.boo.uz
 */
(function(a){a.extend({jTwitter:function(f,e,b){if(e=="undefined"){b=e;e=5}var c="http://twitter.com/status/user_timeline/"+f+".json?count="+e+"&callback=?";var d={};a.getJSON(c,function(g){if(typeof b=="function"){b.call(this,g)}})}})})(jQuery);
