$(document).ready(function() { 
    
    $('a.feed').gFeed( { target: '#feeds', tabs: true, max:3 } );
    
    $("#Feeds > a").click( function(e){
		e.preventDefault();
		$("#feeds").modal();
		$("a.gf-title").attr("target","blank");
	  });
    
});
    
    
      
