$(function(){
	$("a.rss_link").click(function () {
		$(this).next(".rss_content").slideToggle();
		return false;
	});
});

