$(document).ready(function() {
	$('#severeWeather').hide();
	$('#severeWeather a:contains(There are no active watches, warnings or advisories)').remove();
if($('#severeWeather a:visible').size()>0){
	$('#severeWeather:has(a)').css('display','block');
}

});
