/**
 * @author Patrick Goff
 */

// flash severe weather alert
$(document).ready(function() {
	$('div#severeWeather h3.severeWeather span').pulse({
		textColors: ['#ffcc00','#ff0000']
	});
});