function expandBlogroll()
{
	$('#blogroll-highlighted').slideToggle('slow');
	$('#blogroll').slideToggle('slow');
}
