Code
$('#livestream_view_list table.offline').fadeToggle("slow");
Imho this could be nicer with fade and slide toggle.
Code
$(this).closest('#livestream_viewContainer').find('.offwhite_box').eq(1).animate({height: 'toggle', opacity: 'toggle'}, 'slow');
The selector should be improved, i'll let that for the dev.