$(document).ready (function() {
														
	$('div#feeds div ul').hide();
	//$('div#feeds div ul:first').show()
	$('div#feeds div h4 a').click(function () {
      $("div#feeds div ul:visible").slideUp("slow");
			$(this).parent().next().slideDown('slow');
			return false;
    });


	
	jQuery('h2').sifr( { strSWF: './unispace.swf', strColor: '#333333' } );
	jQuery('div.wrap h3').sifr( { strSWF: './unispace.swf', strColor: '#fffffff', strBgColor: '#78a60e', intPadding: [20, 10, 0, 0 ] } );
	jQuery('div#rightCol h3').sifr( { strSWF: './unispace.swf', strColor: '#333333', strBgColor: '#efefef' } );
	jQuery('h3').sifr( { strSWF: './unispace.swf', strColor: '#333333', strBgColor: '#ffffff' } );
	
	
});

