Display Current Warnings for specific state - Javascript

Here’s a javascript to display current warnings for a specific state or for the entire US. (Tornado, Severe Thunderstorm, Flash Flood, Flood, and Dust Storm Warnings). You can then click on the warning to get the detailed text warning information from the National Weather Service.

http://www.nebraskastorms.com/alert_plugin.htm

just change the region=us to region=tx for texas or region=ks for kansas and so on…

<script language="javascript" 
src="http://www.prairieweather.com/app1/USWarnings.aspx?region=us">
</script>
<script language="javascript" 
src="http://www.prairieweather.com/app1/USWarnings.aspx?region=tx">
</script>

Here are some screenshots…