$(document).ready(function() { 
	$('a.feed').gFeed( { target: '#feeds', tabs: true, title: 'Latest news' } );
	}); 			
