$(document).ready(function(){
	
	// Open RSS links in new window
	$('a.rsswidget').attr('target', '_blank');
	
});
