$(function(){
	$("#RSSButton").toggle(function(){
		$("#SubscriptionChooser").show('fast');
	}, function(){
		$("#SubscriptionChooser").hide('fast');
	});
});
