
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]>    <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]>    <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>

  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  <!-- set up auto refresh to set URL
  <meta http-equiv="refresh" content="300">
  -->

  <title>ATXfloods</title>
  <meta name="description" content="The up-to-date status of Austin's low water crossings">
<!--   <meta name="viewport" content="user-scalable=YES" />  -->
  <meta name="viewport" content="width=device-width, initial-scale=.6, maximum-scale=1, user-scalable=yes">

  <!-- Google Map API Key -->
  <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCmggQvRoiaK1Yk0yy3yKpY6vBUbRuf8-I&sensor=true">
  </script>

   <!-- Front End JS for Google Map -->
   <script src="js/frontend_map.js"></script>

  <!-- jQuery and jQuery UI for tabs-->
  <link rel="stylesheet" href="css/jquery-ui-1.10.4.custom.css" />
  <script src="js/jquery-1.10.2.js"></script>
  <script src="js/jquery-ui-1.10.4.js"></script>

  <!-- Google Web Fonts -->
  <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Ropa Sans">
  <link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Monda">

  <!-- Mega Menu -->
  <script src="megamenu/megamenu.js"></script>
  <script src="megamenu/megamenu_plugins.js"></script>
  <link rel="stylesheet" type="text/css" href="megamenu/megamenu.css">

  <script>
  $(document).ready(function(){
  setInterval(function(){cache_clear()}, 300000);
  });
  function cache_clear()
  {
  //window.location.reload(true);
  if(document.getElementById('autoRefresh').checked){window.location.reload(true);} //only refresh if autoRefresh checkbox under home tab is checked
  }
  </script>

  <link rel="stylesheet" href="css/ATXFloods-styles2.css" >

  <style>


.logoContainer {
	width: 240px;
	float: left;
	margin-left: 5px;
	margin-top: 0px;
}


.updateBoxContainer {

	margin-left: 545px;
	margin-right: 80px;
	margin-top: -10px;
	border: thin #000;
	/*background-color: #0C3;*/
	padding: 5px;
}

.tagLineContainer {
	width: 280px;
	float: left;
	margin-left: 15px;
	margin-top: -5px;
	vertical-align: bottom;

}

.goToMobile {
	display: none;
}


