dfw-testbed

This page is for testing DFW written HTML code fragments and other testing materials.

This is only a test.

Nothing is finalized on this page.

Here is some more text to attempt push content below the AD.

Waiting.

Is this enough?

Testing 1 2 3.
<!-- Weather Maps Bar

NBC 5 Weather Maps and Radars
Interactive Radar
Interactive Radar
First Alert Radar
First Alert Radar
North Texas Radar
North Texas Radar
Dallas County Radar
Dallas County Radar
Tarrant County Radar
Tarrant County Radar
Collin County Radar
Collin County Radar
Denton County Radar
Denton County Radar
7 Day Forecast
7 Day Forecast
-->

Mosquito Traps Tested Positive for West Nile Virus
Zip Codes shaded in red are locations where mosquito traps have tested positive for West Nile virus. Areas shaded in gray have no positive results. Areas that have no shading have incomplete data.

West Nile Zip Code Checker:
Please enter your zip code in the box, then click the button to check it against information collected by the NBC 5 Investigates team. A message should alert you if there has been a positive result for West Nile in your area."

function wnvcheck() { var v = []; v[1] = "75081"; // names must be in quotes v[2] = "75080"; v[3] = "75082"; v[4] = "75205"; var str = document.getElementById("username").value; str = str.replace(/^\s+|\s+$/g,""); // strip leading and trailing spaces str = str.toLowerCase().replace(/\b[a-z]/g,function(w){return w.toUpperCase()}); // reformat to lower-case with initial capital var match = false; for (var i =0; i<v.length; i++) { if (str == v[i]) { match = true; } } if (!match) { alert ("Your area has not had a positive test result for West Nile virus."); document.getElementById("username").value = ""; return false; } else { alert ("Your area has a positive test result for West Nile virus."); } }
Contact Us