(function(a){if(!window.google){return}if(!google.feeds){google.load("feeds","1")}a.fn.gFeed=function(b){var d=jQuery.extend({target:this,max:5},b||{});if(google.feeds.FeedControl){var c=new google.feeds.FeedControl()}else{return}this.each(function(){var e=this.href||d.url;var f=d.title||this.title||a(this).text();c.addFeed(e,f);c.setNumEntries(d.max)});a(d.target).each(function(){c.draw(this)});return this}})(jQuery);$(function(){if(!window.google){return}if(google.feeds.FeedControl){$("a.feed").gFeed({target:"#feeds",tabs:false,max:2})}$("a.gf-title").live("click",function(){this.target="_blank"})});
