$(document).ready(function() {

	
	
	
	// js for the rss accordian
	$('.accordion .head').click(function() {
		$(this).next().toggle('slow');
		return false;
	}).next().hide();
	
	
	$('#rssaccordion').accordion({
    active: false,
    collapsible: true            
});
		// end js for the rss accordian
	
});