@media only screen and (min-width: 985px) and (max-width: 1100px) {
	.textBody {
		font-size: 14px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 984px) {
	.tagLineContainer {
		display: none;
}
	.updateBoxContainer {
		margin-left: 300px;
}
	.textBody {
		font-size: 14px;
	}

}

@media only screen and (max-width:767px) {
	.tagLineContainer {
		display: none;
}
	.updateBoxContainer {
		margin-left: 300px;
		display: none;
}
	.leftSideTabs {
		width: 40%;
	}
	.textBody {
		font-size: 14px;
	}
	.goToMobile {
		display: inline;
	}
}

@media only screen and (max-width:479px) {
	.tagLineContainer, .leftSideTabs, . {
		display: none;
	}
	.updateBoxContainer {
		margin-left: 300px;
	}

	.goToMobile {
		display: inline;
}

#dialog .ui-state-focus{
    outline: none;
}

  </style>
  <script>
$(document).ready(function($){
	$('.megamenu').megaMenuCompleteSet({
		menu_speed_show : 50, // Time (in milliseconds) to show a drop down
		menu_speed_hide : 20, // Time (in milliseconds) to hide a drop down
		menu_speed_delay : 20, // Time (in milliseconds) before showing a drop down
		menu_effect : 'hover_fade', // Drop down effect, choose between 'hover_fade', 'hover_slide', etc.
		menu_click_outside : 1, // Clicks outside the drop down close it (1 = true, 0 = false)
		menu_show_onload : 0, // Drop down to show on page load (type the number of the drop down, 0 for none)
        menu_responsive:1 // 1 = Responsive, 0 = Not responsive
	});
});
</script>

  <script>
  $(function() {
    $( "#opener" ).button();
    $( "#opener2" ).button();
    $( "#opener3" ).button();
	$( "#goToMobileLink" ).button();
  });
  </script>





</head>


<body>

<div class="pageHeader">

        <div id="logoContainer" class="logoContainer">
            <img src="img/atxfloods.png" height="45px" width="auto" style="height: 45px; width: auto;"><br>
        </div>

        <div id="tagLine" class="tagLineContainer">
        	<span class="textTagLine">
            Current flood information and emergency road closures in Austin and partner communities in Central Texas.
            </span>
		</div>

        <div id="opener2DIV" style="position: absolute; height: 50px; right: 10px; top: 9px;">
            <span id="opener2" class="buttonLinks" style="font-size:12px; line-height: 14px; font-weight: normal">See all<br>updates</span>
		</div>

        <div id="goToMobileLinkDIV" class="goToMobile" style="position: absolute; height: 50px; overflow: hidden; border: thin #999; right: 100px; top: 9px;">
            <a id="goToMobileLink" href="mobile.php">Go to Mobile Site</a> <!-- grostig removed absolute URL link path -->
		</div>

		<!-- updated using mysql database -->
        <div class="updateBoxContainer">
       	<!--<div class="updateBox">-->

<span class='textBody'>If you see water over the road, please remember: Turn Around, Don&#039;t Drown!</span> &nbsp; | &nbsp;<span class='textTagLine keepTextTogether'>01-16-2018 1:32:37 PM</span><br>
            <br>
           </span>



  </div>



</div><!-- end pageheader -->


<div class="page_wrapper2"> <!-- this div positions the menu bar -->
    <!-- Begin Menu Container -->
    <div class="megamenu_container megamenu_light_bar megamenu_light">
    	<ul class='megamenu' style='text-transform:none'><!-- Begin Mega Menu -->
            <li class='megamenu_button'><a href='#_'>ATXfloods Menu</a></li>    

<!-- Begin Item -->    
            <li><a href='#_' class='megamenu_drop' style='text-transform:none;'>Home</a>
 
                <div class='dropdown_3columns dropdown_container'><!-- Begin Item Container -->
                     <div class='col_12'>
					 	<p class='textBody'><a href='index.php'>Go to ATXfloods Map</a></p>
                        <h2>About ATXfloods</h2>
                        <hr>
                        <p class='textBody'>ATXfloods is maintained by the City of Austin Flood Early Warning System (FEWS) team. FEWS monitors weather and road conditions 24-7 on an on-call basis. </p>
						<p class='textBody'>We keep the map and closure information as up-to-date as possible based on the best information currently available, but drivers should pay attention to road conditions. If you see water on the road, save yourself! Turn around, don't drown!</p>
                        <p><input id='autoRefresh' type="checkbox" checked="checked" /><label for="autoRefresh">Auto-Refresh</label></p>

                  </div><!-- End Item Container -->
               </div>             
            </li><!-- End Item -->
            

<!-- Begin Item -->    
            <li><a href='#_' class='megamenu_drop' style='text-transform:none;'>Communities</a>
 
                <div class='dropdown_4columns dropdown_container'><!-- Begin Item Container -->
                     <div class='col_12'>
                        <h2>ATXfloods Partner Communities</h2>
                        <hr>
                        <p class='textBody'>ATXfloods is a service of the City of Austin. The City of Austin and its partnering communities independently monitor and close flooded roads in their respective jurisdictions.</p>
						<p class'textBody'>Click a community below to zoom in on it.</p>
                        <table>

                        	<tr><td style='padding:10px'><a href='#City_of_Austin' onclick='reposition2(30.267153,-97.743061,11)'><img style='margin-bottom:0px' src='img/Logo-CoA.png' width='25' height='22'>City of Austin</a></td>
                            <td style='padding:10px'><a href='#Travis_County' onclick='reposition2(30.267153,-97.743061,10)'><img style='margin-bottom:0px' src='img/Logo-TravisCounty.png' width='25' height='22'>Travis County*</a></td>
                            <td style='padding:10px'><a onclick='reposition2(30.219915,-97.817781,14)' href='#Sunset_Valley'><img style='margin-bottom:0px' src='img/Logo-SV.png' width='25' height='22'>Sunset Valley</a></td>
							<td style='padding:10px'><a onclick='reposition2(30.539135,-97.839088,14)' href='#Cedar_Park'><img style='margin-bottom:0px' src='img/Logo-CedarPark.png' width='25' height='22'>Cedar Park</a></td>
                            <tr>

							<td style='padding:10px'><a onclick='reposition2(30.589012,-97.829819,13)' href='#Leander'><img style='margin-bottom:0px' src='img/Logo-Leander.png' width='25' height='22'>Leander</a></td>
                            <td style='padding:10px'><a onclick='reposition2(30.508255,-97.678896,13)' href='#RoundRock'><img style='margin-bottom:0px' src='img/Logo-RRK.png' width='25' height='22'>Round Rock</a></td>
                            <td style='padding:10px'><a onclick='reposition2(30.270002,-97.788749,13)' href='#Rollingwood'><img style='margin-bottom:0px' src='img/Logo-ROL.png' width='25' height='22'>Rollingwood</a></td>
							<td style='padding:10px'><a onclick='reposition2(30.634246,-97.685467,11)' href='#WilCo'><img style='margin-bottom:0px' src='img/Logo-WCO.png' width='25' height='22'>Williamson County*</a></td>

                            </tr>

							<tr>

                            <td style='padding:10px'><a onclick='reposition2(30.578245,-98.2728,13)' href='#MarbleFalls'><img style='margin-bottom:0px' src='img/Logo-MBF.png' width='25' height='22'>Marble Falls</a></td>
                            <td style='padding:10px'><a onclick='reposition2(30.062155,-98.00121,10)' href='#HaysCounty'><img style='margin-bottom:0px' src='img/Logo-HCO.png' width='25' height='22'>Hays County</a></td>
                            <td style='padding:10px'><a onclick='reposition2(29.837151,-97.620079,11)' href='#CaldwellCounty'><img style='margin-bottom:0px' src='img/Logo-CCO.png' width='25' height='22'>Caldwell County</a></td>
                            <td style='padding:10px'><a onclick='reposition2(30.091640,-97.326958,11)' href='#BastropCounty'><img style='margin-bottom:0px' src='img/Logo-BCO.png' width='25' height='22'>Bastrop County</a>
							
                            </tr>
                            <tr>

                            <td style='padding:10px'><a onclick='reposition2(30.091640,-97.326958,11)' href='#LeeCounty'><img style='margin-bottom:0px' src='img/Logo-LEECO.png' width='25' height='22'>Lee County</a>
                            <td style='padding:10px'><a onclick='reposition2(30.091640,-97.326958,11)' href='#FayetteCounty'><img style='margin-bottom:0px' src='img/Logo-FCO.png' width='25' height='22'>Fayette County</a>
                            <td style='padding:10px'><a onclick='reposition2(30.091640,-97.326958,11)' href='#WestLakeHills'><img style='margin-bottom:0px' src='img/Logo-WLH.png' width='25' height='22'>West Lake Hills</a>
                            </td>
                            </tr>
                    	</table>           
						<p class='textTagLine' style='color: #00639b'>*Travis &amp; Williamson Counties update only the crossings that are outside the boundaries of any city. If a community is not listed above, crossing information may not be available.</p>
                  </div><!-- End Item Container -->
               </div>             
            </li><!-- End Item -->
            
            <li><a href='#_' class='megamenu_drop'>Twitter</a><!-- Begin Item -->
                <div class='dropdown_4columns dropdown_container'><!-- Begin Item Container -->
             	<div id='twitter_widget'>
                    <a class='twitter-timeline' href='https://twitter.com/search?q=atxfloods' data-widget-id='282231864104718336' width="450px">
                    Tweets about 'atxfloods'
                    </a>
                    <script>
                        !function(d,s,id){
                            var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';
                            if(!d.getElementById(id)){
                                js=d.createElement(s);
                                js.id=id;
                                js.src=p+'://platform.twitter.com/widgets.js';
                                fjs.parentNode.insertBefore(js,fjs);
                                }
                            }
                            (document,'script','twitter-wjs');
                    </script>
                </div> <!-- twitter_feed -->
                </div><!-- End Item Container -->                           
            </li><!-- End Item -->


            <li><a href='#_' class='megamenu_drop'>Contact</a><!-- Begin Item -->
                <div class='dropdown_4columns dropdown_container'><!-- Begin Item Container -->                
                    <div class='col_12'>
                        <h3>Message ATXfloods!</h3>
                        <p>Enter your name, email address, and message below to contact us. If you have flood photos or videos to share, visit <a href='upload' target='_blank'>our upload page</a>.</p>
                    
                        <form id='megamenu_form' name='contact' method='post'>

                            <fieldset>  

                                <label for='name'>Name <span class='required'>*</span></label>
                                <input class='form-input' type='text' name='name' id='name' value='' required/>

                                <label for='email'>Email <span class='required'>*</span></label>
                                <input class='form-input' type='text' name='email' id='email' value='' required/>

                                <label for='message'>Message <span class='required'>*</span></label>
                                <textarea name='message' id='message' required></textarea>

                                <ul class='form-buttons'>
                                    <li><input id='submit' type='submit' name='submit' value='Send' /></li>
                                    <li><input id='reset' type='reset' name='reset' value='Reset' /></li>
                                </ul>

                            </fieldset>  

                            <div id='success'>
                                Your message has been sent!<br>
								Thank you for messaging ATXfloods.
                            </div>

                            <div id='error'>
                                Something went wrong, try refreshing and submitting the form again.
                            </div>
                        </form>
                    </div>                                    
                </div><!-- End Item Container -->           
            </li><!-- End Item -->



 
 
 
 
<!-- Begin Item -->                  
            <li><a href='#_' class='megamenu_drop' style='text-transform:none;'>Links</a>
                <div class='dropdown_2columns dropdown_container'><!-- Begin Item Container -->            
                    <div id='Resources_links' class='col_12'>
                        <h2>Resources &amp; Links </h2>
                        <hr>
                        <ul>
                            <li>
                            <a href='http://hydromet.lcra.org/full.aspx' target='_blank'>
                            LCRA Hydromet</a>
                            </li>
                            <li>
                            <a  href='http://waterdata.usgs.gov/nwis/current?multiple_site_no=08105886%2C08154700%2C08155200%2C08155240%2C08155300%2C08155400%2C08155500%2C08155541%2C08156675%2C08156800%2C08156910%2C08158000%2C08158030%2C08158035%2C08158045%2C08158200%2C08158380%2C08158600%2C08158700%2C08158810%2C08158827%2C08158840%2C08158860%2C08158920%2C08158927%2C08158930%2C08158970%2C08159000&index_pmcode_STATION_NM=1&index_pmcode_DATETIME=2&index_pmcode_00065=3&index_pmcode_00060=4&format=station_list&group_key=county_cd&sort_key_2=site_no&html_table_group_key=NONE&rdb_compression=file&list_of_search_criteria=multiple_site_no%2Crealtime_parameter_selection' target='_blank'>
                            Austin Area USGS Gauges</a>
                            </li>
                            <li>
                            <a href='http://www.centraltexashub.org/' target='_blank'>
                            Central Texas HUB</a>
                            </li>
                            <li>
                            <a href='http://www.srh.noaa.gov/ewx/' target='_blank'>
                            National Weather Service</a>
                            </li>
                            <li>
                            <a href='upload/' target='_blank'>Upload Photos and Video</a>
                            </li>
							<li>
							<a href='FP_mods/Map.html' target='_blank'>City of Austin Floodplain Changes</a>
							</li>
							<li>
							<a href='http://www.austintexas.gov/department/flood-safety-preparedness' target='_blank'>Flood Safety Tips</a>
							</li>							
                            <li>
                            <a href='mobile.php'>ATXfloods Mobile Site</a>
                            </li>
                        </ul> 
                    </div>
                                   
                </div><!-- End Links Container -->
            </li><!-- End Links -->

<li><a href='#_' class='megamenu_drop'>Open Data</a><!-- Begin Open Data Item -->
                <div class='dropdown_2columns dropdown_container'><!-- Begin Open Data Container -->            
                    <div id='Resources_links' class='col_12'>
                        <h2>Open Data</h2>
                        <hr>
                        <ul class='textBody'>
                            <li>
				            <a href='dashboard/phpsqlajax_genxml.php' target='_blank'>Closures XML</a>
                            </li>
                            <li>
                            <a href='http://www.austintexas.gov/FloodPro/FEWS/mapprec.xml' target='_blank'>
                            City of Austin rain gauge XML</a>
                            </li>
                            <li>
                            <a href='http://www.austintexas.gov/FloodPro/FEWS/mapstrm.xml' target='_blank'>
                            City of Austin stream gauge XML</a>
                            </li>
                        </ul> 
                    </div>
                </div><!-- End Open Data Container -->
            </li><!-- End Open Data Item-->
           
            
			<li>
            <a href='alerts.php'>Alerts</a>
            </li>            
 
            <li>
            <a href='http://www.austintexas.gov/FloodPro/#/FloodPlainInfo' target='_blank'>Am I in a Floodplain?</a>
            </li>

        </ul><!-- End Mega Menu -->    </div>
</div> <!-- End Menu Container -->


<!-- Google Map with points created by frontendmap.js is created in this mapCanvas div -->
<div id="mapCanvas">
</div>

<!-- Holds updates table -->

       <div id="dialog2" title="ATXfloods Updates" style="background-color: #eee; border: thin solid #aaaaaa; margin:3px;">
		<div id="modal-test">

		<table border='0' cellpadding='5' width='100%'><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-16-2018</span> 1:32:37 PM</p></td><td class='textBody'>If you see water over the road, please remember: Turn Around, Don&#039;t Drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>12-31-2017</span> 5:53:23 PM</p></td><td class='textBody'>EXTREME WEATHER CONDITIONS - LOW WATER CROSSINGS CLOSED</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-25-2017</span> 7:10:15 PM</p></td><td class='textBody'>75% of flood deaths in TX happen on the road. Turn Around, Don&#039;t Drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-20-2017</span> 1:16:26 AM</p></td><td class='textBody'>Severe Storms are Beginning to Impact our Area-Stay Dry and Remember Turn Around don&#039;t Drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-10-2017</span> 5:27:31 PM</p></td><td class='textBody'>Flash Flood Watch Issued for Portions of South Central Texas through Tuesday morning (04/11/2017)</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-06-2017</span> 10:15:49 AM</p></td><td class='textBody'>If you use ATXFloods, we would like to hear your opinion on how to improve this service. <a href="https://goo.gl/forms/NlvyhcII5gVF61rU2" rel="nofollow" tabindex="-5" >https://goo.gl/forms/NlvyhcII5gVF61rU2</a></td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>02-27-2017</span> 8:36:51 AM</p></td><td class='textBody'>Road Closed Indefinitely - Boggy Creed at bridge.  Water has undermined supports.  (Caldwell County)</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>02-11-2017</span> 7:48:09 AM</p></td><td class='textBody'>Partly cloudy in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-20-2017</span> 9:00:45 AM</p></td><td class='textBody'>Partly sunny in ATX today</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-18-2017</span> 10:16:38 AM</p></td><td class='textBody'>gristmill </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-18-2017</span> 9:47:41 AM</p></td><td class='textBody'>Several low water crossings remain closed in Central Texas area; turn around, don&#039;t drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-18-2017</span> 7:43:35 AM</p></td><td class='textBody'>Spicewood Springs Rd, LWCs 1-7 are closed; Barricade crews in route</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-18-2017</span> 7:00:28 AM</p></td><td class='textBody'>Areal flood advisory from 6:40 am to 9:45 am for Hays and Travis Counties</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-29-2016</span> 8:40:40 AM</p></td><td class='textBody'>Partly cloudy in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-10-2016</span> 7:48:47 AM</p></td><td class='textBody'>leveritts lp </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-10-2016</span> 7:09:08 AM</p></td><td class='textBody'>Cloudy in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-03-2016</span> 7:49:21 AM</p></td><td class='textBody'>80% chance of rain/thunderstorms in central Texas today</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-01-2016</span> 9:06:13 AM</p></td><td class='textBody'>Thunderstorms likely for Central Texas this week.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-20-2016</span> 9:33:11 AM</p></td><td class='textBody'>Isolated daytime thunderstorms possible for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-03-2016</span> 6:47:46 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-29-2016</span> 6:49:58 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-27-2016</span> 8:03:42 AM</p></td><td class='textBody'>Mostly cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-20-2016</span> 9:43:58 AM</p></td><td class='textBody'>Hot and dry in Central Texas today </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-14-2016</span> 6:50:33 AM</p></td><td class='textBody'>Chance of afternoon thunderstorms for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-30-2016</span> 7:25:27 AM</p></td><td class='textBody'>Evening thunderstorms likely for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-25-2016</span> 1:16:59 PM</p></td><td class='textBody'>20% chance of rain today in Central Texas</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-24-2016</span> 7:46:37 AM</p></td><td class='textBody'>Partly sunny in ATX today</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-22-2016</span> 6:43:03 AM</p></td><td class='textBody'>40% Chance of rain today in Central Texas</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-21-2016</span> 2:30:35 PM</p></td><td class='textBody'>Some roads still closed in the region. More rain possible. Check back for updates.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-21-2016</span> 9:08:27 AM</p></td><td class='textBody'>Old McDade Elgin</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-20-2016</span> 4:58:40 PM</p></td><td class='textBody'>Flash Flood Warning for Travis and Hays Counties until 7:15pm.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-19-2016</span> 10:47:05 AM</p></td><td class='textBody'>30% chance of thunderstorms today</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-18-2016</span> 7:37:27 AM</p></td><td class='textBody'>40% Chance of rain today in Central Texas</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-17-2016</span> 0:44:28 AM</p></td><td class='textBody'>Low water crossings now being closed in the City of Marble Falls</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-16-2016</span> 7:57:48 PM</p></td><td class='textBody'>Flash Flood Watch remains in effect until 7 pm on August 17, 2016</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-16-2016</span> 3:27:08 PM</p></td><td class='textBody'>Hays, Travis, and Williamson Counties under NWS Flash Flood Warning until 5:45 PM. Turn Around, Don&#039;t Drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-16-2016</span> 8:31:15 AM</p></td><td class='textBody'>Flash Flood Warning for central Burnet, NW Travis County, and W Williamson Counties until 10:45 am </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-16-2016</span> 6:42:48 AM</p></td><td class='textBody'>Flash Flood Warning for S Burnet, SW Travis, NE Blanco, and NW Hay Counties until 9:30 am</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-16-2016</span> 5:03:14 AM</p></td><td class='textBody'>Flash Flood Watch remains in effect until 7 pm this evening</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-15-2016</span> 7:00:16 AM</p></td><td class='textBody'>Storms in area are closing roads. Check back for details.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-14-2016</span> 7:15:41 AM</p></td><td class='textBody'>70% chance of rain today in Central Texas </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-14-2016</span> 6:27:48 AM</p></td><td class='textBody'>Storms in area are closing roads. Check back for details.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-02-2016</span> 7:51:43 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-26-2016</span> 6:26:18 PM</p></td><td class='textBody'>Chance for more rain through Friday. Check back for road closure details.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-26-2016</span> 4:26:41 PM</p></td><td class='textBody'>Rain in the Central Texas area. Be careful on slick roads. Check back for possible road closures.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-26-2016</span> 4:25:33 PM</p></td><td class='textBody'>Rain the </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-25-2016</span> 11:00:24 AM</p></td><td class='textBody'>40% chance of rain today in Central Texas </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-18-2016</span> 3:47:37 PM</p></td><td class='textBody'>Hot and dry in Central Texas today </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-28-2016</span> 6:55:48 PM</p></td><td class='textBody'>Be careful on wet roads in the area. </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-28-2016</span> 5:01:28 PM</p></td><td class='textBody'>Storms in area are closing roads. Check back for details.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-20-2016</span> 7:00:45 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-14-2016</span> 7:07:58 AM</p></td><td class='textBody'>Partly cloudy in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-13-2016</span> 6:55:54 AM</p></td><td class='textBody'>Slight chance of evening thunderstorms for Central Texas</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-07-2016</span> 7:15:13 AM</p></td><td class='textBody'>Sunny in Central Texas today! </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-04-2016</span> 7:15:39 PM</p></td><td class='textBody'>Due to heavy rainfall on Bull Creek -- and chances of additional rain -- we are keeping Spicewood &amp; Old Spicewood closed overnight.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-03-2016</span> 11:54:51 PM</p></td><td class='textBody'>Austin under an NWS Flash Flood Warning until 2:30 AM.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-01-2016</span> 7:19:52 AM</p></td><td class='textBody'>Flash Flood Watch through Friday morning (06/03/16) for Central Texas counties</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-28-2016</span> 11:25:50 AM</p></td><td class='textBody'>Flooding continuing along the Plum Creek Watershed in Caldwell County</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-27-2016</span> 3:52:00 AM</p></td><td class='textBody'>Still some closed roadways. Be careful on wet roads. </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-26-2016</span> 10:23:11 PM</p></td><td class='textBody'>Flash Flood Warning issued for Travis until 1 am; City barricade crews currently monitoring crossings</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-26-2016</span> 6:54:04 AM</p></td><td class='textBody'>All day thunderstorms for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-19-2016</span> 6:48:10 AM</p></td><td class='textBody'>Heavy rainfall in Central Texas this morning. Turn Around, Don&#039;t Drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-14-2016</span> 6:36:29 PM</p></td><td class='textBody'>Flash Flood Warning for Travis County has expired.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-14-2016</span> 4:14:05 PM</p></td><td class='textBody'>Barricade Crews are out for the City of Austin. Stay away from JOE TANNER LN AT ALL COSTS. Turn around, don&#039;t drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-14-2016</span> 2:15:56 PM</p></td><td class='textBody'>A Flash Flood Warning has been issued for Travis and Williamson County. Watch for water over the road!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-12-2016</span> 7:11:24 AM</p></td><td class='textBody'>Slight chance of evening rain for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-09-2016</span> 7:37:06 AM</p></td><td class='textBody'>Mostly cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-06-2016</span> 7:35:22 AM</p></td><td class='textBody'>Slight chance of thunderstorms on Sunday.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-05-2016</span> 7:02:45 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-03-2016</span> 7:17:21 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-30-2016</span> 11:10:12 AM</p></td><td class='textBody'>Sunny Saturday. Possible rain Sunday night.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-30-2016</span> 5:51:44 AM</p></td><td class='textBody'>Wet roads in Austin this morning. Be careful.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-30-2016</span> 4:41:51 AM</p></td><td class='textBody'>Thunderstorms in Austin this morning. Watch out for water on road!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-29-2016</span> 2:07:33 PM</p></td><td class='textBody'>Weekend thunderstorms likely for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-28-2016</span> 8:49:24 AM</p></td><td class='textBody'>Evening thunderstorms likely for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-27-2016</span> 9:02:29 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-26-2016</span> 7:05:44 AM</p></td><td class='textBody'>Scattered evening thunderstorms throughout Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-25-2016</span> 8:27:10 AM</p></td><td class='textBody'>Cloudy in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-20-2016</span> 7:05:28 AM</p></td><td class='textBody'>All day thunderstorms likely for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-19-2016</span> 8:08:32 AM</p></td><td class='textBody'>40% chance of rain today in Central Texas </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-19-2016</span> 8:06:22 AM</p></td><td class='textBody'>Spicewood Springs Rd, LWC 1 at White Cliff is closed.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-19-2016</span> 6:45:00 AM</p></td><td class='textBody'>Spicewood Springs Rd, LWCs 1-7 and Old Spicewood Springs Rd, LWCs 11-13 are now open; Use caution on roads this morning</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-18-2016</span> 9:52:25 AM</p></td><td class='textBody'>Joe Tanner low water crossing has just opened.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-18-2016</span> 7:58:54 AM</p></td><td class='textBody'>Lehman</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-17-2016</span> 6:58:18 PM</p></td><td class='textBody'>Hwy 29 from 95 to SH 130 is now closed</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-17-2016</span> 4:36:28 PM</p></td><td class='textBody'>LCRA has begun floodgate operations at Tom Miller Dam.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-17-2016</span> 3:12:08 PM</p></td><td class='textBody'>Dangerous flooding conditions all over Central Texas. Stay off the roads if you can!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-14-2016</span> 10:58:31 AM</p></td><td class='textBody'>Heads-up, Central Texas: heavy weekend rain, starting as early as late Saturday afternoon, has the potential to cause flash flooding.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-13-2016</span> 2:58:19 AM</p></td><td class='textBody'>All City of Austin low water crossings are now open, but there are some still closed in surrounding areas. Please use caution.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-12-2016</span> 11:18:56 PM</p></td><td class='textBody'>City crews are checking low water crossings and creek conditions. Turn Around, Don&#039;t Drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-12-2016</span> 6:24:40 AM</p></td><td class='textBody'>Evening thunderstorms likely for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-11-2016</span> 10:47:50 AM</p></td><td class='textBody'>Thunderstorms possible for Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-08-2016</span> 11:20:53 AM</p></td><td class='textBody'>Chance of rain on Saturday evening.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-05-2016</span> 6:28:45 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-04-2016</span> 7:53:31 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-31-2016</span> 8:23:03 AM</p></td><td class='textBody'>Slight chance of thunderstorms for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-30-2016</span> 7:30:40 AM</p></td><td class='textBody'>All day thunderstorms for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-29-2016</span> 7:30:36 AM</p></td><td class='textBody'>Chance of evening thunderstorms for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-28-2016</span> 8:02:13 AM</p></td><td class='textBody'>Sunny in Central Texas </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-24-2016</span> 9:21:40 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-22-2016</span> 7:44:18 AM</p></td><td class='textBody'>Partly cloudy in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-21-2016</span> 7:20:20 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-17-2016</span> 7:49:00 AM</p></td><td class='textBody'>Thunderstorms possible for Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-14-2016</span> 7:21:58 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-11-2016</span> 7:31:51 AM</p></td><td class='textBody'>All day thunderstorms likely for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-10-2016</span> 6:17:59 AM</p></td><td class='textBody'>All day thunderstorms for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-09-2016</span> 3:51:27 PM</p></td><td class='textBody'>Spicewood Springs Road LWC 1-7 still have about 2 inches of water over them; passable for now, but use caution</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-09-2016</span> 1:25:35 PM</p></td><td class='textBody'>FELDER</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-09-2016</span> 6:46:38 AM</p></td><td class='textBody'>Spicewood Springs #1-7 low water crossings now open.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-09-2016</span> 6:29:14 AM</p></td><td class='textBody'>City crews opening 12784 &amp; 12275 Cameron Rd low water crossings &amp; *OLD* Spicewood Springs Rd. #11-13</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-09-2016</span> 4:42:00 AM</p></td><td class='textBody'>City crews closing flooded 12784  &amp; 12275 Cameron Rd low water crossings. </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-09-2016</span> 2:36:38 AM</p></td><td class='textBody'>City crews closing flooded O&#039;Neal, Adelphi, and Waters Park low water crossings.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-09-2016</span> 2:14:41 AM</p></td><td class='textBody'>Shoal creek is still within its banks.  There is some standing water at 10th/Lamar.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-09-2016</span> 2:01:37 AM</p></td><td class='textBody'>City of Austin crews closing flooded 3523 McNeil Drive</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-09-2016</span> 1:39:02 AM</p></td><td class='textBody'>Austin crews have closed Spicewood Springs #1-#7 and Old Bee Caves Rd low water crossings.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-09-2016</span> 1:19:09 AM</p></td><td class='textBody'>Austin under NWS Urban and Small Stream Flood Advisory until 5 AM.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-08-2016</span> 6:51:30 AM</p></td><td class='textBody'>Thunderstorms likely for Central Texas today.  Check back for updates.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-07-2016</span> 8:34:03 AM</p></td><td class='textBody'>Chance of severe storms over northern Hill Country later on this evening</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-01-2016</span> 10:51:55 AM</p></td><td class='textBody'>Warm in Central Texas today</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>02-29-2016</span> 10:49:32 AM</p></td><td class='textBody'>Warm in Central Texas today </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>02-25-2016</span> 8:15:43 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>02-23-2016</span> 7:38:52 AM</p></td><td class='textBody'>Cooler and windy in Central Texas today</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>02-23-2016</span> 4:52:58 AM</p></td><td class='textBody'>Severe thunderstorm watch for Travis, Blanco, Burnet, and Hays has been cancelled; a little more rain early this morning</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>02-22-2016</span> 7:38:12 AM</p></td><td class='textBody'>Rain expected after midnight in ATX today</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>02-18-2016</span> 8:22:48 AM</p></td><td class='textBody'>Partly cloudy in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>02-17-2016</span> 7:20:55 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>02-16-2016</span> 7:55:47 AM</p></td><td class='textBody'>Sunny and warm in Central Texas</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>02-09-2016</span> 7:24:04 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>02-03-2016</span> 7:01:44 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-28-2016</span> 6:31:25 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-26-2016</span> 7:22:21 AM</p></td><td class='textBody'>Evening rain possible for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-25-2016</span> 7:29:20 AM</p></td><td class='textBody'>Partly cloudy in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-19-2016</span> 7:48:12 AM</p></td><td class='textBody'>Mostly cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-15-2016</span> 8:55:50 AM</p></td><td class='textBody'>Sunny in Central Texas on Friday.  Slight chance of rain on Saturday.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-12-2016</span> 8:26:31 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-11-2016</span> 7:22:01 AM</p></td><td class='textBody'>Partly cloudy in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-07-2016</span> 7:39:36 AM</p></td><td class='textBody'>Dense fog advisory this morning followed by sunny afternoon</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-06-2016</span> 7:47:30 AM</p></td><td class='textBody'>Showers likely today in Central Texas</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-05-2016</span> 0:06:55 PM</p></td><td class='textBody'>Highs in the 50s today; chance of showers tonight into tomorrow </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-04-2016</span> 8:05:25 AM</p></td><td class='textBody'>Sunny with highs in the 50s in Central Texas today</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>12-28-2015</span> 3:15:28 PM</p></td><td class='textBody'>Partly cloudy in Central Texas</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>12-27-2015</span> 6:01:41 AM</p></td><td class='textBody'>Light rain in Central Texas today. Be careful on slick roads.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>12-17-2015</span> 6:57:35 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>12-15-2015</span> 7:59:52 AM</p></td><td class='textBody'>Slight chance of evening rain for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>12-14-2015</span> 7:15:10 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>12-13-2015</span> 6:30:50 AM</p></td><td class='textBody'>Cooler in Central Texas today</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>12-13-2015</span> 3:27:43 AM</p></td><td class='textBody'>Flood Advisory until 6:30 am for Travis County</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>12-13-2015</span> 2:35:57 AM</p></td><td class='textBody'>Cold front has arrived with heavy rain</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>12-12-2015</span> 9:39:18 AM</p></td><td class='textBody'>Slight risk of severe storms tonight in Central Texas </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>12-09-2015</span> 8:03:35 AM</p></td><td class='textBody'>Warm in Central Texas today</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>12-08-2015</span> 8:00:08 AM</p></td><td class='textBody'>Sunny and a little warmer in Central Texas today</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>12-07-2015</span> 7:23:11 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>12-02-2015</span> 8:05:05 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>12-01-2015</span> 7:26:27 AM</p></td><td class='textBody'>Mostly cloudy in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-30-2015</span> 7:19:29 AM</p></td><td class='textBody'>Cloudy in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-28-2015</span> 7:59:02 AM</p></td><td class='textBody'>Cold rain in Central Texas today</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-27-2015</span> 7:17:50 AM</p></td><td class='textBody'>80% chance of heavy rain in Central Texas today</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-25-2015</span> 9:46:11 AM</p></td><td class='textBody'>40% Chance of rain today in Central Texas</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-24-2015</span> 8:05:01 AM</p></td><td class='textBody'>Cloudy but warmer in Central Texas today</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-23-2015</span> 7:51:54 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-20-2015</span> 9:00:13 AM</p></td><td class='textBody'>Partly cloudy in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-18-2015</span> 9:30:46 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-16-2015</span> 8:44:32 AM</p></td><td class='textBody'>Thunderstorms likely for Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-13-2015</span> 7:58:12 AM</p></td><td class='textBody'>Weekend rain possible for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-12-2015</span> 10:12:21 AM</p></td><td class='textBody'>Mostly cloudy in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-12-2015</span> 7:15:55 AM</p></td><td class='textBody'>Mostly cloudy in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-10-2015</span> 7:26:40 AM</p></td><td class='textBody'>Cloudy in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-09-2015</span> 8:21:22 AM</p></td><td class='textBody'>Sunny in ATX today! </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-06-2015</span> 5:45:45 AM</p></td><td class='textBody'>NWS Flash Flood Watch for Travis and surrounding counties has been canceled.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-04-2015</span> 2:37:18 PM</p></td><td class='textBody'>More rain forecast for early Thursday morning. Check back for updates.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-03-2015</span> 0:33:38 PM</p></td><td class='textBody'>Sunny day in ATX!  Enjoy it while you can!  </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-01-2015</span> 11:05:19 AM</p></td><td class='textBody'>Spicewood Springs Road,Old Spicewood Springs, and Cameron Rd are the only low water crossings CLOSED in the City of Austin</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-31-2015</span> 0:12:08 PM</p></td><td class='textBody'>Old Spicewood Springs, River Hills Rd, Cameron Rd and Wasson Rd only low water crossings CLOSED in the City of Austin</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-31-2015</span> 4:22:47 AM</p></td><td class='textBody'>Flash Flood watch until 9 AM</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-30-2015</span> 1:03:54 PM</p></td><td class='textBody'>Sunset Valley low water crossings are now open</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-30-2015</span> 0:25:59 PM</p></td><td class='textBody'>LOW WATER CROSSINGS  ARE BEING CLOSED IN MARBLE FALLS AT THIS TIME. CHECK www.atxfloods.com for map updates</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-30-2015</span> 11:04:54 AM</p></td><td class='textBody'>Road closure 238 Valley Viey</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-30-2015</span> 11:02:26 AM</p></td><td class='textBody'>Road closure Farmers Road 2720</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-30-2015</span> 11:00:29 AM</p></td><td class='textBody'>Road closure Brushy Branch and Rocky Road</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-30-2015</span> 9:42:29 AM</p></td><td class='textBody'>Low water crossing at Lone Oak, Pillow and Sunset Trail in Sunset Valley are closed</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-30-2015</span> 7:42:41 AM</p></td><td class='textBody'>Multiple flooded roads all over Central Texas. Turn Around, Don&#039;t Drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-30-2015</span> 7:31:15 AM</p></td><td class='textBody'>City of Austin crews have closed Old Bee Caves low water crossing.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-30-2015</span> 6:33:56 AM</p></td><td class='textBody'>Flashing lights are ON for caution at Joe Tanner; North River Hills; Brodie Lane; and Wasson Road </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-30-2015</span> 5:33:28 AM</p></td><td class='textBody'>Very heavy rainfall moving  expected in western Travis County; use extra caution on all roadways</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-29-2015</span> 9:24:57 AM</p></td><td class='textBody'>Partly cloudy in Austin today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-27-2015</span> 7:17:37 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-25-2015</span> 0:59:07 PM</p></td><td class='textBody'>City of Austin crews opening Spicewood Springs Rd #1 - #7. Please use caution; still some water on the road.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-25-2015</span> 7:22:55 AM</p></td><td class='textBody'>City of Austin crews have opened Old Spicewood Springs #11 - #13 low water crossings.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-24-2015</span> 0:51:16 PM</p></td><td class='textBody'>Light rain continues in Central Texas. Some roads still closed. Be aware of debris on roads.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-24-2015</span> 11:09:56 AM</p></td><td class='textBody'>River Hills Rd and Joe Tanner Ln low water crossings in the City of Austin are now open</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-24-2015</span> 10:35:15 AM</p></td><td class='textBody'>City of Austin crews have re-opened McNeil Dr, Old Bee Caves Rd and Lakewood Dr</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-24-2015</span> 7:35:25 AM</p></td><td class='textBody'>City of Austin crews have closed 12784 &amp; 12275 Cameron Rd low water crossings.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-24-2015</span> 5:56:43 AM</p></td><td class='textBody'>Please remember to &quot;Turn Around Don&#039;t Drown&quot; when you come to flooded roadways. Stay Safe!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-24-2015</span> 5:41:14 AM</p></td><td class='textBody'>City of Austin crews closing Spicewood Springs #1 - #7 flooded low water crossings.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-24-2015</span> 4:31:52 AM</p></td><td class='textBody'>LOW WATER CROSSINGS BEING CLOSED IN MARBLE FALLS AT THIS TIME</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-24-2015</span> 4:29:40 AM</p></td><td class='textBody'>Austin under Nat&#039;l Weather Service Flash Flood Warning until 8:15 AM!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-24-2015</span> 4:10:57 AM</p></td><td class='textBody'>City of Austin barricade crews have closed flooded Joe Tanner and Old Bee Caves low water crossings.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-23-2015</span> 7:40:15 AM</p></td><td class='textBody'>Heavy rains may bring dangerous flash flooding to Central Texas this weekend. Check back for updates.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-22-2015</span> 7:27:58 AM</p></td><td class='textBody'>All day thunderstorms likely for Central Texas; potential for flash flooding this weekend.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-21-2015</span> 0:31:08 PM</p></td><td class='textBody'>Thunderstorms likely today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-20-2015</span> 7:40:51 AM</p></td><td class='textBody'>Slight chance of evening thunderstorms for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-19-2015</span> 7:56:55 AM</p></td><td class='textBody'>No rain expected in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-16-2015</span> 9:29:36 AM</p></td><td class='textBody'>No rain expected in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-15-2015</span> 8:08:59 AM</p></td><td class='textBody'>No rain expected today in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-13-2015</span> 7:23:04 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-12-2015</span> 7:19:15 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-08-2015</span> 7:28:30 AM</p></td><td class='textBody'>Mostly cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-07-2015</span> 7:33:19 AM</p></td><td class='textBody'>Partly cloudy in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-06-2015</span> 6:57:31 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-05-2015</span> 8:48:27 AM</p></td><td class='textBody'>Partly cloudy in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-01-2015</span> 7:09:50 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-30-2015</span> 7:09:06 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-28-2015</span> 0:45:18 PM</p></td><td class='textBody'>Slight chance of evening thunderstorms for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-25-2015</span> 7:47:08 AM</p></td><td class='textBody'>Thunderstorms possible for Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-24-2015</span> 2:30:03 PM</p></td><td class='textBody'>Sunny skies in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-21-2015</span> 7:44:20 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-17-2015</span> 7:31:51 AM</p></td><td class='textBody'>Partly cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-16-2015</span> 8:10:18 AM</p></td><td class='textBody'>Scattered storms throughout Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-15-2015</span> 7:04:16 AM</p></td><td class='textBody'>Possibility of evening thunderstorms for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-14-2015</span> 7:36:44 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-11-2015</span> 8:09:59 AM</p></td><td class='textBody'>All day thunderstorms possible for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-10-2015</span> 7:59:29 AM</p></td><td class='textBody'>All day thunderstorms likely for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-09-2015</span> 7:25:31 AM</p></td><td class='textBody'>Chance of all day thunderstorms for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-08-2015</span> 7:39:56 AM</p></td><td class='textBody'>Mostly sunny in Central Texas today</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-03-2015</span> 4:29:18 AM</p></td><td class='textBody'>Chance of all day rain for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-02-2015</span> 6:51:26 AM</p></td><td class='textBody'>Slight chance of evening thunderstorms for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-01-2015</span> 7:22:14 AM</p></td><td class='textBody'>20% chance of afternoon showers</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-31-2015</span> 8:32:51 AM</p></td><td class='textBody'>Slight chance of evening thunderstorms for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-27-2015</span> 7:36:25 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-25-2015</span> 7:41:04 AM</p></td><td class='textBody'>Chance of evening thunderstorms for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-23-2015</span> 6:30:35 PM</p></td><td class='textBody'>Sunny skies in the forecast for Monday.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-21-2015</span> 8:27:38 AM</p></td><td class='textBody'>Evening thunderstorms possible for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-20-2015</span> 7:33:18 AM</p></td><td class='textBody'>Slight chance of thunderstorms today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-19-2015</span> 7:20:56 AM</p></td><td class='textBody'>Evening storms likely for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-17-2015</span> 7:21:07 AM</p></td><td class='textBody'>Sunny in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-13-2015</span> 7:46:24 AM</p></td><td class='textBody'>Hot in Central Texas today </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-12-2015</span> 7:32:28 AM</p></td><td class='textBody'>Hot in Central Texas today with a chance of evening showers</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-11-2015</span> 8:31:22 AM</p></td><td class='textBody'>Sunny and hot in Central Texas today with a 10% chance of evening showers! </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-10-2015</span> 8:50:49 AM</p></td><td class='textBody'>Sunny and hot in Central Texas today! </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-08-2015</span> 9:58:47 AM</p></td><td class='textBody'>Sunny and hot in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-07-2015</span> 8:57:05 PM</p></td><td class='textBody'>Road Closed for Major Accident IH 35 sb @ Kyle Pkwy</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-07-2015</span> 8:35:56 PM</p></td><td class='textBody'>Major Accident</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-07-2015</span> 8:10:39 AM</p></td><td class='textBody'>Another hot and sunny weekend for Central Texas. No rain in sight.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-06-2015</span> 7:43:02 AM</p></td><td class='textBody'>Hot in Central Texas today with elevated heat index values </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-05-2015</span> 1:08:25 PM</p></td><td class='textBody'>Sunny and hot in Central Texas today! </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-04-2015</span> 7:17:23 AM</p></td><td class='textBody'>Partly cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-03-2015</span> 7:25:29 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-31-2015</span> 8:07:20 AM</p></td><td class='textBody'>Chance of evening thunderstorms for Central Texas on Friday; Sunny Saturday and Sunny.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-28-2015</span> 7:33:55 AM</p></td><td class='textBody'>Partly cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-27-2015</span> 7:36:38 AM</p></td><td class='textBody'>Sunny in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-24-2015</span> 10:57:48 AM</p></td><td class='textBody'>A sunny and hot weekend for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-22-2015</span> 7:17:09 AM</p></td><td class='textBody'>Partly cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-20-2015</span> 7:59:16 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-16-2015</span> 6:23:22 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-15-2015</span> 6:42:28 AM</p></td><td class='textBody'>Partly cloudy in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-14-2015</span> 6:59:29 AM</p></td><td class='textBody'>Sunny in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-13-2015</span> 7:06:19 AM</p></td><td class='textBody'>Sunny in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-09-2015</span> 7:53:03 AM</p></td><td class='textBody'>Sunny and warm in ATX today</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-08-2015</span> 9:09:36 AM</p></td><td class='textBody'>Partly sunny in ATX today</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-07-2015</span> 7:17:02 AM</p></td><td class='textBody'>Slight chance of evening thunderstorms for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-06-2015</span> 8:10:13 AM</p></td><td class='textBody'>Partly cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-02-2015</span> 7:13:21 AM</p></td><td class='textBody'>Partly cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-30-2015</span> 7:25:43 AM</p></td><td class='textBody'>Evening thunderstorms possible for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-29-2015</span> 8:42:15 AM</p></td><td class='textBody'>Chance of evening thunderstorms for Central Texas</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-27-2015</span> 7:10:22 PM</p></td><td class='textBody'>Spicewood Springs and Old Spicewood Springs low water crossings now open.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-27-2015</span> 3:47:52 PM</p></td><td class='textBody'>Water reported over the road at O&#039;Neal-Adelphi-Waters Park &amp; McNeil Dr low crossings in North Austin. Turn Around, Don&#039;t Drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-24-2015</span> 8:09:16 AM</p></td><td class='textBody'>Partly cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-23-2015</span> 8:22:06 AM</p></td><td class='textBody'>Slight chance of evening thunderstorms for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-22-2015</span> 8:24:55 AM</p></td><td class='textBody'>Spicewood Springs Xings open now.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-21-2015</span> 0:14:28 PM</p></td><td class='textBody'>Avoid flooded Spicewood Springs and Old Spicewood Springs! Turn Around, Don&#039;t Drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-19-2015</span> 8:54:00 AM</p></td><td class='textBody'>Weekend storms in forecast for Central Texas. Be safe on the roads.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-18-2015</span> 8:38:58 PM</p></td><td class='textBody'>Spicewood Springs Rd low water crossings #1-7 now open.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-17-2015</span> 3:04:27 PM</p></td><td class='textBody'>If you see water over the road: TURN AROUND, DON&#039;T DROWN!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-17-2015</span> 5:59:33 AM</p></td><td class='textBody'>Spicewood Springs and Old Spicewood Springs low water crossings remain closed in City of Austin.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-17-2015</span> 5:19:06 AM</p></td><td class='textBody'>City of Austin crews have re-opened O&#039;Neal, Adelphi, and Waters Park low water crossings.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-16-2015</span> 0:51:13 PM</p></td><td class='textBody'>Tropical Storm Bill is tracking towards Central Texas. Be cautious on the roads and at home.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-15-2015</span> 10:39:23 AM</p></td><td class='textBody'>Austin under NWS Flash Flood Watch until 7 am Thursday. </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-14-2015</span> 5:40:14 PM</p></td><td class='textBody'>Spicewood Springs and Old Spicewood Springs Xings have been closed #atxfloods</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-14-2015</span> 8:31:32 AM</p></td><td class='textBody'>Austin under NWS Flash Flood Warning until 10 AM</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-12-2015</span> 8:07:13 AM</p></td><td class='textBody'>Weekend thunderstorms likely for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-11-2015</span> 6:50:03 AM</p></td><td class='textBody'>Partly cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-10-2015</span> 7:42:28 AM</p></td><td class='textBody'>Another sunny day in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-09-2015</span> 7:54:44 AM</p></td><td class='textBody'>Another sunny day in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-08-2015</span> 6:52:00 AM</p></td><td class='textBody'>Sunny in Central Texas</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-05-2015</span> 8:18:22 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-03-2015</span> 10:06:50 PM</p></td><td class='textBody'>Sunny in Central Texas, with updated system.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-01-2015</span> 11:49:26 PM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-30-2015</span> 3:22:08 PM</p></td><td class='textBody'>All low water crossings in the City of Austin are now open.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-30-2015</span> 2:10:54 PM</p></td><td class='textBody'>City crews have reopened Wasson Low Water Xing in S Austin</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-30-2015</span> 0:19:29 PM</p></td><td class='textBody'>Joe Tanner, Old Bee Caves, and Wasson Road in S Austin closed.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-30-2015</span> 9:27:44 AM</p></td><td class='textBody'>fischer store rd wimberley</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-29-2015</span> 5:48:36 AM</p></td><td class='textBody'>All roads in the City of Austin are now open. Sunny in Central Texas today. Possible rain showers on Saturday.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-29-2015</span> 3:37:27 AM</p></td><td class='textBody'>City crews have reopened Old Spicewood Springs low water Xings, checking Spicewood next.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-28-2015</span> 10:08:58 PM</p></td><td class='textBody'>Some roads still closed for morning commute. Watch for debris on roads.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-28-2015</span> 4:07:54 PM</p></td><td class='textBody'>Severe thunderstorms moving into Central Texas around midnight. Be alert on the roads and Turn Around Don&#039;t Drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-27-2015</span> 9:29:54 AM</p></td><td class='textBody'>Wet soils mean flash floods. If you see water over the road, Save Yourself! Turn around, don&#039;t drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-27-2015</span> 0:13:04 AM</p></td><td class='textBody'>Thunderstorms possible for Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-25-2015</span> 11:01:16 PM</p></td><td class='textBody'>Dangerous flooded roads still exist this morning all over the Central Texas region! Turn Around, Don&#039;t Drown! </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-25-2015</span> 3:35:51 PM</p></td><td class='textBody'>Dangerous flooded roads all over the Central Texas region! Turn Around, Don&#039;t Drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-25-2015</span> 10:20:29 AM</p></td><td class='textBody'>MANY LOW WATER CROSSINGS IN MARBLE FALLS AND THE SURROUNDING AREAS ARE CLOSED DUE TO DANGEROUS FLOODING</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-25-2015</span> 10:20:19 AM</p></td><td class='textBody'>MANY LOW WATER CROSSINGS IN MARBLE FALLS AND THE SURROUNDING AREAS ARE CLOSED DUE TO DANGEROUS FLOODING</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-25-2015</span> 10:07:29 AM</p></td><td class='textBody'>Dangerous flooding all over the City of Austin. Please stay home if you can.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-25-2015</span> 9:55:06 AM</p></td><td class='textBody'>Downtown flooding: Crews are closing flooded Caesar Chavez near Sandra Muraida Way. Please avoid this area!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-25-2015</span> 9:21:27 AM</p></td><td class='textBody'>Austin under NWS Flash Flood Emergency Warning! Dangerous flooding all over the city!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-25-2015</span> 7:38:34 AM</p></td><td class='textBody'>Central Texas under NWS Flash Flood Warning until 4:45 PM.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-23-2015</span> 11:01:40 PM</p></td><td class='textBody'>Dangerous flooded roads all over central Texas! If you see water over the road: Turn Around, Don&#039;t Drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-23-2015</span> 9:14:04 PM</p></td><td class='textBody'>From City of San Marcos: &quot;I-35 at Blanco River is being closed by TxDOT right now due to high water&quot;</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-23-2015</span> 5:07:52 PM</p></td><td class='textBody'>City of Austin crews have closed 12784 &amp; 12275 Cameron Rd low water crossings.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-23-2015</span> 3:51:13 PM</p></td><td class='textBody'>Old Spicewood Springs Rd low water crossings #11 - #13 are now closed.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-23-2015</span> 3:39:36 PM</p></td><td class='textBody'>City crews have closed Spicewood Springs Rd low water crossings #1 - #7 from Loop 360 to Old Lampasas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-23-2015</span> 3:18:29 PM</p></td><td class='textBody'>Old Bee Caves Rd low water crossings is closed.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-23-2015</span> 1:29:10 PM</p></td><td class='textBody'>Austin under NWS Flash Flood Warning until 11:15 PM. Crews continue to monitor creek conditions.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-23-2015</span> 1:11:09 PM</p></td><td class='textBody'>Travis and Hays Counties under NWS Severe Thunderstorm Warning until 8:45 PM.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-23-2015</span> 0:55:31 PM</p></td><td class='textBody'>LOW WATER CROSSINGS NOW BEING CLOSED IN MARBLE FALLS</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-23-2015</span> 11:55:42 AM</p></td><td class='textBody'>WOODCREEK</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-22-2015</span> 11:30:47 PM</p></td><td class='textBody'>Flash Flood Watch in effect until 7 pm on Sunday </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-22-2015</span> 0:54:11 AM</p></td><td class='textBody'>Heavy rains forecast for Memorial Day Weekend. If you see water over the road: Turn Around, Don&#039;t Drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-20-2015</span> 10:36:06 PM</p></td><td class='textBody'>Flash Flood Watch until 10 am </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-20-2015</span> 6:21:14 PM</p></td><td class='textBody'>Flash Flood Warning for Travis County until 4:15 am</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-20-2015</span> 0:41:01 AM</p></td><td class='textBody'>30% chance of thunderstorms today; 50% chance of severe thunderstorms tonight </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-19-2015</span> 10:34:36 PM</p></td><td class='textBody'>Evening thunderstorms possible for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-19-2015</span> 0:34:15 AM</p></td><td class='textBody'>30% chance of thunderstorms today</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-18-2015</span> 1:36:37 AM</p></td><td class='textBody'>Thunderstorms likely for Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-17-2015</span> 9:21:50 AM</p></td><td class='textBody'>All roads in Austin are open. Still closures in surrounding areas. Watch for flood hazards that still exist.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-17-2015</span> 6:06:32 AM</p></td><td class='textBody'>Rain has moved out of the area for now. Watch for water over roads and debris on roads.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-16-2015</span> 11:24:40 PM</p></td><td class='textBody'>Raining in Central Texas this morning. Be cautious on the roadways. </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-16-2015</span> 10:45:59 PM</p></td><td class='textBody'>National Weather Service Flash Flood Watch in effect for the Austin area until Sunday evening.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-15-2015</span> 4:14:54 AM</p></td><td class='textBody'>Wet road conditions today. Be cautious on the roadways.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-15-2015</span> 1:01:23 AM</p></td><td class='textBody'>Raining in Austin this morning. Be cautious on the roadways.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-13-2015</span> 1:02:03 PM</p></td><td class='textBody'>All City of Austin low water crossings are now open.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-13-2015</span> 11:19:08 AM</p></td><td class='textBody'>City of Austin crews opening Old Bee Caves Rd low water crossing.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-13-2015</span> 9:16:28 AM</p></td><td class='textBody'>City of Austin crews closing Spicewood Springs and Old Spicewood Springs low water crossings.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-13-2015</span> 7:00:07 AM</p></td><td class='textBody'>2100 upper Elgin river Ed</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-13-2015</span> 6:59:38 AM</p></td><td class='textBody'>2100 upper Elgin river Ed</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-13-2015</span> 6:01:43 AM</p></td><td class='textBody'>Multiple low water crossings around Central Texas. Turn Around, Don&#039;t Drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-13-2015</span> 5:54:15 AM</p></td><td class='textBody'>Joe Tanner and Old Bee Caves Rd low water crossings now closed. Turn Around, Don&#039;t Drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-13-2015</span> 5:25:39 AM</p></td><td class='textBody'>City of Austin crews closing flooded Joe Tanner low water crossing.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-13-2015</span> 0:12:30 AM</p></td><td class='textBody'>Flash Flood Watch remains in effect until 7 pm this evening</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-11-2015</span> 9:46:48 PM</p></td><td class='textBody'>Central Texas under NWS Flash Flood Watch until 7 PM on Wednesday. Turn Around, Don&#039;t Drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-11-2015</span> 9:09:17 AM</p></td><td class='textBody'>Flash Flood Watch in Effect for Travis County until 4:00 on May 12</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-11-2015</span> 4:16:07 AM</p></td><td class='textBody'>Flash Flood Warning for Bastrop County until 2:00 pm</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-11-2015</span> 1:20:55 AM</p></td><td class='textBody'>Flash Flood Warning for Bastrop County until 11:15 am</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-10-2015</span> 9:23:21 PM</p></td><td class='textBody'>Bastrop, Burnet, Caldwell, Hays, and Travis Counties under NWS Severe Thunderstorm Watch until 11:00 AM today!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-10-2015</span> 0:38:09 AM</p></td><td class='textBody'>Heavy rainfall expected to start today. Remember: Turn Around, Don&#039;t Drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-09-2015</span> 0:21:54 AM</p></td><td class='textBody'>40% chance of thunderstorms today; chance of severe thunderstorms this evening</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-08-2015</span> 1:27:32 AM</p></td><td class='textBody'>Thunderstorms likely for the weekend. Check back for updates.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-07-2015</span> 7:54:50 AM</p></td><td class='textBody'>All Bastrop County flooded roadways are now open......</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-07-2015</span> 0:05:39 AM</p></td><td class='textBody'>Thunderstorms likely for Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-06-2015</span> 5:03:04 AM</p></td><td class='textBody'>City crews re-opening Spicewood Springs and Old Spicewood Springs low water crossings.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-06-2015</span> 3:37:29 AM</p></td><td class='textBody'>CALRSON </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-06-2015</span> 2:40:18 AM</p></td><td class='textBody'>Victim at 18000 block of Littig Road has been safely rescued. Please remember &quot;Turn Around Don&#039;t Drown!&quot;</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-06-2015</span> 1:57:17 AM</p></td><td class='textBody'>Water Rescue in Progress at the 18000 Block of Littig Rd</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-06-2015</span> 1:37:01 AM</p></td><td class='textBody'>City of Austin crews report 2326 River Hills Rd low water crossing is open.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-05-2015</span> 11:35:39 PM</p></td><td class='textBody'>City of Austin crews report water over the road at both Spicewood Springs and Old Spicewood Springs. Avoid this dangerous area!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-05-2015</span> 11:23:32 PM</p></td><td class='textBody'>City of Austin crews have opened Old Bee Caves Rd low water crossing. Still many flooded roads in our area.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-05-2015</span> 3:51:24 PM</p></td><td class='textBody'>Multiple flooded roads throughout Central Texas region. Turn Around, Don&#039;t Drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-05-2015</span> 2:55:33 PM</p></td><td class='textBody'>Multiple flooded roads throughout the City of Austin. PLEASE: Turn Around, Don&#039;t Drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-05-2015</span> 2:15:15 PM</p></td><td class='textBody'>Crews headed to flooded Old Spicewood Springs Rd. Please avoid this area! Turn Around, Don&#039;t Drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-05-2015</span> 1:54:18 PM</p></td><td class='textBody'>Multiple reports of flooding on northbound ramp on 183 at MoPac -- Please use caution at this area!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-05-2015</span> 1:32:08 PM</p></td><td class='textBody'>Central Travis County under NWS Flash Flood Warning until 11:15 PM</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-05-2015</span> 0:04:50 AM</p></td><td class='textBody'>Evening thunderstorms likely for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-04-2015</span> 0:24:46 AM</p></td><td class='textBody'>Chance of scattered thunderstorms for Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-01-2015</span> 1:23:31 AM</p></td><td class='textBody'>A Sunny weekend for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-29-2015</span> 11:48:31 PM</p></td><td class='textBody'>Another sunny day in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-29-2015</span> 0:00:18 AM</p></td><td class='textBody'>Sunny in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-28-2015</span> 0:43:18 AM</p></td><td class='textBody'>Isolated afternoon rain possible for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-27-2015</span> 1:18:11 AM</p></td><td class='textBody'>More thunderstorms possible for Central Texas</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-24-2015</span> 10:41:07 PM</p></td><td class='textBody'>Scattered morning thunderstorms for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-23-2015</span> 11:07:03 PM</p></td><td class='textBody'>Heavy rainfall expected this morning. Remember: Save Yourself! Turn Around, Don&#039;t Drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-23-2015</span> 0:31:46 AM</p></td><td class='textBody'>Slight chance of evening thunderstorms for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-22-2015</span> 0:41:42 AM</p></td><td class='textBody'>Afternoon thunderstorms possible for Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-20-2015</span> 11:58:37 PM</p></td><td class='textBody'>Another mostly cloudy day in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-20-2015</span> 0:09:00 AM</p></td><td class='textBody'>Mostly cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-18-2015</span> 1:55:46 PM</p></td><td class='textBody'>Severe thunderstorm warning in effect until 9:45 Saturday for Travis and northern Hays County</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-18-2015</span> 0:09:22 AM</p></td><td class='textBody'>Chance for more rain Saturday. </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-17-2015</span> 5:22:14 AM</p></td><td class='textBody'>NWS severe thunderstorm watch in effect until 7 pm, possible rain into the evening.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-16-2015</span> 9:22:15 AM</p></td><td class='textBody'>NWS Severe Thunderstorm warning for parts of Hays, Caldwell, Guadalupe, and Comal counties until 5 pm.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-15-2015</span> 5:31:30 AM</p></td><td class='textBody'>Light to moderate rain expected Thursday through Saturday.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-10-2015</span> 0:16:48 AM</p></td><td class='textBody'>Weekend thunderstorms likely for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-09-2015</span> 1:24:08 AM</p></td><td class='textBody'>Thunderstorms possible in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-08-2015</span> 0:02:33 AM</p></td><td class='textBody'>Cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-07-2015</span> 0:31:55 AM</p></td><td class='textBody'>Mostly cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-05-2015</span> 11:56:47 PM</p></td><td class='textBody'>Slight chance of morning thunderstorms for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-03-2015</span> 4:11:05 AM</p></td><td class='textBody'>Weekend thunderstorms likely for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-02-2015</span> 0:48:39 AM</p></td><td class='textBody'>Partly cloudy in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>04-01-2015</span> 0:31:40 AM</p></td><td class='textBody'>All day thunderstorms possible in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-31-2015</span> 1:31:11 AM</p></td><td class='textBody'>Cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-30-2015</span> 0:57:18 AM</p></td><td class='textBody'>Mostly cloudy in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-27-2015</span> 2:02:11 AM</p></td><td class='textBody'>Sunny today!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-26-2015</span> 1:16:26 AM</p></td><td class='textBody'>Sunny and cooler today</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-25-2015</span> 1:33:44 AM</p></td><td class='textBody'>40% Chance of thunderstorms this evening </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-24-2015</span> 3:32:25 AM</p></td><td class='textBody'>Sunny and much warmer today in ATX</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-23-2015</span> 0:36:13 AM</p></td><td class='textBody'>Fog this morning; clear in the afternoon</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-21-2015</span> 10:47:49 AM</p></td><td class='textBody'>Flash Flood Watch has been cancelled; chance of showers through this evening </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-20-2015</span> 11:10:25 PM</p></td><td class='textBody'>NWS Flash Flood Watch until 7 pm on 03/21/15</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-20-2015</span> 0:18:11 PM</p></td><td class='textBody'>City of Austin crews will be checking low water crossings and flooding hot spots through the night.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-20-2015</span> 0:46:49 AM</p></td><td class='textBody'>Flash Flood Watch from 1 pm today until 7 pm on Saturday</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-19-2015</span> 1:03:52 AM</p></td><td class='textBody'>Slight chance of evening rain for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-17-2015</span> 11:56:35 PM</p></td><td class='textBody'>Showers during the day; clearing later on this afternoon. </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-17-2015</span> 1:15:51 AM</p></td><td class='textBody'>Cloudy morning; rain increasing during the overnight hours. </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-16-2015</span> 0:52:46 AM</p></td><td class='textBody'>Cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-13-2015</span> 0:18:38 AM</p></td><td class='textBody'>Mostly cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-12-2015</span> 0:53:38 AM</p></td><td class='textBody'>Chance of morning rain for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-11-2015</span> 1:51:57 AM</p></td><td class='textBody'>Another cloudy day in Central Texas. No rain expected.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-10-2015</span> 1:21:05 AM</p></td><td class='textBody'>Cloudy today. No rain expected.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-09-2015</span> 1:48:21 PM</p></td><td class='textBody'>All City of Austin low water crossings now open. Some roads still closed in surrounding jurisdictions. Be cautious.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-09-2015</span> 10:19:28 AM</p></td><td class='textBody'>Some roads still closed. Check back for updates. Turn around don&#039;t drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-09-2015</span> 6:47:05 AM</p></td><td class='textBody'>Turn Around Dont Drown</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-09-2015</span> 5:16:37 AM</p></td><td class='textBody'>City of Austin crews closing Joe Tanner low water crossing.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-09-2015</span> 5:01:44 AM</p></td><td class='textBody'>City of Austin crews closing 6765 Old Bee Caves Rd low water crossing.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-09-2015</span> 4:09:41 AM</p></td><td class='textBody'>City crews have closed 12784 &amp; 12275 Cameron Rd low water crossings.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-09-2015</span> 3:09:58 AM</p></td><td class='textBody'>City crews closing Old Spicewood Springs Rd low water crossings #11-13</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-09-2015</span> 1:46:28 AM</p></td><td class='textBody'>City crews closing Spicewood Springs Rd from Loop 360 to Old Lampasas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-08-2015</span> 10:31:21 PM</p></td><td class='textBody'>City of Austin crews monitoring low water crossings. No closures in Austin yet.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-08-2015</span> 4:50:42 AM</p></td><td class='textBody'>Nat&#039;l Weather Service has issued a Flash Flood Watch from 7pm tonight to 7pm tomorrow night.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-06-2015</span> 0:20:39 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-04-2015</span> 1:00:04 AM</p></td><td class='textBody'>All day thunderstorms likely in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>03-02-2015</span> 0:45:24 AM</p></td><td class='textBody'>Rain likely in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>02-27-2015</span> 6:43:00 AM</p></td><td class='textBody'>Wintry weather, with chance of sleet or snow Friday and Saturday. Light rain possible Saturday.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>02-25-2015</span> 0:06:50 AM</p></td><td class='textBody'>Morning rain likely in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>02-22-2015</span> 10:59:49 PM</p></td><td class='textBody'>All day rain likely in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>02-20-2015</span> 3:12:40 AM</p></td><td class='textBody'>Cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>02-19-2015</span> 0:28:11 AM</p></td><td class='textBody'>Partly cloudy in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>02-16-2015</span> 11:53:14 PM</p></td><td class='textBody'>Partly cloudy in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>02-12-2015</span> 11:55:13 PM</p></td><td class='textBody'>Another partly cloudy day in Central Texas area.  Rain possible on Sunday.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>02-12-2015</span> 0:46:21 AM</p></td><td class='textBody'>Partly cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>02-11-2015</span> 2:34:25 AM</p></td><td class='textBody'>Sunny and warm in Austin today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>02-09-2015</span> 0:50:07 AM</p></td><td class='textBody'>Sunny in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>02-05-2015</span> 11:15:05 PM</p></td><td class='textBody'>Partly cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>02-01-2015</span> 11:02:47 PM</p></td><td class='textBody'>Partly cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-31-2015</span> 4:23:56 AM</p></td><td class='textBody'>Showers through Sunday in Austin.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-29-2015</span> 11:45:33 PM</p></td><td class='textBody'>Slight chance of rain today and tonight in Austin.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-28-2015</span> 11:40:17 PM</p></td><td class='textBody'>Cold front coming to Austin this afternoon.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-27-2015</span> 11:27:38 PM</p></td><td class='textBody'>Another Sunny day in Central Texas</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-26-2015</span> 11:30:25 PM</p></td><td class='textBody'>Partly cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-25-2015</span> 11:38:34 PM</p></td><td class='textBody'>Sunny and warmer in Austin today. </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-22-2015</span> 0:03:45 PM</p></td><td class='textBody'>All City of Austin low water crossings now open. Lots of roads still closed in surrounding jurisdictions.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-22-2015</span> 11:04:04 AM</p></td><td class='textBody'>City crews report only 1-2&quot; of water over the road on Old Spicewood Springs.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-22-2015</span> 10:32:34 AM</p></td><td class='textBody'>APD reports water over the road on Spicewood Springs Rd.  Please avoid this area!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-22-2015</span> 10:16:00 AM</p></td><td class='textBody'>City crews opening Old Bee Caves low water crossing.  2-3&quot; of water over the road, so use caution.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-22-2015</span> 6:35:27 AM</p></td><td class='textBody'>Spicewood Springs Road LWC 1-7 are now open; 2000 Barton Springs Road is now open</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-22-2015</span> 2:37:53 AM</p></td><td class='textBody'>Spicewood Springs Road LWX Nos 1 - 7 are closed; high water nr 2000 Barton Springs Road</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-22-2015</span> 2:02:13 AM</p></td><td class='textBody'>Colton-Bluff Springs at Alum Rock is now closed</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-22-2015</span> 1:19:07 AM</p></td><td class='textBody'>NWS Flood Advisory in effect until 11 AM</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-22-2015</span> 0:59:05 AM</p></td><td class='textBody'>7819 Posten Road is now closed</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-22-2015</span> 0:39:17 AM</p></td><td class='textBody'>Water over road on Cameron Road just south of Yeager Lane is closed</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-22-2015</span> 0:07:47 AM</p></td><td class='textBody'>5003 Wasson Road is now closed</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-22-2015</span> 0:06:35 AM</p></td><td class='textBody'>5003 Wasson Road</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-21-2015</span> 11:54:58 PM</p></td><td class='textBody'>6334 Joe Tanner Road is now closed</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-21-2015</span> 11:41:03 PM</p></td><td class='textBody'>6765 Old Bee Caves Road is closed</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-21-2015</span> 11:05:34 PM</p></td><td class='textBody'> Areal Flood Advisory from 7:00 am to 9:00 for Williamson, Travis, and Hays Counties</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-21-2015</span> 10:22:27 PM</p></td><td class='textBody'>Watch for Water Over the Road -- barricade crews checking crossings</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-20-2015</span> 11:49:51 PM</p></td><td class='textBody'>Cloudy and cooler today; rain chances increasing this afternoon and overnight</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-19-2015</span> 11:54:01 PM</p></td><td class='textBody'>Sunny in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-19-2015</span> 11:52:43 PM</p></td><td class='textBody'>Fog this morning, then sunny and warm this afternoon. </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-16-2015</span> 2:06:40 AM</p></td><td class='textBody'>Sunny in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-15-2015</span> 4:39:25 AM</p></td><td class='textBody'>Sunny in Central Texas. No rain expected today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-14-2015</span> 7:14:19 AM</p></td><td class='textBody'>Chance of evening rain for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-13-2015</span> 0:18:08 AM</p></td><td class='textBody'>Cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-11-2015</span> 11:19:14 PM</p></td><td class='textBody'>Cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-08-2015</span> 11:31:43 PM</p></td><td class='textBody'>Morning rain possible in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-08-2015</span> 0:14:37 AM</p></td><td class='textBody'>Mostly cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-06-2015</span> 11:19:41 PM</p></td><td class='textBody'>Partly cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-06-2015</span> 6:57:19 AM</p></td><td class='textBody'>2 Low Water crossing are still closed in Williamson County</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-06-2015</span> 4:05:08 AM</p></td><td class='textBody'>Partly cloudy in Central Texas. No rain expected.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-05-2015</span> 1:43:49 AM</p></td><td class='textBody'>Sunny in Central Texas today. No rain expected.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>01-03-2015</span> 1:20:01 AM</p></td><td class='textBody'>Sunny in Austin today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>12-30-2014</span> 11:29:30 PM</p></td><td class='textBody'>Isolated all day rain in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>12-30-2014</span> 0:09:04 AM</p></td><td class='textBody'>Cloudy in Central Texas today</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>12-28-2014</span> 10:57:45 PM</p></td><td class='textBody'>Sunny and cold in Central Texas. No rain expected today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>12-19-2014</span> 6:42:52 AM</p></td><td class='textBody'>No rain in forecast. Happy Holidays, ATX!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>12-19-2014</span> 6:15:31 AM</p></td><td class='textBody'>Partly cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>12-18-2014</span> 6:55:49 PM</p></td><td class='textBody'>Light rain this morning.  Watch out for wet roads. </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>12-17-2014</span> 11:37:24 PM</p></td><td class='textBody'>Dense fog this morning followed by heavy rainfall tonight.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>12-17-2014</span> 2:28:53 AM</p></td><td class='textBody'>A 40% chance of showers today in Austin.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>12-11-2014</span> 11:56:02 PM</p></td><td class='textBody'>Light rain likely in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>12-10-2014</span> 5:53:20 AM</p></td><td class='textBody'>Slight chance of isolated evening rain for Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>12-08-2014</span> 11:45:52 PM</p></td><td class='textBody'>Partly cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>12-07-2014</span> 11:46:28 PM</p></td><td class='textBody'>Partly cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>12-05-2014</span> 0:13:11 AM</p></td><td class='textBody'>Slight chance of morning rain in Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>12-03-2014</span> 11:44:09 PM</p></td><td class='textBody'>Scattered all day rain in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>12-02-2014</span> 0:26:35 AM</p></td><td class='textBody'>Cloudy in Central Texas today. No rain expected.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-30-2014</span> 11:07:43 PM</p></td><td class='textBody'>Chance of morning rain for Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-25-2014</span> 2:22:38 AM</p></td><td class='textBody'>Sunny in Central Texas</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-24-2014</span> 7:35:46 AM</p></td><td class='textBody'>Sunny in Central Texas today. No rain expected. </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-23-2014</span> 11:47:10 PM</p></td><td class='textBody'>Sunny in Central Texas today. No rain expected.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-23-2014</span> 1:44:14 AM</p></td><td class='textBody'>City of Austin crews have reopened crossings in Austin. There are still some closures in partner jurisdictions.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-22-2014</span> 11:47:48 PM</p></td><td class='textBody'>City crews will be checking low water crossings this morning and reopening them when they are confirmed safe</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-22-2014</span> 4:07:36 PM</p></td><td class='textBody'>All NWS flash flood warnings for Austin have expired. Some roads will be closed over night.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-22-2014</span> 3:32:46 PM</p></td><td class='textBody'>NWS has issued a Flood Warning for Onion Creek, however there is no threat to the homes and subdivisions.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-22-2014</span> 2:15:44 PM</p></td><td class='textBody'>Flash Flood Warning extended to midnight.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-22-2014</span> 1:46:26 PM</p></td><td class='textBody'>City crews opening Old Spicewood Springs #11-13 on Bull Creek.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-22-2014</span> 1:41:04 PM</p></td><td class='textBody'>City crews closing Old San Antonio Rd low water crossing.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-22-2014</span> 1:18:16 PM</p></td><td class='textBody'>City of Austin crews opening Spicewood Springs Rd low water crossings #1-7 from Loop 360 to Old Lampasas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-22-2014</span> 0:35:23 PM</p></td><td class='textBody'>City of Austin crews closing Joe Tanner and Old Bee Caves low water crossings.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-22-2014</span> 0:07:21 PM</p></td><td class='textBody'>City of Austin crews closing Wasson low water crossing.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-22-2014</span> 11:22:40 AM</p></td><td class='textBody'>Hays, Travis, and Williamson Counties under Flash Flood Warning until 10:15 PM.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-22-2014</span> 9:42:52 AM</p></td><td class='textBody'>Flash Flood Watch for Bastrop, Blanco, Burnet, Caldwell, Fayette, Hays, Llano, Travis and Williamson County until 12:00 AM Sunday.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-22-2014</span> 9:25:43 AM</p></td><td class='textBody'>Spicewood, Old Spicewood, and Upper Walnut low water crossings now closed.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-22-2014</span> 9:15:18 AM</p></td><td class='textBody'>CR 123 is closed in Williamson County</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-22-2014</span> 8:29:03 AM</p></td><td class='textBody'>NWS Flash Flood Warning for Austin has expired.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-22-2014</span> 6:38:57 AM</p></td><td class='textBody'>City crews closing flooded Wasson Rd low water crossing.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-22-2014</span> 5:27:36 AM</p></td><td class='textBody'>Travis County until Flash Flood Warning until 4:15 PM! If you see water over the road: Turn Around, Don&#039;t Drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-22-2014</span> 4:46:43 AM</p></td><td class='textBody'>11/22/14 closures in Marble Falls</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-22-2014</span> 4:45:53 AM</p></td><td class='textBody'>Austin under NWS Urban and Small Stream Flood Advisory until 3 PM.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-22-2014</span> 4:11:14 AM</p></td><td class='textBody'>HEAVY RAINFALL expected today.  Please remember: Turn Around, Don&#039;t Drown! Check back for updates.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-20-2014</span> 1:29:50 AM</p></td><td class='textBody'>Chance of evening rain for Central Texas area.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-18-2014</span> 11:26:00 PM</p></td><td class='textBody'>Want to learn about the blue camera icon? <a href="http://kxan.com/2014/11/18/live-cameras-added-to-flood-prone-low-water-crossings/" rel="nofollow" tabindex="-5" >http://kxan.com/2014/11/18/live-cameras-added-to-flood-prone-low-water-crossings/</a></td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-17-2014</span> 10:53:33 PM</p></td><td class='textBody'>Another sunny and cold day in Central Texas. No rain expected.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-16-2014</span> 11:19:09 PM</p></td><td class='textBody'>Sunny and cold in the central Texas area.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-13-2014</span> 0:50:38 AM</p></td><td class='textBody'>Partly cloudy and cold in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-10-2014</span> 0:10:48 AM</p></td><td class='textBody'>Sunny in the Central Texas area</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-08-2014</span> 9:24:56 AM</p></td><td class='textBody'>All Low Water Crossings in Williamson County are now OPEN.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-05-2014</span> 9:48:12 AM</p></td><td class='textBody'>Several crossings closed in Cedar Park and Williamson County. </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-04-2014</span> 9:36:55 PM</p></td><td class='textBody'>Nat&#039;l Weather Service cancels Flash Flood Watch for Travis County. Light rain will persist. Careful with slick roads this morning.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>11-03-2014</span> 2:48:51 AM</p></td><td class='textBody'>Heavy rain expected Tuesday evening into Wednesday. Be cautious, and if you see water over the road, turn around, don&#039;t drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-31-2014</span> 4:03:02 AM</p></td><td class='textBody'>Sunny today in ATX. No rain in forecast.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-30-2014</span> 1:05:25 AM</p></td><td class='textBody'>Chance of rain in the evening and overnight today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-20-2014</span> 3:14:49 AM</p></td><td class='textBody'>Partly cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-16-2014</span> 1:33:57 AM</p></td><td class='textBody'>Sunny and clear in the ATX. </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-13-2014</span> 0:12:51 AM</p></td><td class='textBody'>Rain expected today. Check back for updates on road status.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-11-2014</span> 0:46:01 AM</p></td><td class='textBody'>Light to moderate rain coming through Austin area. No closures in City of Austin at this time.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-09-2014</span> 8:19:16 AM</p></td><td class='textBody'>Light to moderate rain forecasted for this weekend. Check back for updates.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-07-2014</span> 3:05:28 AM</p></td><td class='textBody'>Sunny today in ATX.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-02-2014</span> 3:14:34 PM</p></td><td class='textBody'>Sumac Ln,Cypress Ln and Peach Tree Ln Crossings are Currently Closed In Cedar Park </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-02-2014</span> 3:13:13 AM</p></td><td class='textBody'>Chance of rain in the evening and overnight today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>10-01-2014</span> 1:48:24 AM</p></td><td class='textBody'>Sunny today in ATX.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-29-2014</span> 1:44:37 AM</p></td><td class='textBody'>Sunny in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-28-2014</span> 3:10:28 AM</p></td><td class='textBody'>Partly cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-26-2014</span> 0:23:21 AM</p></td><td class='textBody'>Daytime thunderstorms possible for Central Texas area.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-25-2014</span> 2:07:39 AM</p></td><td class='textBody'>Evening thunderstorms for Central Texas area.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-24-2014</span> 2:44:32 AM</p></td><td class='textBody'>Partly cloudy in Central Texas today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-23-2014</span> 2:15:30 AM</p></td><td class='textBody'>Partly cloudy in the Central Texas area today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-22-2014</span> 0:55:43 AM</p></td><td class='textBody'>Chance of afternoon thunderstorms for Central Texas area.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-19-2014</span> 10:36:24 AM</p></td><td class='textBody'>All City of Austin low water crossings are now open.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-19-2014</span> 10:24:03 AM</p></td><td class='textBody'>Debris blockage removed from Spicewood Springs Rd &amp; city crews are opening it. There may be a few inches of water, so be careful.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-19-2014</span> 9:11:48 AM</p></td><td class='textBody'>Old Spicewood Springs Rd. #11-13 now open.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-19-2014</span> 4:41:37 AM</p></td><td class='textBody'>3523 McNeil Dr low water crossing now open.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-19-2014</span> 2:28:22 AM</p></td><td class='textBody'>O&#039;Neal, Adelphi, Waters Park low water crossing complex now open. Be careful and watch for water over the road.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-19-2014</span> 1:49:09 AM</p></td><td class='textBody'>Update: Crews reporting water over the road at the O&#039;Neal, Adelphi, Waters Park complex. Please avoid this area.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-19-2014</span> 1:42:21 AM</p></td><td class='textBody'>O&#039;Neal, Adelphi, Waters Park low water crossing complex now open. Be careful and watch for water over the road.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-19-2014</span> 0:42:03 AM</p></td><td class='textBody'>City crews opening Old San Antonio Rd.  Be careful if you see water over the road! Turn Around, Don&#039;t Drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-19-2014</span> 0:03:12 AM</p></td><td class='textBody'>Closures in North Austin: Avoid Spicewood, Old Spicewood, and Lakewood Drive. High flows reported on Bull creek.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-18-2014</span> 10:47:08 PM</p></td><td class='textBody'>Urban and Small Stream Flood Advisory in effect until 7:30 for northwestern Travis County. </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-18-2014</span> 10:07:26 PM</p></td><td class='textBody'>Slow moving storm in northwest Austin dropping torrential rain.  Watch for water on roads!  </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-18-2014</span> 1:45:00 PM</p></td><td class='textBody'>Numerous roads near creeks in SW Austin closed</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-18-2014</span> 0:32:41 PM</p></td><td class='textBody'>Joe Tanner, Old Bee Caves, 6900 Escarpment, 9100 W Hwy 71 flooded</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-18-2014</span> 3:12:20 AM</p></td><td class='textBody'>Still some low water crossings closed in our area. Please use caution and &quot;Turn Around, Don&#039;t Drown.&quot;</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-18-2014</span> 0:37:45 AM</p></td><td class='textBody'>Spicewood Springs, between Loop 360 and Old Lampasas, now open.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-18-2014</span> 0:28:01 AM</p></td><td class='textBody'>All Sunset Valley low crossings are open</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-17-2014</span> 11:22:07 PM</p></td><td class='textBody'>Old San Antonio Rd @ I-35 closed due to flooding.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-17-2014</span> 10:26:32 PM</p></td><td class='textBody'>Westgate Blvd @ Williamson Creek now open.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-17-2014</span> 10:23:59 PM</p></td><td class='textBody'>Austin under National Weather Service flash flood warning until 8:15 AM!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-17-2014</span> 10:19:15 PM</p></td><td class='textBody'>Lakewood Drive now open.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-17-2014</span> 10:17:21 PM</p></td><td class='textBody'>Heaviest rainfall has been in Williamson Creek area. Please remember: Turn Around, Don&#039;t Drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-17-2014</span> 9:43:10 PM</p></td><td class='textBody'>City crews report water over the road at Westgate Blvd &amp; Williamson Creek. Avoid this area!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-17-2014</span> 7:44:02 PM</p></td><td class='textBody'>Numerous closures throughout Austin and Central Texas.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-17-2014</span> 7:36:56 PM</p></td><td class='textBody'>Spicewood and Old Spicewood Springs Road low water Xings have closed. Crews checking numerous Xings.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-17-2014</span> 7:27:54 PM</p></td><td class='textBody'>O&#039;Neal, Adelphi, Waters Park low water crossings closed in North Austin.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-17-2014</span> 7:25:54 PM</p></td><td class='textBody'>CoA forecasts possible flooding of Shoal Creek downtown between approximately Enfield and 6th</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-17-2014</span> 6:57:49 PM</p></td><td class='textBody'>Road Closures 09182014 0157hrs </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-17-2014</span> 6:15:15 PM</p></td><td class='textBody'>NWS Flash Flood Warning in effect until 3:45 am</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-17-2014</span> 9:31:41 AM</p></td><td class='textBody'>NWS issued Flash Flood Watch from 7pm tonight thru 7pm Thurs. City staff monitoring conditions. Check back for updates.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-17-2014</span> 7:01:27 AM</p></td><td class='textBody'>Spicewood Springs Rd now open after city crews removed debris.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-17-2014</span> 5:47:11 AM</p></td><td class='textBody'>City crews closing Spicewood Springs Rd, between Loop 360 and Old Lampasas, for debris removal.  Estimated re-opening is 2 PM.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-16-2014</span> 3:28:05 PM</p></td><td class='textBody'>Rain everyday this week. Please remember: Save yourself -- Turn Around, Don&#039;t Drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-16-2014</span> 0:11:17 PM</p></td><td class='textBody'>Central Travis County under NWS Urban and Small Stream Flood Advisory until 9 PM.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-15-2014</span> 11:54:42 PM</p></td><td class='textBody'>Chance of evening thunderstorms for the Central Texas area.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-15-2014</span> 1:25:57 AM</p></td><td class='textBody'>Slight chance of evening thunderstorms for the Austin area.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-13-2014</span> 4:06:57 AM</p></td><td class='textBody'>Evening thunderstorms possible for Central Texas area.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-12-2014</span> 0:01:16 PM</p></td><td class='textBody'>Loyola &amp; 183 now clear.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-12-2014</span> 11:36:35 AM</p></td><td class='textBody'>APD reports water over the road near Loyola and 183. Turn Around, Don&#039;t Drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-12-2014</span> 10:51:05 AM</p></td><td class='textBody'>Eastern Travis County until NWS Urban &amp; Small Stream Flood Advisory until 8 PM. <a href="http://t.co/6IS8DcCaZR" rel="nofollow" tabindex="-5" >http://t.co/6IS8DcCaZR</a></td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-12-2014</span> 10:20:56 AM</p></td><td class='textBody'>More thunderstorms heading into Austin area. No roads closed yet.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-12-2014</span> 9:30:19 AM</p></td><td class='textBody'>Thunderstorm in South Austin. No road closures yet.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-12-2014</span> 9:09:33 AM</p></td><td class='textBody'>Thunderstorm over the Austin/Bergstrom Int&#039;l Airport and headed west towards downtown Austin.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-12-2014</span> 7:57:40 AM</p></td><td class='textBody'>Thunderstorms headed for the Austin area. Check back for updates.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-12-2014</span> 0:35:48 AM</p></td><td class='textBody'>Evening thunderstorms expected for Central Texas area.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-11-2014</span> 1:51:13 AM</p></td><td class='textBody'>Evening thunderstorms possible for Central Texas area.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-09-2014</span> 0:37:43 AM</p></td><td class='textBody'>Sunny in the Central Texas area. No rain expected.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-08-2014</span> 0:21:50 AM</p></td><td class='textBody'>Chance of afternoon thunderstorms for the Austin area.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-07-2014</span> 7:15:26 AM</p></td><td class='textBody'>More thunderstorms possible for our area today. Check back for updates.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-06-2014</span> 6:30:15 PM</p></td><td class='textBody'>Austin under NWS Urban and Small Stream Flood Advisory until 3 AM. Turn Around, Don&#039;t Drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-06-2014</span> 0:45:57 PM</p></td><td class='textBody'>Evening thunderstorms likely. Check back for updates.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-05-2014</span> 0:59:15 AM</p></td><td class='textBody'>Evening thunderstorms likely. Check back for updates.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-04-2014</span> 0:23:13 AM</p></td><td class='textBody'>Afternoon thunderstorms possible for the Central Texas area.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-03-2014</span> 6:07:43 AM</p></td><td class='textBody'>Slight chance of afternoon thunderstorms.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>09-02-2014</span> 1:15:04 AM</p></td><td class='textBody'>Chance of thunderstorms in the Austin area in the afternoon today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-30-2014</span> 0:31:46 AM</p></td><td class='textBody'>Partly cloudy in the Austin area today. No rain expected.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-29-2014</span> 11:30:32 AM</p></td><td class='textBody'>Travis County under NWS Flash Flood Warning until 7:45 PM!  Turn Around, Don&#039;t Drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-29-2014</span> 0:56:29 AM</p></td><td class='textBody'>Chance of thunderstorms in the Austin area today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-28-2014</span> 8:53:24 AM</p></td><td class='textBody'>Scattered showers blowing through Austin. No closures currently, unlikely to cause closures or flooding.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-28-2014</span> 1:21:00 AM</p></td><td class='textBody'>Partly cloudy in the Austin area today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-27-2014</span> 7:18:56 AM</p></td><td class='textBody'>Slight chance of isolated thunderstorms this evening. </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-27-2014</span> 2:10:02 AM</p></td><td class='textBody'>Sunny in the Austin area today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-26-2014</span> 1:53:46 AM</p></td><td class='textBody'>Partly cloudy in the Austin area today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-25-2014</span> 1:54:38 AM</p></td><td class='textBody'>Sunny in the Austin area. No rain expected today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-22-2014</span> 0:39:04 AM</p></td><td class='textBody'>Sunny in the Austin area. No rain expected this weekend.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-20-2014</span> 0:45:10 AM</p></td><td class='textBody'>Slight chance of AM thunderstorms.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-19-2014</span> 0:06:31 AM</p></td><td class='textBody'>Chance of morning thunderstorms for the area.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-17-2014</span> 11:17:43 PM</p></td><td class='textBody'>Slight chance of afternoon thunderstorms for the Austin area.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-15-2014</span> 2:22:01 AM</p></td><td class='textBody'>Sunny and hot in ATX today. No roads closed.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-14-2014</span> 4:20:35 AM</p></td><td class='textBody'>Sunny and hot in ATX today. No roads closed.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-12-2014</span> 6:14:59 AM</p></td><td class='textBody'>Scattered thunderstorms possible this evening. No roads closed currently.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-11-2014</span> 9:54:07 AM</p></td><td class='textBody'>Scattered thunderstorms north and west of Austin. No roads closed at this time. Check back for updates.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-11-2014</span> 2:38:15 AM</p></td><td class='textBody'>Evening thunderstorms possible for the Austin area.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-08-2014</span> 0:56:11 AM</p></td><td class='textBody'>Sunny in the Austin area. No rain expected.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-07-2014</span> 0:23:20 AM</p></td><td class='textBody'>Slight chance of evening thunderstorms today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-06-2014</span> 0:28:34 AM</p></td><td class='textBody'>Partly cloudy in Austin today. No rain expected.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-05-2014</span> 1:33:25 AM</p></td><td class='textBody'>Sunny in the Austin area today. No rain expected.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-04-2014</span> 0:58:04 AM</p></td><td class='textBody'>Partly cloudy in the Austin area today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-02-2014</span> 2:54:35 AM</p></td><td class='textBody'>Mostly cloudy in the Austin area today. No rain expected.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>08-01-2014</span> 0:49:53 AM</p></td><td class='textBody'>Partly cloudy in the Austin area today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-31-2014</span> 1:13:07 AM</p></td><td class='textBody'>Afternoon thunderstorms possible. Check back for updates.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-30-2014</span> 0:43:07 AM</p></td><td class='textBody'>Sunny in the Austin area. No rain expected today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-29-2014</span> 0:07:24 AM</p></td><td class='textBody'>Slight chance of afternoon thunderstorms for the area.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-28-2014</span> 0:22:47 AM</p></td><td class='textBody'>Chance of afternoon rain. Check back for updates.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-26-2014</span> 1:38:03 AM</p></td><td class='textBody'>Sunny in the Austin area today. No rain expected.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-25-2014</span> 0:42:13 AM</p></td><td class='textBody'>Sunny in the Austin area.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-24-2014</span> 1:29:27 AM</p></td><td class='textBody'>Rain in the area. Check back for updates.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-23-2014</span> 0:22:23 AM</p></td><td class='textBody'>Partly cloudy in Austin today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-21-2014</span> 1:58:51 AM</p></td><td class='textBody'>Sunny in ATX. No rain in today&#039;s forecast.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-18-2014</span> 0:29:36 AM</p></td><td class='textBody'>City of Austin crews now reopening Old Spicewood Springs low water Xings. </td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-18-2014</span> 0:13:26 AM</p></td><td class='textBody'>City crews reopening Spicewood Springs Rd. Some water over road but safe to pass. Will check Old Spicewood next and reopen if safe.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-17-2014</span> 8:45:09 PM</p></td><td class='textBody'>Spicewood Springs low water Xings have been closed.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-17-2014</span> 7:06:58 PM</p></td><td class='textBody'>Austin under NWS Flash Flood Warning until 4:45 AM. No threat of flooding for Onion Creek at this time.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-17-2014</span> 7:06:03 PM</p></td><td class='textBody'>City crews currently checking previously closed roads verifying safety to reopen.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-17-2014</span> 6:53:38 PM</p></td><td class='textBody'>East Central Travis County under Nat&#039;l Weather Service Flash Flood Warning until 2 AM. <a href="http://t.co/UJXlKbwhOO" rel="nofollow" tabindex="-5" >http://t.co/UJXlKbwhOO</a></td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-17-2014</span> 5:59:24 PM</p></td><td class='textBody'>Dangerous street flooding in downtown Austin! Please stay away from Waller Creek!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-17-2014</span> 5:50:46 PM</p></td><td class='textBody'>East Central Travis County under Nat&#039;l Weather Service Flash Flood Warning until 2 AM. <a href="http://t.co/UJXlKbwhOO" rel="nofollow" tabindex="-5" >http://t.co/UJXlKbwhOO</a></td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-17-2014</span> 4:29:23 PM</p></td><td class='textBody'>Reports of water over road in numerous areas. Crews en route to check out low water Xings.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-17-2014</span> 2:57:43 PM</p></td><td class='textBody'>Rain in Austin area. No roads closed.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-17-2014</span> 1:01:49 PM</p></td><td class='textBody'>Light rain in Austin area. No roads closed at this time.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-17-2014</span> 0:29:38 AM</p></td><td class='textBody'>All day thunderstorms possible in the Austin area. Check back for updates.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-16-2014</span> 0:30:54 AM</p></td><td class='textBody'>Chance for thunderstorms today (Wednesday). No Xings currently closed. Check back for updates.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-15-2014</span> 1:27:25 AM</p></td><td class='textBody'>Rain in Austin today. No low water crossings closed.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-15-2014</span> 0:31:07 AM</p></td><td class='textBody'>Chance for thunderstorms Tuesday, increasing in the afternoon. Check back for updates.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-14-2014</span> 3:26:41 AM</p></td><td class='textBody'>Last Oct. Flood Recovery Open House is tonight at 5:30 PM. Info available at: <a href="https://austintexas.gov/event/october-flood-recovery-open-house" rel="nofollow" tabindex="-5" >https://austintexas.gov/event/october-flood-recovery-open-house</a></td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-11-2014</span> 1:03:47 AM</p></td><td class='textBody'>October Flood Recovery Open House on Saturday. Info available at: <a href="https://austintexas.gov/event/october-flood-recovery-open-house" rel="nofollow" tabindex="-5" >https://austintexas.gov/event/october-flood-recovery-open-house</a></td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-09-2014</span> 1:48:25 AM</p></td><td class='textBody'>October Flood Recovery Open House starts tomorrow. Info available at: <a href="https://austintexas.gov/event/october-flood-recovery-open-house" rel="nofollow" tabindex="-5" >https://austintexas.gov/event/october-flood-recovery-open-house</a></td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-09-2014</span> 1:43:48 AM</p></td><td class='textBody'>Sunny in Austin. No rain expected today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-08-2014</span> 0:19:19 AM</p></td><td class='textBody'>Another sunny day in the Austin area. No rain expected.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-07-2014</span> 4:20:47 AM</p></td><td class='textBody'>Sunny in the Austin area. No rain expected.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-02-2014</span> 11:38:59 PM</p></td><td class='textBody'>Afternoon showers possible in Austin area.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>07-01-2014</span> 5:56:25 AM</p></td><td class='textBody'>Sunny in Austin today. No rain expected.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-27-2014</span> 2:24:53 AM</p></td><td class='textBody'>Chance of daytime thunderstorms in the area today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-25-2014</span> 11:13:40 PM</p></td><td class='textBody'>Afternoon thunderstorms possible for the area. Check back for updates.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-24-2014</span> 11:32:33 PM</p></td><td class='textBody'>Thunderstorms possible in Austin today. Check back for updates.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-23-2014</span> 11:54:57 PM</p></td><td class='textBody'>Slight chance of evening thunderstorms for the area.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-23-2014</span> 4:20:42 AM</p></td><td class='textBody'>Thunderstorms coming into the area. Check back for updates.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-22-2014</span> 11:58:52 PM</p></td><td class='textBody'>Chance of evening thunderstorms in the area.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-20-2014</span> 5:57:53 AM</p></td><td class='textBody'>Chance of afternoon thunderstorms.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-20-2014</span> 0:05:19 AM</p></td><td class='textBody'>Slight chance of thunderstorms today in Austin.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-19-2014</span> 2:56:33 AM</p></td><td class='textBody'>Slight chances of afternoon thunderstorms.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-18-2014</span> 0:14:15 AM</p></td><td class='textBody'>Thunderstorms possible in Austin today. Check back for updates.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-17-2014</span> 0:08:15 AM</p></td><td class='textBody'>Another partly cloudy day in the Austin area. No rain expected.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-16-2014</span> 0:59:33 AM</p></td><td class='textBody'>Mostly cloudy in Austin today. No rain expected.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-12-2014</span> 11:37:28 PM</p></td><td class='textBody'>Old Spicewood Springs Road (LWC 11,12,13) is now open</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-12-2014</span> 5:06:57 PM</p></td><td class='textBody'>Watch for water over the road at Old Spicewood Springs Rd low water crossings. Turn Around, Don&#039;t Drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-12-2014</span> 3:52:40 PM</p></td><td class='textBody'>City of Austin crews checking low water crossings. Check back for updates. Turn Around, Don&#039;t Drown!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-12-2014</span> 2:43:06 PM</p></td><td class='textBody'>2400 Sumac Lane, 2348 Cypress Lane, and 2402 Peach Tree Lane in Cedar Park have been closed.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-12-2014</span> 2:43:03 PM</p></td><td class='textBody'>NWS Tornado Warning for Travis County until 10:15 PM.  Stay inside and stay safe!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-12-2014</span> 2:30:15 PM</p></td><td class='textBody'>FLOOD GATES CLOSED</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-12-2014</span> 2:21:05 PM</p></td><td class='textBody'>NWS Severe Thunderstorm Warning for Travis County until 10 PM. Check back for updates. Stay safe!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-12-2014</span> 2:04:15 PM</p></td><td class='textBody'>NWS Tornado Warning for far NW Travis County until 9:45 PM. Stay safe!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-12-2014</span> 1:40:54 PM</p></td><td class='textBody'>We&#039;re monitoring the storms headed into the Austin area. Check back for updates and stay safe!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-12-2014</span> 1:22:54 PM</p></td><td class='textBody'>Be careful in Williamson County! Storm chasers report tornado near Watson!  Stay safe!</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-12-2014</span> 0:45:49 PM</p></td><td class='textBody'>Storms are heading into our area over the next few hours. Check back for updates.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-12-2014</span> 9:17:48 AM</p></td><td class='textBody'>Austin under NWS Tornado Watch until midnight. <a href="http://inws.wrh.noaa.gov/weather/alertinfo/17015354" rel="nofollow" tabindex="-5" >http://inws.wrh.noaa.gov/weather/alertinfo/17015354</a></td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-11-2014</span> 11:55:45 PM</p></td><td class='textBody'>Thunderstorms likely in Austin today. Check back for updates.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-11-2014</span> 0:04:36 AM</p></td><td class='textBody'>Sunny in Austin today. No rain expected.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-10-2014</span> 1:32:09 AM</p></td><td class='textBody'>Sunny today in ATX, high near 87. No rain in forecast.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-09-2014</span> 5:08:09 AM</p></td><td class='textBody'>2400 Sumac Lane, 2348 Cypress Lane, and 2402 Peach Tree Lane in Cedar Park have been closed.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-09-2014</span> 4:55:59 AM</p></td><td class='textBody'>Low Water Xing 2402 Peach Tree Lane in Cedar Park has been closed.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-08-2014</span> 11:50:49 PM</p></td><td class='textBody'>Thunderstorms possible in Austin today. Check back for updates.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-08-2014</span> 3:04:22 PM</p></td><td class='textBody'>Chance for thunderstorms Monday.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-06-2014</span> 3:09:34 AM</p></td><td class='textBody'>Sunny and warm today in ATX. No rain in forecast.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-05-2014</span> 5:47:23 AM</p></td><td class='textBody'>Partly sunny and warm in ATX. No rain in forecast.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>06-03-2014</span> 0:09:28 AM</p></td><td class='textBody'>Mostly cloudy in Austin today. No rain expected.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-31-2014</span> 0:53:58 AM</p></td><td class='textBody'>Chance of afternoon thunderstorms possible in Austin today.</td></tr><tr><td width='150'><p class='textTagLine' ><span class='keepTextTogether'>05-30-2014</span> 7:09:29 AM</p></td><td class='textBody'>A 20 percent chance of showers and thunderstorms after 1pm. Partly sunny, with a high near 89.</td></tr></table></div>
        </div>
	</div>
</div><!-- End of Updates table holder -->


<!-- closures dialog -->
<div id="dialog" title="ATXfloods Closures" style="background-color: #eee; border: thin solid #aaaaaa; margin:3px;"> <!-- style must be inline due to jQuery UI dialog -->
	<div id="base">
		<!-- list of closures -->
		<p class='textBody'>Save yourself! Turn Around, Don't Drown! If there's water over the road, go back and find another route.</p> <p class='textBody'>It is <a href='http://www.austintexas.gov/faq/i%E2%80%99ve-heard-you-can-get-fined-if-you-drive-around-barricade-true' target='_blank'>illegal</a> to drive around barricades at a flooded low water crossing.</p><p class='textBody'><strong>26</strong> crossings currently closed (of 1949)<br />Click a crossing below to zoom in to it.</p><ul class='closures'><li class='listItemRedDot'><a class='sublinks' onclick='reposition(30.076216, -97.737938)' href='#'>Turnersville Rd @ Maha Creek<br>Travis County, TX</a></li><li class='listItemRedDot'><a class='sublinks' onclick='reposition(30.719286, -97.907944)' href='#'>421 San Gabriel Ranch<br>Williamson County</a></li><li class='listItemRedDot'><a class='sublinks' onclick='reposition(30.539675, -97.779129)' href='#'>CR 272/BRUSHY CREEK<br>Williamson County</a></li><li class='listItemRedDot'><a class='sublinks' onclick='reposition(30.808092, -97.503098)' href='#'> 487 / CR 384<br>Williamson County</a></li><li class='listItemRedDot'><a class='sublinks' onclick='reposition(29.985580, -98.065285)' href='#'>Hidden Valley Rd @ Low Water Crossing<br>Hays County</a></li><li class='listItemRedDot'><a class='sublinks' onclick='reposition(29.937742, -97.725182)' href='#'>Polonia Road<br>1000 Bk Polonia Road, Lockhart, TX</a></li><li class='listItemRedDot'><a class='sublinks' onclick='reposition(30.069189, -97.298019)' href='#'>P1016 - E Riverside Dr<br>E Riverside Dr from Akaloa Dr to Kahana Ln</a></li><li class='listItemRedDot'><a class='sublinks' onclick='reposition(29.909660, -97.239449)' href='#'>P2017 - Patterson Rd.<br>500 Blk at Hickory Creek</a></li><li class='listItemRedDot'><a class='sublinks' onclick='reposition(30.287029, 97.380966)' href='#'>P4009 - 175 Block Arbuckle Rd<br>175 Blk</a></li><li class='listItemRedDot'><a class='sublinks' onclick='reposition(30.014690, -97.170128)' href='#'>COS1001 - Old Upton Rd and Uptown Dr<br>Old Upton Rd and Uptown Dr</a></li><li class='listItemRedDot'><a class='sublinks' onclick='reposition(30.057676, -97.090775)' href='#'>P2027 - Hector Rd / Gravelly Creek<br>P2027 - Hector Rd / Gravelly Creek</a></li><li class='listItemRedDot'><a class='sublinks' onclick='reposition(29.993029, -98.100533)' href='#'>River Rd at Loma Vista<br>River Rd at Loma Vista</a></li><li class='listItemRedDot'><a class='sublinks' onclick='reposition(30.118780, -97.335197)' href='#'>P1021 Shoreline Drive<br>P1021 Shoreline Drive</a></li><li class='listItemRedDot'><a class='sublinks' onclick='reposition(29.956299, -97.319290)' href='#'>190 Pine Canyon Dr<br>190 Pine Canyon Dr</a></li><li class='listItemRedDot'><a class='sublinks' onclick='reposition(30.049189, -97.162743)' href='#'>TX1034 Park Rd 1C @ Park Rd 1E<br>2100 Blk Park Rd 1C</a></li><li class='listItemRedDot'><a class='sublinks' onclick='reposition(30.044922, -97.086548)' href='#'>P2074 - Big Bow (spillway) @ Indian Lake<br>300 Blk</a></li><li class='listItemRedDot'><a class='sublinks' onclick='reposition(30.071442, -97.082230)' href='#'>P2075 - Circle Rd @ Pin Oak Creek<br>200 Blk</a></li><li class='listItemRedDot'><a class='sublinks' onclick='reposition(30.217712, -97.114967)' href='#'>Stockade Ranch Rd<br>SH 21 to End of Road</a></li><li class='listItemRedDot'><a class='sublinks' onclick='reposition(30.047083, -97.237640)' href='#'>Brody Ln<br>Entire Road</a></li><li class='listItemRedDot'><a class='sublinks' onclick='reposition(30.089668, -97.192421)' href='#'>PARK ROAD 1C<br>BRIDGE AT PARK ROAD 1C TXDOT</a></li><li class='listItemRedDot'><a class='sublinks' onclick='reposition(29.844137, -96.725288)' href='#'>Krenek Rd @ Pettys Creek, Fayette County<br>Krenek Rd @ Pettys Creek</a></li><li class='listItemRedDot'><a class='sublinks' onclick='reposition(30.009134, -97.246002)' href='#'>FM 2571<br>FM 2571 TXDOT</a></li><li class='listItemRedDot'><a class='sublinks' onclick='reposition(30.073074, -97.081940)' href='#'>Circle Rd<br>Circle Rd at Pin Oak Creek</a></li><li class='listItemRedDot'><a class='sublinks' onclick='reposition(30.020102, -97.215591)' href='#'>FM 2571<br>FM 2571 - 3.5 miles west of St Hwy 95</a></li><li class='listItemRedDot'><a class='sublinks' onclick='reposition(30.128698, -97.335648)' href='#'>Reids Bend @ Sink Hole<br>180-350 Block, Reids Bend, Bastrop, TX 78602</a></li><li class='listItemRedDot'><a class='sublinks' onclick='reposition(29.936958, -97.731140)' href='#'>Polonia Rd/FM 2001<br>Polonia Rd/FM2001</a></li></ul>	</div>	<!-- end base -->

	<p class="textTagLine">
	Note: Map and list of closures based on best information
	currently available and may not reflect actual road conditions.
	</p>
</div> <!-- end closures dialog -->


<!-- legend -->
<div id="dialog3" title="Low Water Crossing Status"  style="background-color: #eee; border: thin solid #aaaaaa; margin:3px;">  <!-- style must be inline due to jQuery UI dialog -->
	<div>
    	<p class="textBody"><img src="img/key-open.png"> open</p>
    	<p class="textBody"><img src="img/key-closed.png"> closed</p>
    </div>
</div> <!-- end legend -->

<!-- button to reopen closures list if user closes it -->
<div style="position:absolute; right:6px; top: 190px">
	<div id="opener" class="buttonLinks" style="font-size:12px; line-height: 14px; font-weight: normal; display: none">
    Show Closures List
    </div>
</div>

<!-- button to reopen legend if user closes it -->
<div style="position:absolute; left:5px; bottom: 10px">
	<div id="opener3" class="buttonLinks" style="font-size:12px; line-height: 14px; font-weight: normal; display: none">
    Show Legend
    </div>
</div>

<!-- jQuery dialogs, script must be within body -->
<script src="js/jQuery_dialogs.js"></script>

    <a href="http://www.austintexas.gov/" target="_blank"><img src="img/Logo-CoA.png" style="position: absolute; right: 45px; bottom: 20px; height:60px" /></a>
    <a href="http://www.austintexas.gov/department/watershed-protection" target="_blank"><img src="img/logo-WPD.png" style="position: absolute; right: 115px; bottom: 20px; height:60px"" /></a>

</body>

<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-35014840-1', 'atxfloods.com');
  ga('send', 'pageview');

</script>

</html>




