<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>The Latest: Death toll 31 as 6 more fatalities confirmed</title>
    <meta name="Description" content="Associated Press historical news archive articles dating back to 1985" />
    <link type="image/x-icon" href="/NewsArchive/images/favicon.ico" rel="shortcut icon" />
    <script src="/NewsArchive/Scripts/jquery.min.js" type="text/javascript"></script>
    <script src="/NewsArchive/Scripts/jquery-1.5.1.js" type="text/javascript"></script>
    <script src="/NewsArchive/Scripts/jquery.validate.unobtrusive.js" type="text/javascript"></script>
    <script src="/NewsArchive/Scripts/lib.js" type="text/javascript"></script>
    <script type="text/javascript" src="/NewsArchive/Scripts/ppMenu.js"></script>
    <script src="/NewsArchive/Scripts/Article.js" type="text/javascript"></script>
    <link href="/NewsArchive/Styles/Site.css" rel="stylesheet" type="text/css" />
    <link href="/NewsArchive/Styles/Core.css" rel="stylesheet" type="text/css" />
    <link href="/NewsArchive/Styles/Article.css" rel="stylesheet" type="text/css" />
     <!--[if gte IE 8]>
    <style type="text/css">
    #ppMenu1 { margin-top: 0px !important; }
    </style>
    <![endif]-->

    <!--[if gte IE 7]>
    <style type="text/css">
    .rslts .shrBr { min-width: 300px !important; width: 300px !important; }
    .rslts .shrBr .shrEnt { float: left; padding-left: -30px; }
    </style>
    <![endif]-->
    <style type="text/css">
        .style1
        {
            font-size: medium;
            font-weight: bold;
            color: #0066FF;
            font-family: "Bookman Old Style";
        }
    </style>
    <script type="text/javascript">
        var _gaq = _gaq || [];
        _gaq.push(['_setAccount', 'UA-19104461-12']);
        _gaq.push(['_trackPageview']);
    </script>
    <!--<script src="http://www.google.com/jsapi" type="text/javascript"></script>
    <script type="text/javascript">
        google.load('search', '1', { language: 'en' });
        google.setOnLoadCallback(function () {
            google.search.CustomSearchControl.attachAutoCompletion(
            '004327437267622263756:whw-oo2nel0+qptype:1',
            document.getElementById('SearchTextBox'),
            'cse-search-box');
        }, true);
        google.setOnLoadCallback(function () {
            google.search.CustomSearchControl.attachAutoCompletion(
            '004327437267622263756:whw-oo2nel0+qptype:1',
            document.getElementById('srchBx1'),
            'cse-search-box');
        }, true);


    </script>-->
    <link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" />
    <script type="text/javascript">
        //        function OnPage_Load() {
        //            var TxtValL = parent.document.getElementById("srchBx").value;
        //            document.getElementById("srchBx").value = TxtValL;
        //        }

        var HeadLineValue = "The Latest: Death toll 31 as 6 more fatalities confirmed";
        function LinkedInOnClick() {
            var UrlL = parent.window.location;
            var zHrfL = 'http://www.linkedin.com/shareArticle?mini=true&url=' + UrlL + '&title=Article&summary=DEATILS-OPTIONAL&source=YOURWEBSITE-NAME';
        }
        var CurrentPhotoCount = 1;
        var totalPhotoCount = 1;
        var ispublishedin30Days = false;
        function resizeIframe(newHeight) {
            parent.document.getElementById('ContentIFrame').style.height = parseInt(newHeight) + 120 + 'px';
        }
        function closePopup() {
            jQuery('#ppPhoto').animate({
                opacity: 0
            }, 400, function () {
                jQuery("#ppPhoto").hide();
            });
            if (document.getElementById("ppPhoto")) {
                document.getElementById("ppPhoto").innerHTML = $('#ppPhoto1').html();
                CurrentPhotoCount = 1;
            }
        }
        function clickNextPhoto() {
            if (totalPhotoCount != CurrentPhotoCount) {
                CurrentPhotoCount = CurrentPhotoCount + 1;
                document.getElementById("ppPhoto").innerHTML = $('#ppPhoto' + CurrentPhotoCount).html();
            }
        }
        function clickPreviousPhoto() {
            if (CurrentPhotoCount != 1) {
                CurrentPhotoCount = CurrentPhotoCount - 1;
                document.getElementById("ppPhoto").innerHTML = $('#ppPhoto' + CurrentPhotoCount).html();
            }
        }
        $(function () {
            $(".txtPls").click(function () {
                var zCurrentFontSizeL = $('.ap_para').css('font-size');
                var zCurrentFontSizeNumL = parseFloat(zCurrentFontSizeL, 10);
                var zNewFontSizeL = zCurrentFontSizeNumL + 1;
                if (zNewFontSizeL < 18) {
                    $('.ap_para').css('font-size', zNewFontSizeL);
                }
                //var zIframeHeightL = document.body.scrollHeight;
                //parent.resizeIframe(zIframeHeightL);
                return false;
            });
            $(".txtMns").click(function () {
                //var zIframeHeight = document.body.scrollHeight;
                //parent.resizeIframe(zIframeHeight);
                var zCurrentFontSizeL = $('.ap_para').css('font-size');
                var zCurrentFontSizeNumL = parseFloat(zCurrentFontSizeL, 10);
                var zNewFontSizeL = zCurrentFontSizeNumL - 1;
                if (zNewFontSizeL > 8) {
                    $('.ap_para').css('font-size', zNewFontSizeL);
                }
                //var zIframeHeightL = document.body.scrollHeight;
                //parent.resizeIframe(zIframeHeightL);
                return false;
            });
        });
        //        function emailTo() {
        //            var zUrlL = document.location.href;
        //            if (zUrlL.substring(zUrlL.length - 1) == "#") {
        //                zUrlL = zUrlL.substring(0, zUrlL.length - 1);
        //            }
        //            var zMailToLinkL = 'mailto:?body=' + zUrlL;
        //            win = window.open(zMailToLinkL, 'emailWindow');
        //            if (win && win.open && !win.closed) win.close();
        //        }

        function PopulateDataOnPageLoad() {
            var SearchText = "";
            if (HeadLineValue != "") {
                var HeadLineWords = HeadLineValue.split(" ");
                for (var i = 0; i < HeadLineWords.length; i++) {
                    if (i < 5) {
                        if (i == 0) {
                            SearchText += "'";
                        }
                        if (i > 1 && i < 5) {
                            SearchText += "OR ";
                        }
                        SearchText += HeadLineWords[i] + " ";

                        if (i == 1) {
                            SearchText += "' ";
                        }
                    }
                }
                GetRelatedArticles(SearchText);
                GetPopularSearches();
            }
        }
        function GotoUrl(url) {
            parent.window.location.href = url;
        }
        function GetRelatedArticles(SearchTextP) {
            var inputDataL = '{"zSearchTxtP":"' + SearchTextP + '"}';
            // CallWebService("GetRelatedSearches", inputDataL, GetRelatedArticles_complte);
        }
        function GetRelatedArticles_complte(RetvalueP, status) {
            document.getElementById("RelatedArticlesId").innerHTML = RetvalueP.d;
        }
        function GetPopularSearches() {
            // CallWebService("GetPopularSearchesForDropDown", "", GetPopularSearches_Complete);
        }
        function GetPopularSearches_Complete(RetvalueP, status) {
            //document.getElementById("ddlPopularSearches").innerHTML = RetvalueP.d;
        }
        jQuery(document).ready(function () {

            //            if (top != self) {
            //                return;
            //            }
            $("#EmailURL").text(window.location.href.split('?')[0]);
            //addBubbleMouseovers("photoInt");            
            $("#ppPhoto").click(function (event) { event.stopPropagation(); });
            $(".ap_pht_nv").click(function (event) { event.stopPropagation(); });
            $('.photoInt').mouseover(function () {
                document.getElementById("ppPhoto").innerHTML = $('#ppPhoto1').html();
                var position = $('.photoInt').position();
                if (jQuery.browser.mozilla) {
                    jQuery("#ppPhoto").css('top', position.top + 300);
                } else {
                    jQuery("#ppPhoto").css('top', position.top + 350);
                }
                $(".ppNvBr").find(".ppClBtn").remove();
                jQuery("#ppPhoto").show();
                jQuery('#ppPhoto').animate({
                    opacity: 1
                }, 800, function () {

                });
            });
            //addMorePhoto Click("ap_MorePhoto");  
            $('#ap_MorePhoto').click(function () {
                document.getElementById("ppPhoto").innerHTML = $('#ppPhoto1').html();
                $(".ppNvBr").find(".ppClBtn").remove();
                jQuery("#ppPhoto").show();
                jQuery('#ppPhoto').animate({
                    opacity: 1
                }, 800, function () {

                });
            });
            jQuery('.ppClBtn').click(function () {
                jQuery('.ppPhoto').animate({
                    opacity: 0
                }, 400, function () {
                    jQuery(".ppPhoto").hide();
                });
            });
            if (jQuery.browser.mozilla) {
                jQuery("#ppPhoto").css('margin-top', '-300px');
            } else {
                jQuery("#ppPhoto").css('margin-top', '-370px');
            }

            var srchBxVr = jQuery('#SearchTextBox');
            //srchBxVr.val('');
            if (srchBxVr != null) {
                if ((srchBxVr.val() != '')) {
                    srchBxVr.removeClass('srchBx');
                    srchBxVr.addClass('srchBxNbg');
                }

                var srchBxVr = jQuery('#SearchTextBox');
                //srchBxVr.val('');
                if (srchBxVr.val() != '') {
                    $('#SearchTextBox').css("background-image", "none");
                }
                //                if ((srchBxVr.val().length > 0) || ) {
                //                    $('#srchBx').css("background-image", "none");
                //                }
                srchBxVr.focus(function () {
                    $('#SearchTextBox').css("background-image", "none");
                });
                srchBxVr.focusout(function () {
                    if ((srchBxVr.val() == 0) || (srchBxVr.val() == '')) {
                        $('#SearchTextBox').css("background-image", "url(/NewsArchive/images/mGlsBg.png)");
                    }
                });
                srchBxVr.blur(function () {
                    if ((srchBxVr.val() == 0) || (srchBxVr.val() == '')) {
                        $('#SearchTextBox').css("background-image", "url(/NewsArchive/images/mGlsBg.png)");
                    }
                });
            }
            var srchBxVr1 = jQuery('#srchBx1');
            //srchBxVr.val('');
            if (srchBxVr1 != null) {
                if ((srchBxVr1.val() != '')) {
                    srchBxVr1.removeClass('srchBx');
                    srchBxVr1.addClass('srchBxNbg');
                }

                var srchBxVr1 = jQuery('#srchBx1');
                //srchBxVr.val('');
                if (srchBxVr1.val() != '') {
                    $('#srchBx1').css("background-image", "none");
                }
                //                if ((srchBxVr.val().length > 0) || ) {
                //                    $('#srchBx').css("background-image", "none");
                //                }
                srchBxVr1.focus(function () {
                    $('#srchBx1').css("background-image", "none");
                });
                srchBxVr1.focusout(function () {
                    if ((srchBxVr1.val() == 0) || (srchBxVr1.val() == '')) {
                        $('#srchBx1').css("background-image", "url(/NewsArchive/images/mGlsBg.png)");
                    }
                });
                srchBxVr1.blur(function () {
                    if ((srchBxVr1.val() == 0) || (srchBxVr1.val() == '')) {
                        $('#srchBx1').css("background-image", "url(/NewsArchive/images/mGlsBg.png)");
                    }
                });
            }

            jQuery(function () {
                jQuery("#ppMenu").ppMenu({
                    m_w: '160',
                    m_t_c: '#028fed',
                    m_c_c: '#eee',
                    m_bg_c: '#fff',
                    m_b_s: '2',
                    m_bg_h_c: '#f0f8e0',
                    s_s: 'fast',
                    m_s: 'medium'
                });
                jQuery("#ppMenu1").ppMenu({
                    m_w: '120',
                    m_t_c: '#028fed',
                    m_c_c: '#fff',
                    m_bg_c: '#fff',
                    m_b_s: '2',
                    m_bg_h_c: '#fff',
                    s_s: 'fast',
                    m_s: 'medium'
                });
                jQuery("#ppMenu2").ppMenu({
                    m_w: '160',
                    m_t_c: '#028fed',
                    m_c_c: '#eee',
                    m_bg_c: '#fff',
                    m_b_s: '2',
                    m_bg_h_c: '#f0f8e0',
                    s_s: 'fast',
                    m_s: 'medium'
                });
                jQuery("#ppMenu3").ppMenu({
                    m_w: '120',
                    m_t_c: '#028fed',
                    m_c_c: '#transparent',
                    m_bg_c: '#fff',
                    m_b_s: '2',
                    m_bg_h_c: '#fff',
                    s_s: 'fast',
                    m_s: 'medium'
                });
            });
        });

    </script>
    <!-- ads Scripts Starts-->
    <!--<script type="text/javascript">

        //configuration 
        OAS_url = 'http://oasc03004.247realmedia.com/RealMedia/ads/';
        OAS_sitepage = 'www.apnewsarchive.com/newsarchive/Article';
        OAS_listpos = 'Top,x02,x04,x80,x81';
        OAS_query = '';
        OAS_target = '_top';
        //end of configuration
        OAS_version = 10;
        OAS_rn = '001234567890'; OAS_rns = '1234567890';
        OAS_rn = new String(Math.random()); OAS_rns = OAS_rn.substring(2, 11);
        function OAS_NORMAL(pos) {
            document.write('<A HREF="' + OAS_url + 'click_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + '?' + OAS_query + '" TARGET=' + OAS_target + '>');
            document.write('<IMG SRC="' + OAS_url + 'adstream_nx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '!' + pos + '?' + OAS_query + '" BORDER=0></A>');
        }

    </script>-->
    <!--<script type="text/javascript">

        OAS_version = 11;
        if ((navigator.userAgent.indexOf('Mozilla/3') != -1) || (navigator.userAgent.indexOf('Mozilla/4.0 WebTV') != -1))
            OAS_version = 10;
        if (OAS_version >= 11)
            document.write('<SCR' + 'IPT LANGUAGE=JavaScript1.1 SRC="' + OAS_url + 'adstream_mjx.ads/' + OAS_sitepage + '/1' + OAS_rns + '@' + OAS_listpos + '?' + OAS_query + '"><\/SCRIPT>'); //
    </script>-->
    <!-- <script type="text/javascript">

        document.write('');
        function OAS_AD(pos) {
            if (OAS_version >= 11)
                OAS_RICH(pos);
            else
                OAS_NORMAL(pos);
        }
    </script>-->
    <!-- ads Scripts Ends-->
    <!-- New Ad script-->
    <script type='text/javascript'>
        var googletag = googletag || {};
        googletag.cmd = googletag.cmd || [];
        (function () {
            var gads = document.createElement('script');
            gads.async = true;
            gads.type = 'text/javascript';
            var useSSL = 'https:' == document.location.protocol;
            gads.src = (useSSL ? 'https:' : 'http:') +
'//www.googletagservices.com/tag/js/gpt.js';
            var node = document.getElementsByTagName('script')[0];
            node.parentNode.insertBefore(gads, node);
        })();
    </script>
    <script type='text/javascript'>
        googletag.cmd.push(function () {
            googletag.defineSlot('/15786418/ApNewsArchive', [728, 90], 'TopBannerDiv').addService(googletag.pubads());
            googletag.defineSlot('/15786418/ApNewsArchive', [300, 250], 'RightBannerDiv').addService(googletag.pubads());
            googletag.defineSlot('/15786418/ApNewsArchive', [728, 90], 'BottomBannerDiv').addService(googletag.pubads());
            googletag.defineSlot('/15786418/ApNewsArchive', [300, 250], 'RightBannerDiv2').addService(googletag.pubads());
            // googletag.defineOutOfPageSlot('/15786418/ApNewsArchive', 'div-gpt-ad-1349362884911-0-oop').addService(googletag.pubads());
            googletag.pubads().enableSingleRequest();
            googletag.enableServices();
            //TopBannerDiv
            // RightBannerDiv
            // BottomBannerDiv
            //BottomBannerDiv2

        });
    </script>
    <!-- New Ad End-->
    <style type="text/css">
    .divclearable {
	border: 1px solid #888;
	display: -moz-inline-stack;
	display: inline-block;
	zoom:1;
	*display:inline;	
	padding-right:7px;
	vertical-align:middle;
	margin-right:-5px;
	 -moz-box-shadow:inset 0px 1px 2px #d8d8d8; 
	-webkit-box-shadow:inset 0px 1px 2px #d8d8d8;
	box-shadow:inset 0px 1px 2px #d8d8d8;
	background-color:#ffffff;
}

a.clearlink {
	background:url(/NewsArchive/images/icon/clearSrch_icn.png) no-repeat ;
	background-position: center center;
	cursor: pointer;
	display: -moz-inline-stack;
	display: inline-block;	
	zoom:1;
	*display:inline;	
	height: 12px;
	width: 12px;
	z-index: 2000;
	border: 0px solid;
	vertical-align:middle;	
	padding-top:12px;
}
.clearable
{
    background:url(../images/mGlsBg.png) no-repeat left #fff;
    -moz-box-shadow:inset 1px 1px 1px #d8d8d8; 
	-webkit-box-shadow:inset 1px 1px 2px #d8d8d8;
	box-shadow:inset 1px 1px 2px #d8d8d8;
}
    </style>
    <script type="text/javascript">
        jQuery.fn.clearable = function () {

            $(this).css({ 'border-width': '0px', 'outline': 'none', 'width': '250px', 'height': '24px', 'line-height': '24px', 'background-repeat': 'no-repeat', 'padding-left': '10px' })
		.wrap('<div id="sq" class="divclearable"></div>')
		.parent()
		.attr('class', $(this).attr('class') + ' divclearable')
		.append('<a class="clearlink" onclick="javascript:ClearTextBox();return false;"></a>');

            //            $('.clearlink')
            //		.click(function () {

            //		    //		    $(this).prev().val('').css("background", "url(../images/mGlsBg.png) no-repeat");
            //		    $('#srchBx').css("background-image", "url(images/mGlsBg.png)");
            //		});
        }
        function CursorKeyDown(e) {
            if (!e) e = window.event;
            switch (e.keyCode) {
                case 13:
                    OnSearchBtn_Click('SearchTextBox');
                    return false;
                    break;
            }
        }   
    </script>
</head>
<body class="mnFrnt rslts" onclick='closePopup()' onkeydown="CursorKeyDown(event);">
    <script type="text/javascript">
        (function () {
            var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
        })();
    </script>
    <div align="center" style="padding: 0px 15px 0px 15px">
        <!-- Page Content Section [Begin]-->
        <div class="main">
            <!-- User/language Specific Header [Begin] -->
            <div class="personalizedSection">
                <div class="tpNavBr">
                    <div id="user">
                        <span><a class="link" href="http://www.ap.org/" target="_blank" style="color: #ffffff;">About AP</a>
                        </span><span><a class="link" href="http://customersupport.ap.org/newsarchive/CS/"
                            target="_blank" style="color: #ffffff;">Contact Us</a> </span>
                            <span><a class="link" href="http://getapmobile.com"
                            target="_blank" style="color: #ffffff;">Get AP Mobile</a> </span>
                           <span><a class="link" href="/NewsArchive/Help/default.htm#Welcome.htm"
                                target="_blank" style="color: #ffffff;">Help</a> </span>
                    </div>
                </div>
            </div>
            <!-- User/language Specific Header [End] -->
            <table cellpadding="0" cellspacing="0" class="vTop">
                <tr>
                    <td class="topleft">
                    </td>
                    <td class="topmiddle">
                    </td>
                    <td class="topright">
                    </td>
                </tr>
                <tr>
                    <td class="centerleft">
                        <div class="shdCntLeft">
                        </div>
                    </td>
                    <td class="pagecontent">
                        <!-- Page Header [Begin]-->
                        <div class="banner">
                            <div class="logo">
                                <div>
                                    <table>
                                        <tr>
                                            <td style="width: 20px">
                                                <a href="/" title="Associated Press"></a>
                                            </td>
                                            <td style="width: 170px; vertical-align: top">
                                                <div id="NewsTitle">
                                                    News Archive
                                                </div>
                                                <span id="BetaLogo" style="padding-left: 120px;" class="style1">BETA</span>
                                            </td>
                                        </tr>
                                        <tr>
                                            <td colspan="2">
                                            </td>
                                        </tr>
                                    </table>
                                </div>
                            </div>
                            <div id="TopBannerDiv" style="text-align: center;max-height:110px;overflow:hidden">
                                <div class="" style="padding-left: 80px;padding-bottom:10px";>
                                    <div class="">
                                        <script type="text/javascript" language="JavaScript">
                                            googletag.cmd.push(function () { googletag.display('TopBannerDiv'); }); //Top banner
                                        </script>
                                    </div>
                                </div>
                            </div>
                            <!-- <div class="logo_desc">
                                <span>Essential News Archives from the Associated Press</span></div>
                        </div>-->
                            <!-- Page Header [End]-->
                            <!-- Home Page Content [Begin]-->
                            <!-- <div id="TopBannerDiv" style="text-align: center">
                            <div class="" style="padding-left: 80px; padding: 10px 0px 10px 0px;">
                                <div class="">
                                    <script type="text/javascript" language="JavaScript">
                                        OAS_AD('Top');  //Top banner
                                    </script>
                                </div>
                            </div>
                        </div>-->
                            <div class="mn_cnt">
                                <div class="frm_cnt">
                                    <div class="pnlsPromo">
                                        <!--  <div class="adTp">
                        <div class="adPn_cnt">
                            <img src="/NewsArchive/images/ArticleImages/bigArtclAd.jpg" alt="" />
                            <div class="adTpLnk">
                                <a href="#">Advertise with Associated Press <span>»</span></a></div>
                        </div>
                    </div>-->
                                        <div class="cntWrp">
                                            <div class="cntClm">
                                                <!-- Top tool bar (start) -->
                                                <div class="rsltsTls">
                                                   <!--  <span class="emlIcn"><a href="#" onclick="emailTo();return false">Email</a></span> -
                                                    <span class="prntIcn"><a href="javascript: void(0);" onclick="PrintArticle();return false;">
                                                        Print</a></span> --> <span class="txtIcn"><a href="#" class="txtMns"></a><span class="txtLbl">
                                                            Text</span> <a href="#" class="txtPls"></a></span>
                                                    <div id="ppMenu1" class="ppMenu" style="border: 0; margin-top: -8px">
                                                        <ul style="width: 40px">
                                                            <li class="ttlPp"><a href="#" style="color: #363636;"><span>More&nbsp;&nbsp;</span></a>
                                                                <ul>
                                                                    <li><a target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&url=CONTENT-URL&title=CONTENT-TITLE&summary=DEATILS-OPTIONAL&source=YOURWEBSITE-NAME"
                                                                        onclick="window.open('http://www.linkedin.com/shareArticle?mini=true&url=' + parent.document.URL + '&title=' + document.title.replace(/ /g, '+'));return false;"
                                                                        style="text-align: left;" class="linkedIn">LinkedIn</a></li>
                                                                    <li><a class="dgg" target="_blank" title="Digg" href="http://digg.com/submit?url"
                                                                        onclick="window.open('http://digg.com/submit?url' + parent.document.URL + '&title=' + document.title.replace(/ /g, '+'));return false;">
                                                                        Digg</a></li>
                                                                    <li><a href="http://www.reddit.com/submit" target="_New" class="reddit" onclick="window.open('http://www.reddit.com/submit?url=' + parent.document.URL + '&title=' + document.title.replace(/ /g, '+'));return false;">
                                                                        REddit</a></li>
                                                                    <li><a class="delicios" target="_blank" title="Del.icio.us" href="http://www.delicious.com/save"
                                                                        onclick="window.open('http://www.delicious.com/save?v=5&noui&jump=close&url='+encodeURIComponent(location.href)+'&title='+encodeURIComponent(document.title), 'delicious'); return false;">
                                                                        Del.icio.us</a></li>
                                                                    <li><a href="#" class="stumbleupon" onclick="window.open('http://www.stumbleupon.com/submit?url=' + parent.document.URL + '&title=' + document.title.replace(/ /g, '+'));return false;">
                                                                        StumbleUpon</a></li>
                                                                    <li style="padding-top: 0px; padding-bottom: 0px;"><a class="yahoo" target="_New"
                                                                        title="Yahoo" onclick="window.open('http://myweb.search.yahoo.com/myresults/bookmarklet?u=' + parent.document.URL + '&title=' + document.title.replace(/ /g, '+'));return false;"
                                                                        href="http://myweb.search.yahoo.com/myresults/bookmarklet?u=">Yahoo</a></li>
                                                                    <li><a href="aim:goim?screenname=http://localhost:61378/MainPage.aspx#?SearchText=bush&start=10&num=10"
                                                                        class="aim">AIM</a></li>
                                                                    <li><a href="javascript:emailTo()"
                                                                        class="email">Email</a></li>
                                                                </ul>
                                                            </li>
                                                        </ul>
                                                    </div>
                                                    <div class="shrBr" style="margin-right: -50px">
                                                        <div class="shrEnt">
                                                            <script type="text/javascript">
                                                                (function (d) {
                                                                    var js, id = 'facebook-jssdk';
                                                                    if (d.getElementById(id)) {
                                                                        return;
                                                                    }
                                                                    js = d.createElement('script'); js.id = id; js.async = true;
                                                                    js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
                                                                    d.getElementsByTagName('head')[0].appendChild(js);
                                                                }
                                            (document));</script>
                                                            <div class="fb-like" data-send="false" data-layout="button_count" data-width="50"
                                                                data-show-faces="true">
                                                            </div>
                                                        </div>
                                                        <div class="shrEnt">
                                                            <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" >
                                                                Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
                                                        </div>
                                                        <div class="shrEnt">
                                                            <!-- Place this tag where you want the +1 button to render -->
                                                            <g:plusone size="medium"></g:plusone>
                                                            <!-- Place this render call where appropriate -->
                                                            <script type="text/javascript">
                                                                (function () {
                                                                    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
                                                                    po.src = 'https://apis.google.com/js/plusone.js';
                                                                    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
                                                                })();
                                                            </script>
                                                        </div>
                                                    </div>
                                                </div>
                                                
                                                <!-- Top tool bar (end) -->
                                                <!-- <a href="javascript:void(0)" class="srchreslt" onclick="javascript:GoBackToSerchResults();">
                                                Back to Search Results</a>-->
                                                <div>
                                                    
<div class="ap_story ap_story-9bf7aa2f91f146d7aaeb7f63e8be1255 hnews hentry item"> <span class="updated dtstamp" title="2017-08-31T03:04:52Z">
                                                    <h1 class="ap_headTitle">
                                                        <span class="ap_head ap_head-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-title">The Latest: Death toll 31 as 6 more fatalities confirmed</span></h1>
                                                    <span id="byLine" class="author vcard"><span class="url fn" style="color: #0066CC;">
                                                        AP</span><span> , Associated Press</span> <a rel="principles" title="THE ASSOCIATED PRESS STATEMENT OF NEWS VALUES AND PRINCIPLES"
                                                            href="http://www.ap.org/company/News-Values" class="pbbIcn"></a></span>
                                                    <div style="clear: both;">
                                                        <!-- <span id="newsarchivetext" class="apPr">AP News Archive</span> --><strong class="ap_dt_stmp"><span class="ap_dt_stmp ap_dt_stmp-9bf7aa2f91f146d7aaeb7f63e8be1255">Aug. 30, 2017</span></strong>&nbsp;<span class="ap_tm_stmp"><span class="ap_tm_stmp ap_tm_stmp-9bf7aa2f91f146d7aaeb7f63e8be1255">11:04 PM ET</span></span></div>
                                                    <div style="clear:both;font-size: 11px" id="storyBodyDiv9bf7aa2f91f146d7aaeb7f63e8be1255"> <script>ispublishedin30Days=false</script><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content"><span id="dateLine" class="dateline"><!-- StartDateLine -->HOUSTON<!-- EndDateLine --></span> (AP) — The Latest on Tropical Depression Harvey (all times local):</p> 
<div id="ap_story_photo" class="ap_story_photo">
  <script>totalPhotoCount=21</script>
  <div id="apPhotoGal0" class="ap_pht">
    <div class="ap_photo_wrapper photoInt" style="vertical-align: middle; text-align: center">
      <img src="http://hosted2.ap.org/CBImages/?media=photo&amp;contentId=653ef37145854936bf8be8d82e9c9dbe&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-08-31T00:22:33&amp;authToken=eNoFwrsNwCAMBcCJLBn%2f8CtYBnAkupQpGD66u%2fWN0HCTyJbBzGbc7jojXOvR3sg8nQwaNJ%2bcVLlTCgt71j3vIEgXYQA%2f9rcT8g%3d%3d" class="ap_photo" height="133" width="200" style="padding-top:32px" />
    </div>
    <span class="author">Melissa Phillip</span>
    <div class="ap_pht_cap_footertext">CORRECTS BYLINE - Robert Spooner, a U.S. Customs and Border patrol officer, center, and other volunteers work to prepare boats to help people in the aftermath of Harvey, Wednesday, Aug.30, 2017 in Houston. Harvey's floodwaters started dropping across much of the Houston area, but many thousands of homes in and around the nation's fourth-largest city were still swamped and could stay that way for days or longer. (Melissa Phillip/Houston Chronicle via AP)</div>
    <div class="ap_pht_nv">
      <span class="floatLt"><a href="http://www.apimages.com" target="_blank" >APImages.com</a></span>&nbsp;<span class="floatRt"><a id ="ap_MorePhoto" style="cursor:pointer" >More photos</a> »</span></div>
  </div>
  <div class="ap_pht" id="ppPhoto">
    <div class="ap_photo_wrapper">
      <img src="http://hosted2.ap.org/CBImages/?media=photo&amp;contentId=653ef37145854936bf8be8d82e9c9dbe&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-08-31T00:22:33&amp;authToken=eNoFwrsNwCAMBcCJLBn%2f8CtYBnAkupQpGD66u%2fWN0HCTyJbBzGbc7jojXOvR3sg8nQwaNJ%2bcVLlTCgt71j3vIEgXYQA%2f9rcT8g%3d%3d" height="229" width="345" class="ap_photo" />
    </div>
  </div>
  <div class="ap_pht" style="visibility:hidden;display:none" id="ppPhoto1">
    <div class="ap_photo_wrapper">
      <img src="http://hosted2.ap.org/CBImages/?media=photo&amp;contentId=653ef37145854936bf8be8d82e9c9dbe&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-08-31T00:22:33&amp;authToken=eNoFwrsNwCAMBcCJLBn%2f8CtYBnAkupQpGD66u%2fWN0HCTyJbBzGbc7jojXOvR3sg8nQwaNJ%2bcVLlTCgt71j3vIEgXYQA%2f9rcT8g%3d%3d" height="229" width="345" style="padding-top:57px" class="ap_photo" />
    </div>
    <div class="ppInfo">
      <div class="ap_pht_cap_text">CORRECTS BYLINE - Robert Spooner, a U.S. Customs and Border patrol officer, center, and other volunteers work to prepare boats to help people in the aftermath of Harvey, Wednesday, Aug.30, 2017 in Houston. Harvey's floodwaters started dropping across much of the Houston area, but many thousands of homes in and around the nation's fourth-largest city were still swamped and could stay that way for days or longer. (Melissa Phillip/Houston Chronicle via AP)</div>
      <a href="javascript:void(0)" id="ppClBtn1" class="ppClBtn" onClick="javascript:closePopup();" />
      <div class="ppNvBr"><a href="#" onclick="javascript:clickNextPhoto();return false;" class="thmbNext"></a><span class="thmbInfo">1 of 21</span> <a href="#" onclick="javascript:clickPreviousPhoto();return false;" class="thmbPrev"></a><div class="ppNv"><a href="http://www.apimages.com" target="_blank" class="floatLtSide">APImages.com</a></div></div>
    </div>
  </div>
  <div class="ap_pht" style="visibility:hidden;display:none" id="ppPhoto2">
    <div class="ap_photo_wrapper">
      <img src="http://hosted2.ap.org/CBImages/?media=photo&amp;contentId=fd13823a0b844ceeab9b0de882578e80&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-08-30T18:52:26&amp;authToken=eNoFwjEOwCAIBdATkSAgfgcPI0oTt44dPHzz3s1vuHo1cRQ4M5txueuMZxeF6CQOGNnKpBk9iHcCUhsSfM87qGnXpmI%2f9MATyg%3d%3d" height="228" width="345" style="padding-top:57px" class="ap_photo" />
    </div>
    <div class="ppInfo">
      <div class="ap_pht_cap_text">Tracy Thibodeaux stands on West Port Arthur Road in Beaumont, Texas, and looks for her mother and father who were stranded in their flooded home in the aftermath of  Harvey on Wednesday Aug.  30, 2017.   (Jay Janner/Austin American-Statesman via AP)</div>
      <a href="javascript:void(0)" id="ppClBtn2" class="ppClBtn" onClick="javascript:closePopup();" />
      <div class="ppNvBr"><a href="#" onclick="javascript:clickNextPhoto();return false;" class="thmbNext"></a><span class="thmbInfo">2 of 21</span> <a href="#" onclick="javascript:clickPreviousPhoto();return false;" class="thmbPrev"></a><div class="ppNv"><a href="http://www.apimages.com" target="_blank" class="floatLtSide">APImages.com</a></div></div>
    </div>
  </div>
  <div class="ap_pht" style="visibility:hidden;display:none" id="ppPhoto3">
    <div class="ap_photo_wrapper">
      <img src="http://hosted2.ap.org/CBImages/?media=photo&amp;contentId=89974af12dc2430e9c54f0a6f37caffb&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-10-18T17:32:25&amp;authToken=eNoFwjEOwCAIBdATkQB%2bEQYPY2lJ3Dp28PDNe%2bf5pjXrUHNxY2aA5eSeHjGwSkjvVELjhyI7qHhZtZGr6jr7nQKB92DRHwEsFC0%3d" height="185" width="345" style="padding-top:79px" class="ap_photo" />
    </div>
    <div class="ppInfo">
      <div class="ap_pht_cap_text">Evacuees escaping the floodwaters from Tropical Storm Harvey rest at the George R. Brown Convention Center that has been set up as a shelter in Houston, Texas, Tuesday, Aug. 29, 2017. (AP Photo/LM Otero)</div>
      <a href="javascript:void(0)" id="ppClBtn3" class="ppClBtn" onClick="javascript:closePopup();" />
      <div class="ppNvBr"><a href="#" onclick="javascript:clickNextPhoto();return false;" class="thmbNext"></a><span class="thmbInfo">3 of 21</span> <a href="#" onclick="javascript:clickPreviousPhoto();return false;" class="thmbPrev"></a><div class="ppNv"><a href="http://www.apimages.com" target="_blank" class="floatLtSide">APImages.com</a></div></div>
    </div>
  </div>
  <div class="ap_pht" style="visibility:hidden;display:none" id="ppPhoto4">
    <div class="ap_photo_wrapper">
      <img src="http://hosted2.ap.org/CBImages/?media=photo&amp;contentId=891bf3506b3e4688b651162aa00b393f&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-08-30T12:31:32&amp;authToken=eNoNwbENwDAIBMCJkMCY11N4GBM5kruUKTx8cnfWO%2bCI3kAj9NeV59qDaXV7qKB8SQcphTAxtDlVy9Pvs58hlmSEpX%2fsVhM%2f" height="195" width="345" style="padding-top:74px" class="ap_photo" />
    </div>
    <div class="ppInfo">
      <div class="ap_pht_cap_text">A home is surrounded by floodwaters from Tropical Storm Harvey on Tuesday, Aug. 29, 2017, in Houston. (AP Photo/David J. Phillip)</div>
      <a href="javascript:void(0)" id="ppClBtn4" class="ppClBtn" onClick="javascript:closePopup();" />
      <div class="ppNvBr"><a href="#" onclick="javascript:clickNextPhoto();return false;" class="thmbNext"></a><span class="thmbInfo">4 of 21</span> <a href="#" onclick="javascript:clickPreviousPhoto();return false;" class="thmbPrev"></a><div class="ppNv"><a href="http://www.apimages.com" target="_blank" class="floatLtSide">APImages.com</a></div></div>
    </div>
  </div>
  <div class="ap_pht" style="visibility:hidden;display:none" id="ppPhoto5">
    <div class="ap_photo_wrapper">
      <img src="http://hosted2.ap.org/CBImages/?media=photo&amp;contentId=6fb6534449af40f39f7f696b241f5b19&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-08-29T20:53:29&amp;authToken=eNoNwbENgDAMBMCJLNnx%2bxMXGYYgLNFRUmR4uNvXO%2bkMNA4b1B907POerMVwQJBHCbRcsnoJk6vBKpblvp9p3rrCQ9sH9t4Tdg%3d%3d" height="229" width="345" style="padding-top:57px" class="ap_photo" />
    </div>
    <div class="ppInfo">
      <div class="ap_pht_cap_text">Kori'yana Lyons (left) and Phyllis Moore rest on their cots at the Salvation Army in Beaumont Tuesday, Aug. 29, 2017. The women were traveling to Houston from Gulfport, MS, to work with LGS Staffing in hurricane clean-up when they encountered the shut down of I-10 heading West. (Kim Brent/The Beaumont Enterprise via AP)</div>
      <a href="javascript:void(0)" id="ppClBtn5" class="ppClBtn" onClick="javascript:closePopup();" />
      <div class="ppNvBr"><a href="#" onclick="javascript:clickNextPhoto();return false;" class="thmbNext"></a><span class="thmbInfo">5 of 21</span> <a href="#" onclick="javascript:clickPreviousPhoto();return false;" class="thmbPrev"></a><div class="ppNv"><a href="http://www.apimages.com" target="_blank" class="floatLtSide">APImages.com</a></div></div>
    </div>
  </div>
  <div class="ap_pht" style="visibility:hidden;display:none" id="ppPhoto6">
    <div class="ap_photo_wrapper">
      <img src="http://hosted2.ap.org/CBImages/?media=photo&amp;contentId=0a01641c29144f10a79f36cdb248f2ba&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-08-30T13:15:01&amp;authToken=eNoNwTsOwCAIANATkfATceAwSGvi1rGDh2%2ffO%2fcbJtaUzckNf4p%2bagcmkikV8CAFXYSQfSwQq2uy%2buKZZz8hTTr6cP4A2boTXw%3d%3d" height="345" width="268" class="ap_photo" />
    </div>
    <div class="ppInfo">
      <div class="ap_pht_cap_text">In this photo provided by Beulah Johnson, people inside the Bowers Civic Center in Port Arthur, Texas, Wednesday, Aug. 30, 2017, are surrounded by floodwaters caused by Tropical Storm Harvey that overcame the facility that was being used as a shelter for those seeking refuge from the storm. Authorities said it's not clear where the evacuees will go. (Beulah Johnson via AP)</div>
      <a href="javascript:void(0)" id="ppClBtn6" class="ppClBtn" onClick="javascript:closePopup();" />
      <div class="ppNvBr"><a href="#" onclick="javascript:clickNextPhoto();return false;" class="thmbNext"></a><span class="thmbInfo">6 of 21</span> <a href="#" onclick="javascript:clickPreviousPhoto();return false;" class="thmbPrev"></a><div class="ppNv"><a href="http://www.apimages.com" target="_blank" class="floatLtSide">APImages.com</a></div></div>
    </div>
  </div>
  <div class="ap_pht" style="visibility:hidden;display:none" id="ppPhoto7">
    <div class="ap_photo_wrapper">
      <img src="http://hosted2.ap.org/CBImages/?media=photo&amp;contentId=c1e1815b76704f4997939575a5cf8c37&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-08-29T14:04:06&amp;authToken=eNoNwbsNgDAMBcCJLNn491xkGLCIlI6SIsPD3b7fERpuR0AQ%2fDPG7jVaboH4RRnJZNOKKkupPP30nmjNvZ7hWQWG5gfXUhMM" height="223" width="345" style="padding-top:60px" class="ap_photo" />
    </div>
    <div class="ppInfo">
      <div class="ap_pht_cap_text">People line up for food as others rest at the George R. Brown Convention Center that has been set up as a shelter for evacuees escaping the floodwaters from Tropical Storm Harvey in Houston, Texas, Tuesday, Aug. 29, 2017. (AP Photo/LM Otero)</div>
      <a href="javascript:void(0)" id="ppClBtn7" class="ppClBtn" onClick="javascript:closePopup();" />
      <div class="ppNvBr"><a href="#" onclick="javascript:clickNextPhoto();return false;" class="thmbNext"></a><span class="thmbInfo">7 of 21</span> <a href="#" onclick="javascript:clickPreviousPhoto();return false;" class="thmbPrev"></a><div class="ppNv"><a href="http://www.apimages.com" target="_blank" class="floatLtSide">APImages.com</a></div></div>
    </div>
  </div>
  <div class="ap_pht" style="visibility:hidden;display:none" id="ppPhoto8">
    <div class="ap_photo_wrapper">
      <img src="http://hosted2.ap.org/CBImages/?media=photo&amp;contentId=2ed61dd8a5c94a849814aef0ecb4fcd2&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-08-29T14:18:18&amp;authToken=eNoFwjEOwCAIBdATkQDFHxw8jAImbh07ePjmvVvfwINmChcHM8Ok3ThDKyGZTrNFJ5tu1F2MZm2uWLYj9Z53QNVFWPUHAFcUVQ%3d%3d" height="197" width="345" style="padding-top:73px" class="ap_photo" />
    </div>
    <div class="ppInfo">
      <div class="ap_pht_cap_text">People rest at the George R. Brown Convention Center that has been set up as a shelter for evacuees escaping the floodwaters from Tropical Storm Harvey in Houston on Tuesday, Aug. 29, 2017. (AP Photo/LM Otero)</div>
      <a href="javascript:void(0)" id="ppClBtn8" class="ppClBtn" onClick="javascript:closePopup();" />
      <div class="ppNvBr"><a href="#" onclick="javascript:clickNextPhoto();return false;" class="thmbNext"></a><span class="thmbInfo">8 of 21</span> <a href="#" onclick="javascript:clickPreviousPhoto();return false;" class="thmbPrev"></a><div class="ppNv"><a href="http://www.apimages.com" target="_blank" class="floatLtSide">APImages.com</a></div></div>
    </div>
  </div>
  <div class="ap_pht" style="visibility:hidden;display:none" id="ppPhoto9">
    <div class="ap_photo_wrapper">
      <img src="http://hosted2.ap.org/CBImages/?media=photo&amp;contentId=ae81f17393224b768867f7c6717aec07&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-10-18T17:33:16&amp;authToken=eNoFwrkNwCAQBMCKTroHdo%2bAYjACicyhA4q3Zu76OgK1ONISqopi9c7Tx0rbxpAW7lIeQjJB2ZygcaypvOftkq16NDB%2f8BkTZA%3d%3d" height="229" width="345" style="padding-top:57px" class="ap_photo" />
    </div>
    <div class="ppInfo">
      <div class="ap_pht_cap_text">ADDS NAME OF BOY - Malachia Medrano, 2, sleeps at the George R. Brown Convention Center that has been set up as a shelter for evacuees escaping the floodwaters from Tropical Storm Harvey in Houston, Texas, Tuesday, Aug. 29, 2017. (AP Photo/LM Otero)</div>
      <a href="javascript:void(0)" id="ppClBtn9" class="ppClBtn" onClick="javascript:closePopup();" />
      <div class="ppNvBr"><a href="#" onclick="javascript:clickNextPhoto();return false;" class="thmbNext"></a><span class="thmbInfo">9 of 21</span> <a href="#" onclick="javascript:clickPreviousPhoto();return false;" class="thmbPrev"></a><div class="ppNv"><a href="http://www.apimages.com" target="_blank" class="floatLtSide">APImages.com</a></div></div>
    </div>
  </div>
  <div class="ap_pht" style="visibility:hidden;display:none" id="ppPhoto10">
    <div class="ap_photo_wrapper">
      <img src="http://hosted2.ap.org/CBImages/?media=photo&amp;contentId=74235fc00dd140b0a8bd7016837183db&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-08-29T19:21:59&amp;authToken=eNoFwrENwDAIBMCJkB6DHxoPE5tEcpcyhYeP7s79DRq7N6YmAdC1n7VHeLP%2bLAiqVBwTcuUsCSjTQtNqnv0OJZMtaD%2fenBM0" height="200" width="345" style="padding-top:71px" class="ap_photo" />
    </div>
    <div class="ppInfo">
      <div class="ap_pht_cap_text">Volunteers Brenda Tcoc, right, and Hugo Wilson help sort bags of donated clothes for victims of the flooding from Tropical Storm Harvey after a shelter opened at the Lakewood Church in Houston, Texas, Tuesday, Aug. 29, 2017. (AP Photo/LM Otero)</div>
      <a href="javascript:void(0)" id="ppClBtn10" class="ppClBtn" onClick="javascript:closePopup();" />
      <div class="ppNvBr"><a href="#" onclick="javascript:clickNextPhoto();return false;" class="thmbNext"></a><span class="thmbInfo">10 of 21</span> <a href="#" onclick="javascript:clickPreviousPhoto();return false;" class="thmbPrev"></a><div class="ppNv"><a href="http://www.apimages.com" target="_blank" class="floatLtSide">APImages.com</a></div></div>
    </div>
  </div>
  <div class="ap_pht" style="visibility:hidden;display:none" id="ppPhoto11">
    <div class="ap_photo_wrapper">
      <img src="http://hosted2.ap.org/CBImages/?media=photo&amp;contentId=5d073c3e800844c7bf3af5240c264289&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-08-29T19:14:11&amp;authToken=eNoFwrsNwCAMBcCJLD1%2fcQqGCQ5IdClTMHx0d%2bbXQ8NNIjkDQBj7qd39QdPSSQkkmVWjsfSm5WIoCZO8zn57NGGIs%2fzeBhMC" height="197" width="345" style="padding-top:73px" class="ap_photo" />
    </div>
    <div class="ppInfo">
      <div class="ap_pht_cap_text">Shane Johnson removes items from a family home destroyed in the wake of Harvey, Tuesday, Aug. 29, 2017, in Rockport, Texas. (AP Photo/Eric Gay)</div>
      <a href="javascript:void(0)" id="ppClBtn11" class="ppClBtn" onClick="javascript:closePopup();" />
      <div class="ppNvBr"><a href="#" onclick="javascript:clickNextPhoto();return false;" class="thmbNext"></a><span class="thmbInfo">11 of 21</span> <a href="#" onclick="javascript:clickPreviousPhoto();return false;" class="thmbPrev"></a><div class="ppNv"><a href="http://www.apimages.com" target="_blank" class="floatLtSide">APImages.com</a></div></div>
    </div>
  </div>
  <div class="ap_pht" style="visibility:hidden;display:none" id="ppPhoto12">
    <div class="ap_photo_wrapper">
      <img src="http://hosted2.ap.org/CBImages/?media=photo&amp;contentId=14f7d05d713e44f68dbc4f62ec79c4a1&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-08-29T18:15:38&amp;authToken=eNoNxjEOwCAIAMAXkQAi0MHHVNDErWMHHt%2fedLXeoU27sDq5IiILc8UZJNsSe4JRWyCyFTxnwB9eYVfITXWeYWTem6F%2b7qAT1g%3d%3d" height="229" width="345" style="padding-top:57px" class="ap_photo" />
    </div>
    <div class="ppInfo">
      <div class="ap_pht_cap_text">Homes are flooded near the Addicks Reservoir as floodwaters from Tropical Storm Harvey rise Tuesday, Aug. 29, 2017, in Houston. (AP Photo/David J. Phillip)</div>
      <a href="javascript:void(0)" id="ppClBtn12" class="ppClBtn" onClick="javascript:closePopup();" />
      <div class="ppNvBr"><a href="#" onclick="javascript:clickNextPhoto();return false;" class="thmbNext"></a><span class="thmbInfo">12 of 21</span> <a href="#" onclick="javascript:clickPreviousPhoto();return false;" class="thmbPrev"></a><div class="ppNv"><a href="http://www.apimages.com" target="_blank" class="floatLtSide">APImages.com</a></div></div>
    </div>
  </div>
  <div class="ap_pht" style="visibility:hidden;display:none" id="ppPhoto13">
    <div class="ap_photo_wrapper">
      <img src="http://hosted2.ap.org/CBImages/?media=photo&amp;contentId=c497d2d0fc6d439eb845bef13b611554&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-08-29T22:57:21&amp;authToken=eNoFwrsNwCAMBcCJLPn7gguWAYNElzIFw0d3d30dhnBFkwZmVle98%2fTp%2bZQW054ocstFo3nQWFtsQCTC73k7KRtbpjJ%2bGioT9w%3d%3d" height="229" width="345" style="padding-top:57px" class="ap_photo" />
    </div>
    <div class="ppInfo">
      <div class="ap_pht_cap_text">Guests stare out the windows of the Salvation Army after the shelter lost power amid heavy rains Tuesday, Aug. 29, 2017.  (Kim Brent/The Beaumont Enterprise via AP)</div>
      <a href="javascript:void(0)" id="ppClBtn13" class="ppClBtn" onClick="javascript:closePopup();" />
      <div class="ppNvBr"><a href="#" onclick="javascript:clickNextPhoto();return false;" class="thmbNext"></a><span class="thmbInfo">13 of 21</span> <a href="#" onclick="javascript:clickPreviousPhoto();return false;" class="thmbPrev"></a><div class="ppNv"><a href="http://www.apimages.com" target="_blank" class="floatLtSide">APImages.com</a></div></div>
    </div>
  </div>
  <div class="ap_pht" style="visibility:hidden;display:none" id="ppPhoto14">
    <div class="ap_photo_wrapper">
      <img src="http://hosted2.ap.org/CBImages/?media=photo&amp;contentId=55158a2c67fa41e59e6c67772e8437c0&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-09-09T14:00:25&amp;authToken=eNoVxzsKwDAIANATBdT46%2bBhgljI1rGDh2%2b6PHhdb%2bhUYVJHVwAgJurcIYLii3Ko3Wswloyr9K8ZlfO0hN5PIDOa%2bfED8CwTTw%3d%3d" height="229" width="345" style="padding-top:57px" class="ap_photo" />
    </div>
    <div class="ppInfo">
      <div class="ap_pht_cap_text">FILE - In this Aug. 30, 2017 file photo, Gillis Leho looks for documents in her car that was covered by floodwaters brought on by Tropical Storm Harvey in Houston, Texas. The Cox Automotive consultancy estimates that up to 500,000 cars and trucks were damaged or destroyed by the storm, amounting to nearly $5 billion in damage. (AP Photo/LM Otero, File)</div>
      <a href="javascript:void(0)" id="ppClBtn14" class="ppClBtn" onClick="javascript:closePopup();" />
      <div class="ppNvBr"><a href="#" onclick="javascript:clickNextPhoto();return false;" class="thmbNext"></a><span class="thmbInfo">14 of 21</span> <a href="#" onclick="javascript:clickPreviousPhoto();return false;" class="thmbPrev"></a><div class="ppNv"><a href="http://www.apimages.com" target="_blank" class="floatLtSide">APImages.com</a></div></div>
    </div>
  </div>
  <div class="ap_pht" style="visibility:hidden;display:none" id="ppPhoto15">
    <div class="ap_photo_wrapper">
      <img src="http://hosted2.ap.org/CBImages/?media=photo&amp;contentId=09e80f5c04a14dbebb2c1d330b5f7c56&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-08-30T18:07:41&amp;authToken=eNoFwrENwCAMBMCJLD02fkjBMLEDEl3KFAwf3Z35DRq9KnvpBKBV9eQeuGbH8hTUu0h9YkqEppTHDOGrpfPsd2gzNZL4AfSeE%2bU%3d" height="187" width="345" style="padding-top:78px" class="ap_photo" />
    </div>
    <div class="ppInfo">
      <div class="ap_pht_cap_text">Serenity Vanderziel, left and Shelbee LeJeune walk along the flooded Parish Barn Road in Iowa, La., Wednesday, Aug. 30, 2017. Tropical Storm Harvey chugged through southwest Louisiana after an early morning landfall Wednesday, weakening but still posing a continued statewide threat of heavy rain, flash floods and tornadoes as it moved to the northeast. (AP Photo/Rogelio V. Solis)</div>
      <a href="javascript:void(0)" id="ppClBtn15" class="ppClBtn" onClick="javascript:closePopup();" />
      <div class="ppNvBr"><a href="#" onclick="javascript:clickNextPhoto();return false;" class="thmbNext"></a><span class="thmbInfo">15 of 21</span> <a href="#" onclick="javascript:clickPreviousPhoto();return false;" class="thmbPrev"></a><div class="ppNv"><a href="http://www.apimages.com" target="_blank" class="floatLtSide">APImages.com</a></div></div>
    </div>
  </div>
  <div class="ap_pht" style="visibility:hidden;display:none" id="ppPhoto16">
    <div class="ap_photo_wrapper">
      <img src="http://hosted2.ap.org/CBImages/?media=photo&amp;contentId=781e29b3426942278109498ad1cfc311&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-08-30T19:02:00&amp;authToken=eNoNyTEOgDAIRuETNeEHpDBwGMWadHN06OHt8vKSb40vTexQNocbEblyrJrZHYPjkrYpdrg3B%2b0LP2%2fUUwKs%2bSZCOpNB4wffshLx" height="206" width="345" style="padding-top:68px" class="ap_photo" />
    </div>
    <div class="ppInfo">
      <div class="ap_pht_cap_text">Darrington Mason, 11, right, pulls his football helmet from his flooded home where he lives with his grandmother Gillis Leho in Houston, Texas, Wednesday, Aug. 30, 2017. Leho and the her grandchildren had been planning to evacuate by car but had to quickly escape through a window of their home as floodwaters brought on by Tropical Storm Harvey rushed in from nearby Buffalo Bayou. (AP Photo/LM Otero)</div>
      <a href="javascript:void(0)" id="ppClBtn16" class="ppClBtn" onClick="javascript:closePopup();" />
      <div class="ppNvBr"><a href="#" onclick="javascript:clickNextPhoto();return false;" class="thmbNext"></a><span class="thmbInfo">16 of 21</span> <a href="#" onclick="javascript:clickPreviousPhoto();return false;" class="thmbPrev"></a><div class="ppNv"><a href="http://www.apimages.com" target="_blank" class="floatLtSide">APImages.com</a></div></div>
    </div>
  </div>
  <div class="ap_pht" style="visibility:hidden;display:none" id="ppPhoto17">
    <div class="ap_photo_wrapper">
      <img src="http://hosted2.ap.org/CBImages/?media=photo&amp;contentId=51961caa90394c4abeeb7d7ee9bc7f89&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-08-30T18:48:52&amp;authToken=eNoFwjEOwCAIBdATkYBQ5A8eRilN3Dp28PDNe6e%2b4eqXNQ8JZ%2bawhpN7XAKXnJPACrK0SatqUb97FVb2J3D2O0ikQV2U9QciSxSc" height="232" width="345" style="padding-top:55px" class="ap_photo" />
    </div>
    <div class="ppInfo">
      <div class="ap_pht_cap_text">Adriana Perez, left, and Clair Hummel help remove drywall and boards damaged by floodwaters from Tropical Storm Harvey from a friends home Wednesday, Aug. 30, 2017, in Houston. (AP Photo/David J. Phillip)</div>
      <a href="javascript:void(0)" id="ppClBtn17" class="ppClBtn" onClick="javascript:closePopup();" />
      <div class="ppNvBr"><a href="#" onclick="javascript:clickNextPhoto();return false;" class="thmbNext"></a><span class="thmbInfo">17 of 21</span> <a href="#" onclick="javascript:clickPreviousPhoto();return false;" class="thmbPrev"></a><div class="ppNv"><a href="http://www.apimages.com" target="_blank" class="floatLtSide">APImages.com</a></div></div>
    </div>
  </div>
  <div class="ap_pht" style="visibility:hidden;display:none" id="ppPhoto18">
    <div class="ap_photo_wrapper">
      <img src="http://hosted2.ap.org/CBImages/?media=photo&amp;contentId=13c5d2e7375247e39ce7555f73af9714&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-08-30T18:48:34&amp;authToken=eNoNx7sNwCAMBcCJkPx7Ni4YJnJAokuZguGT6%2b7Md7g6TLxzdyLqJnlqD9bCLTOaBqRZTG1ZfwGs0GtlsJ39DE5CIEH2AfLTE2I%3d" height="229" width="345" style="padding-top:57px" class="ap_photo" />
    </div>
    <div class="ppInfo">
      <div class="ap_pht_cap_text">Gillis Leho surveys the damage to her home left by floodwaters brought on by Tropical Storm Harvey in Houston, Texas, Wednesday, Aug. 30, 2017. Leho had been planning to evacuate but had to quickly escape through a window with her grandchildren as rising waters rushed in from nearby Buffalo Bayou. She is staying at the George R. Brown Convention Center but returned home to try and retrieve medications needed for herself and her grandchildren. (AP Photo/LM Otero)</div>
      <a href="javascript:void(0)" id="ppClBtn18" class="ppClBtn" onClick="javascript:closePopup();" />
      <div class="ppNvBr"><a href="#" onclick="javascript:clickNextPhoto();return false;" class="thmbNext"></a><span class="thmbInfo">18 of 21</span> <a href="#" onclick="javascript:clickPreviousPhoto();return false;" class="thmbPrev"></a><div class="ppNv"><a href="http://www.apimages.com" target="_blank" class="floatLtSide">APImages.com</a></div></div>
    </div>
  </div>
  <div class="ap_pht" style="visibility:hidden;display:none" id="ppPhoto19">
    <div class="ap_photo_wrapper">
      <img src="http://hosted2.ap.org/CBImages/?media=photo&amp;contentId=c7fa707bc0134413933342f751e62687&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-08-30T18:42:59&amp;authToken=eNoNyzEOACEIBdETmfABQQoPsxpN7LbcwsMvzWSad9fXTawqW0MzImrKcefp0%2ffj5KNMghTVTIjk8faKZQn8nrcDzgGIyg%2fsHRLh" height="229" width="345" style="padding-top:57px" class="ap_photo" />
    </div>
    <div class="ppInfo">
      <div class="ap_pht_cap_text">Craig Hardy helps clean out the home of Michael Boyd, which was flooded with in the aftermath of Tropical Storm Harvey on Wednesday, Aug. 30, 2017, in Houston. Harvey's floodwaters started dropping across much of the Houston area, but many thousands of homes in and around the nation's fourth-largest city were still swamped and could stay that way for days or longer.  (Brett Coomer/Houston Chronicle via AP)</div>
      <a href="javascript:void(0)" id="ppClBtn19" class="ppClBtn" onClick="javascript:closePopup();" />
      <div class="ppNvBr"><a href="#" onclick="javascript:clickNextPhoto();return false;" class="thmbNext"></a><span class="thmbInfo">19 of 21</span> <a href="#" onclick="javascript:clickPreviousPhoto();return false;" class="thmbPrev"></a><div class="ppNv"><a href="http://www.apimages.com" target="_blank" class="floatLtSide">APImages.com</a></div></div>
    </div>
  </div>
  <div class="ap_pht" style="visibility:hidden;display:none" id="ppPhoto20">
    <div class="ap_photo_wrapper">
      <img src="http://hosted2.ap.org/CBImages/?media=photo&amp;contentId=59b42d91c2bb4047bd14c8be7b4347b7&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-08-31T00:22:10&amp;authToken=eNoFwjESwCAIBMAXMQNyghR%2b5oyFXcoUPj6ze%2fc3w6OjxbARqgp43HVmL6I9ZbIaKVCk8DHIGtxJOJJ5zzvNy7tVRf3%2foBPe" height="249" width="345" style="padding-top:47px" class="ap_photo" />
    </div>
    <div class="ppInfo">
      <div class="ap_pht_cap_text">CORRECTS CREDIT - Danny Hannon carries his dry boots in his backpack as he goes to check his home in the aftermath of Harvey, Wednesday, Aug. 30, 2017 in Houston. Harvey's floodwaters started dropping across much of the Houston area, but many thousands of homes in and around the nation's fourth-largest city were still swamped and could stay that way for days or longer. (Melissa Phillip/Houston Chronicle via AP)</div>
      <a href="javascript:void(0)" id="ppClBtn20" class="ppClBtn" onClick="javascript:closePopup();" />
      <div class="ppNvBr"><a href="#" onclick="javascript:clickNextPhoto();return false;" class="thmbNext"></a><span class="thmbInfo">20 of 21</span> <a href="#" onclick="javascript:clickPreviousPhoto();return false;" class="thmbPrev"></a><div class="ppNv"><a href="http://www.apimages.com" target="_blank" class="floatLtSide">APImages.com</a></div></div>
    </div>
  </div>
  <div class="ap_pht" style="visibility:hidden;display:none" id="ppPhoto21">
    <div class="ap_photo_wrapper">
      <img src="http://hosted2.ap.org/CBImages/?media=photo&amp;contentId=7689a5f4e52d4259a5e40d10eab3eb12&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-08-30T18:42:18&amp;authToken=eNoFwjEOwCAIBdATkQAfUAYPoy1N3Dp28PDNe6e%2bEQg3jS49mNkMca49WvSc%2fhiV602mnjS9jPgWrrlQS%2fTsd5AEAM9E%2bwEPdRQD" height="236" width="345" style="padding-top:53px" class="ap_photo" />
    </div>
    <div class="ppInfo">
      <div class="ap_pht_cap_text">Steven Reinitz helps remove items damaged by floodwaters from Tropical Storm Harvey from his parents home Wednesday, Aug. 30, 2017, in Houston. (AP Photo/David J. Phillip)</div>
      <a href="javascript:void(0)" id="ppClBtn21" class="ppClBtn" onClick="javascript:closePopup();" />
      <div class="ppNvBr"><a href="#" onclick="javascript:clickNextPhoto();return false;" class="thmbNext"></a><span class="thmbInfo">21 of 21</span> <a href="#" onclick="javascript:clickPreviousPhoto();return false;" class="thmbPrev"></a><div class="ppNv"><a href="http://www.apimages.com" target="_blank" class="floatLtSide">APImages.com</a></div></div>
    </div>
  </div>
</div>

<script>
eval("var currentItem9bf7aa2f91f146d7aaeb7f63e8be1255 = 1;");
eval("var next9bf7aa2f91f146d7aaeb7f63e8be1255 = 0;");
eval("var previous9bf7aa2f91f146d7aaeb7f63e8be1255 = 0;");
 </script>


                                                    <!-- <div class="ap_story_photo">
                                 
                                    <div class="ap_pht">
                                        <div class="ap_photo_wrapper photoInt">
                                            <img class="ppIng" src="/NewsArchive/images/ArticleImages/ppIcn.png">
                                            <img src="/NewsArchive/images/ArticleImages/boehner_small.png" alt="" class="ap_photo" />
                                        </div>
                                        <span class="author">(AP Photo/J. Scott Applewhite)</span>
                                        <div class="ap_pht_cap">
                                            House Speaker John Boehner of Ohio walks through a basement ...</div>
                                        <div class="ap_pht_nv">
                                            <span class="floatLt"><a href="http://www.apimages.com">APImages.com</a></span>
                                            <span class="floatRt"><a href="http://www.apimages.com">More photos</a> »</span>
                                        </div>
                                    </div>
                                    -->
                                                    <!--<div id="ppPhoto" class="ap_pht">
                                        <div class="ap_photo_wrapper">
                                            <img src="/NewsArchive/images/ArticleImages/boehner_large.png" alt="" class="ap_photo" />
                                        </div>
                                        <div class="ppInfo">
                                            <a href="javascript:void(0)" id="ppClBtn"></a>
                                            <div class="ap_pht_cap">
                                                House Speaker John Boehner of Ohio walks through a basement John Boehner of Ohio
                                                walks through a basement House Speaker John Boehner of Ohio walks through a basement
                                                (AP Photo/J. Scott Applewhite)
                                            </div>
                                            <div class="ppAd">
                                                <img src="/NewsArchive/images/ArticleImages/ppAdImg.png" alt="" />
                                                <div class="adTpLnk paddedBt6 paddedRt6">
                                                    <a href="#">Advertise with Associated Press <span>»</span></a></div>
                                            </div>
                                            <div class="ppNv">
                                                <a href="http://www.apimages.com" class="floatLt">APImages.com</a>
                                                <div class="ppNvBr">
                                                    <a href="#" class="thmbNext"></a><span class="thmbInfo">1 of 5</span> <a href="#"
                                                        class="thmbPrev"></a>
                                                </div>
                                            </div>
                                        </div>
                                    </div>-->
                                                    <!-- </div>-->
                                                    <p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">10 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Authorities say they have confirmed six more deaths from Harvey, bringing the toll to at least 31.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Harris County — which is home to flood-ravaged Houston — confirmed the additional deaths Wednesday night and said they still needed to do autopsies on another eight people to see if their deaths were storm-related.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The deaths announced Wednesday included a man who stepped on live electrical wire in floodwaters and an evacuee who was found unresponsive on a charter bus. Most of the other deaths were drownings.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">9:10 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">State officials say floodwaters from Harvey toppled two oil storage tanks in south Texas, spilling almost 30,000 gallons of crude.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Burlington Resources Oil and Gas reported the spills in DeWitt County to the Texas Railroad Commission on Wednesday. They include a 16,170-gallon (385 barrels) spill near the town of Westhoff and a 13,272 gallon (316 barrels) spill west of Hochheim. That's an area about 150 miles west of Houston.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">It was not immediately clear if any of the spilled oil was recovered. About 8,500 gallons (200 barrels) of wastewater also spilled.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Burlington Resources is a subsidiary of ConocoPhillips. Company representatives did not immediately respond to telephone and email messages seeking comment.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">More damage to oil industry infrastructure is expected to emerge as floodwaters recede.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">8:10 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Houston officials say they are working to resume various city operations now that the flood waters from Tropical Depression Harvey have begun to recede.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Bus service and the city's light rail system are set to resume on a limited basis starting on Thursday.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The city's trash collection service resumed on Wednesday with heavy trash pickup. Regular trash pickup for the city was set to resume on Thursday.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Houston Mayor Sylvester Turner says he wanted to ensure that trash removal services resumed as quickly as possible because "there will be a lot of debris."</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Most city employees are not set to return to work until Tuesday.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">8 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Houston Fire Department officials say they will begin doing a block-by-block search of neighborhoods that were flooded by Tropical Depression Harvey and had previously been inaccessible to authorities.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Houston Fire Chief Samuel Pena says firefighters will begin searching neighborhoods in southwest Houston starting Thursday morning.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Assistant Fire Chief Richard Mann says the searches are being done to ensure that "no people were left behind." Floodwaters in many parts of Houston have receded while other neighborhoods are still dealing with rising waters from bayous and other swollen waterways.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Mann says the fire department will conduct these searches throughout the city. Officials expect the process to take one to two weeks to complete.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Mann says since Harvey inundated the Houston area, the fire department has received more than 15,000 calls for service. He says the volume of calls has stabilized and the fire department is working to transition from rescues calls to a recovery mode.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">7:25 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">A top county official says Tropical Depression Harvey has taken two lives in Orange, Texas.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Orange County Judge Stephen Carlton would only say the two died Monday night in the city of Orange and that the deaths were storm related. He provided no other details.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The fatalities bring the number of confirmed deaths to 25.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">7:15 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The National Hurricane Center has downgraded Harvey to a tropical depression, but warns of continuing flooding in parts of Southeast Texas and southwest Louisiana.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">In its Wednesday evening update, the hurricane center said Harvey is located about 10 miles (16.09 kilometers) southwest of Alexandria, Louisiana, and has maximum sustained winds of 35 mph (56.32 kph).</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The center said the threat of heavy rains has ended for the Houston and Galveston areas, but "life-threatening" flooding will continue in and around Houston, Beaumont, Port Arthur and southwest Louisiana.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Harvey is expected to produce an additional 4 to 8 inches of rainfall along the Texas-Louisiana line.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">7 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The Leonardo DiCaprio Foundation has donated $1 million to the newly established United Way Harvey Recovery Fund which will go toward relief and recovery efforts for several years.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">United Way Worldwide said Wednesday that the national fund will distribute 100 percent of donations to recovery efforts for those affected by Hurricane Harvey. United Way is the world's largest privately-funded non-profit.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The $1 million from the actor's foundation represents the inaugural donation to the fund. It is the latest disaster relief support from the Oscar-winner's namesake foundation.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Many celebrities have pulled out their pocketbooks to help Harvey victims over the past few days including Sandra Bullock, who on Tuesday donated $1 million to the American Red Cross.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">6:10 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">In Houston's flooded Meyerland district, hundreds of families have been emptying their homes of sodden possessions under a baking sun as temperatures crawled up into the 90s. On Wednesday, they piled couches, soggy drywall and carpets ripped out of foul-smelling homes where floodwater had lingered for more than 24 hours. The curbs were lined with the pickup trucks of cleanup contractors and friends.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">For Harry Duffey, a 48-year-old computer security specialist, this was flood No. 3 in as many years. He'd moved his family of six back into their one-story ranch a block and a half from Bray's Bayou eight months ago — after a second remodeling.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">They figured that if it flooded they'd just drive to their old house about a mile away on higher ground. But they waited too long.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">In no time the water was up to their knees and would reach four feet. They quickly headed to their neighbor's home. The neighbor rebuilt following an earlier flood on a six-foot foundation, which is what Duffey wants to do now. He'll apply for a federal flood grant and hope it's approved because he can't afford what it would cost to elevate his home.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Just before the flood, Duffey got a notice that his flood insurance premium had nearly doubled to $5,300 a year.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">But Duffey has no intention of moving out. First, he can't afford it. Second, he loves the community.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">He says: "I'm not leaving."</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">5:55 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The CEO of a chemical plant northeast of Houston says it could explode and cause an intense fire.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Arkema president and chief executive Rich Rowe said Wednesday that the floodwaters from Harvey and the lack of power are keeping the company from preventing an explosion. The company says the chemical compounds must be stored at low temperatures. He said there is 6 feet of water at the plant and they have lost critical refrigeration of the materials.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Rowe says: "We have lost critical refrigeration of the materials on site that could now explode and cause a subsequent intense fire."</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Arkema makes organic peroxides in Crosby, about 25 miles (40 kilometers) northeast of Houston.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Officials have evacuated the plant and homes within 1.5 miles (2.4 kilometers) of the plant.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Arkema said it shut down the Crosby site before Harvey made landfall last week, but a crew of 11 had been kept onsite. That group was removed Tuesday.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">5:40 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Wednesday afternoon brought the unusual sight of Louisiana's governor holding a news conference on Texas soil.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Louisiana Gov. John Bel Edwards visited a command post set up by Louisiana government agencies on the side of Interstate 10 in Orange.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Edwards said Louisiana wanted to send help, including Fish and Wildlife agents and the Louisiana National Guard because "it's the right thing to do."</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">School buses and transit buses were sent from Lake Charles to carry evacuees to two shelters the state is running there. Louisiana has also opened a shelter in Alexandria, the largest city in the central part of the state.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Edwards said he'd spoken to Texas Gov. Greg Abbott Wednesday about the effort. He said Louisiana would assist for "however long it takes," saying the state owes its western neighbor a debt for its aid in 2005.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Edwards says, "Twelve years and a day ago, it was Hurricane Katrina."</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Edwards is asking for expansion of a federal emergency disaster declaration as Tropical Storm Harvey moves through the state.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">President Donald Trump already has issued such a declaration for five southwestern parishes: Beauregard, Calcasieu, Cameron, Jefferson Davis and Vermilion. Edwards is seeking the addition of Allen, Acadia, Iberia, Natchitoches, Rapides, Sabine and Vernon.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The declaration authorizes the federal government to cover 75 percent of costs of certain emergency protective measures.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">5:20 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Xyrius Langston stood at the edge of a pond in the Houston suburb of Missouri City holding a fishing rod. Several family members were fishing nearby. It was the third pond they had visited Wednesday, looking for something to bite.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Langston's family spent three days inside their home in Missouri City as the floods outside reached their driveway. He says it was getting "kind of chaotic" inside so he decided to go fishing.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Standing at the pond, Langston said he hadn't caught anything in several hours and didn't expect to catch anything. His favorite spots along Matagorda Bay, on the other side of Houston, are still too difficult to reach as many highways and roads remain flooded.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">But Langston said he couldn't fully enjoy the weather, knowing how much of the region remains flooded in. He says he would be helping rescue people if he had a boat.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">5 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Water is continuing to rise on Buffalo Bayou in Houston because of releases from one of two reservoirs in west Houston even though the rain from Tropical Storm Harvey has stopped.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Harris County Flood Control District meteorologist Jeff Lindner says it is hard to forecast what happen because several gauges that have been knocked out by the surging waters.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Buffalo Bayou heads west to east across Houston toward downtown.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">He said levels in the Addicks and Barker reservoirs, which dump water into the bayou, have been constant Wednesday. Edmond Russo, regional engineer with the Army Corps of Engineers, says water is being released into the bayou to create more storage capacity in case of future rain and keep the dams from overflowing.(backslash)</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Lindner says he would not be surprised if the number of homes flooded reaches 100,000 in Harris County.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">4:45 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Forecasters predict a wobbling and weakening Harvey will be downgraded to a tropical depression late Wednesday or early Thursday and that the killer storm will completely dissipate within three to four days.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">But with 40 mph (64 kph) winds as of Wednesday afternoon, Harvey still has lots of rain and potential damage to spread, this time further north.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The National Hurricane Center says that Harvey should drop 4 to 8 inches more of rain from the Louisiana/Texas border northeastward into Tennessee and Kentucky through Friday. Some spots may get as much as a foot of rain. Flooding is a possibility.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The threat of heavy rains for Houston has ended, but catastrophic and potentially deadly flooding will continue around Houston, Beaumont, Port Arthur and southwest Louisiana for the rest of the week.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">4:15 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Among the places to open their doors to victims of Harvey's flooding is a bowling alley in the coastal Texas city of Port Arthur.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Max Bowl general manager Jeff Tolliver says firefighters called Tuesday night to ask him to turn off the venue's alarm system. When he left around 2:30 a.m. Wednesday, there were 80 to 100 people sheltering there. By afternoon, there were more than 500, as well as 50 to 100 dogs and cats, a lizard and a monkey.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">He says the monkey "was a little surprising," but that everyone is trying to help. The bowling alley's cafe is feeding people and others have been dropping off clothes, toiletries, water and other things.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Tolliver and his wife left their flooded home to stay with friends. He says he moved to Texas from Michigan a year ago to get away from the snow, but ended up with rain instead.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">4:05 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Authorities say a married couple who drove their pickup truck into Harvey's floodwaters has drowned after the current from a nearby creek swept them away.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Fort Bend County Sheriff's Maj. Chad Norvell says the couple was on the phone with 911 asking for help when the line went silent. When officers found the truck, it was completely submerged.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Norvell identified the couple as 65-year-old Donald Rogers and 58-year-old Rochelle Rogers.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">They lived in a rural area of the county southwest of Houston and they were headed to a relative's house nearby.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The deaths raise the toll from Harvey to at least 23.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">4 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">A Houston-based telemedicine practice has made its virtual network of 50 doctors available for free to patients affected by Harvey.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Dr. Latisha Rowe said Wednesday that Rowe Docs' physicians are coordinating with doctors and nurses volunteering at shelters to treat and write prescriptions for Harvey evacuees who fled their homes without medicine or who sustained injuries on the way out.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">She said the greatest threat in shelters comes from the contaminated water many people treaded through to safety. She said infections need to be "contained and controlled" so they don't spread.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Among the network's doctors is Angela Nunnery, who escaped her flooded home on Houston's north side by boat and dump truck with her husband, children, 78-year-old mother and two dogs. In addition to a daily shift attending patients online, Nunnery has been volunteering at her church — a makeshift shelter for about 150 evacuees.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">She said local pharmacists have been providing patients with a week's supply of free medicine.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">3:50 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Tropical Storm Harvey has spawned at least one tornado in Mississippi and created bands of strong winds that damaged homes and toppled some trees.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The National Weather Service says the tornado touched down Wednesday in the southern Mississippi town of Petal, which is near Hattiesburg. Local news outlets showed photos of damaged fences and shingles pulled off a home. No injuries were immediately reported.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The weather service was trying to determine whether damage further south was caused by tornadoes or other strong winds. Meteorologist Alek Krautmann says damage was reported in Pearl River County, in the city of Biloxi and in a subdivision between Ocean Springs and Gautier (GO-shay).</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">He says Harvey also caused flash flooding before dawn Wednesday in parts of Pascagoula.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">This version of the Latest corrects the last word of the 3:50 p.m. item to Pascagoula.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">3:30 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The Environmental Protection Agency has issued emergency waivers allowing states from Maryland to Texas to ignore some clean-air requirements for gasoline to ensure an adequate fuel supply despite disruptions caused by Harvey.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">EPA Administrator Scott Pruitt says the waivers issued Wednesday will help ensure an adequate supply of fuel throughout the South, Southeast and Mid-Atlantic.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">In a letter to governors, Pruitt says the shutdown of nearly a dozen refineries and extreme weather conditions that have prevented fuel-barge movement in the Gulf Coast region justify the waiver. The designated states receive significant gasoline supplies from Gulf-area refineries.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The waivers are effective immediately and continue through Sept. 15 at least.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Affected states are Alabama, Florida, Georgia, Kentucky, Louisiana, Maryland, Mississippi, North Carolina, South Carolina, Tennessee, Texas and Virginia, as well as Washington, D.C.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">3:10 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Residents of a retirement home in Orange, Texas are being evacuated by airboat from the flooded facility about 30 miles east of Beaumont.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Agents from the Florida Wildlife Commission and two trucks from the Louisiana Army National Guard are participating in the evacuation of the Golden Years Retirement home.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Water in the parking lot was thigh deep about 3 p.m. Wednesday as guardsmen entered the building and carried residents from the second floor where they had been sheltering in a dry area of the small facility.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Wildlife agents then floated the residents, one-by-one in a Wildlife Commission airboat to the truck. About six residents had been rescued as of midafternoon and it was unclear how many more were sheltering on the second floor.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Texas Health and Human Services records show Golden Years has a licensed capacity of 16. Department spokeswoman Carrie Williams said more than 2,800 residents of about 120 long-term care facilities in areas affected by Harvey had been evacuated by Tuesday. That number was expected to grow.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">3:05 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The VA North Texas Health Care System in Dallas says 20 of its nurses have headed to Houston to relieve the staff at Houston's beleaguered Veterans Affairs hospital.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The team will join a 25-member team from the Austin-based Central Texas Veterans Health Care System, and 15 professionals from San Antonio-based South Texas Veterans Health Care System.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">According to a statement Wednesday, Houston's VA hospital has had about 700 staffers staying onsite, sleeping on floors, in the auditorium and in offices to keep the facility open throughout the disaster.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">A former U.S. Army ranger swam through flood waters to the hospital to be treated for a burst appendix.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">2:55 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Fort Bend County Sheriff Troy Nehls says one man is being detained and another is hospitalized in critical condition after an apparent road rage shooting in storm-related traffic.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The sheriff said high water across many streets and roads in the county west and southwest of Houston has forced traffic to the few roads opened, leading to congestion.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Nehls told television station KPRC that the incident "should not have happened."</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Nehls says the man in custody after the shooting Wednesday afternoon is telling investigators he does have a license to carry a gun.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">2:45 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Harris County Sheriff Ed Gonzalez says the bodies of six members of a Houston family have been recovered from a van that was swept off a Houston bridge and into a storm-ravaged bayou.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Gonzales says relatives returned to the scene Wednesday to look for signs of the van and notified authorities after spotting part of it poking above the water and seeing two bodies in the front seat.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The van was recovered from about 10 feet (3 meters) of muddy water in Green's Bayou in northeast Houston.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Gonzalez says bodies of two adults were recovered from the front seat and the four children were found in the back. He said it appeared the van was a work truck and the back section was separated by a steel screen partition.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Samuel Saldivar told deputies he was in his brother's van rescuing his parents and relatives from their flooded home Sunday when the van was tossed by a strong current into the bayou as it crossed a bridge. He escaped through a window but the others were trapped. The victims included his parents and their four great-grandchildren ranging in age from 6 to 16.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">2:40 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Authorities in the Houston-area say they are investigating 17 more deaths to see whether they qualify as storm-related.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Harris County Institute of Forensic Sciences spokeswoman Tricia Bentley says that the medical examiner is doing autopsies Wednesday and the agency will update its storm-related death toll in the evening.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">She says authorities expect to find more bodies in homes and cars as the waters from Harvey begin to recede. The 17 bodies at the morgue do not include the bodies of six relatives found in a van in Houston on Wednesday.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The overall death toll from Harvey is at least 21.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">2:25 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Some motorists have been stranded along Interstate 10 in southeast Texas for nearly 24 hours after they pulled off the freeway but couldn't re-enter.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">More than two dozen vehicles, including a TV news crew's, remained clustered Wednesday afternoon around a closed convenience store in Orange, Texas.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">I-10 is elevated and passable between Orange and Lake Charles, Louisiana, about 35 miles to the east. But many on- and off-ramps are too flooded from Harvey's rains to allow vehicles to pass.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Erin Gaudet of Beaumont, Texas, is among those stranded at the store. She said she left her house Tuesday to pick up a kitten, then had to spend the night with it in her SUV. She says she's planning to name it Harvey.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Harvey made landfall again Wednesday near the Texas-Louisiana border.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">2:20 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">About 10,000 additional National Guard troops from around the U.S. are being deployed to Texas as Harvey continues dumping rain on the region.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Gov. Greg Abbott said Wednesday that "the worst is not over" for southeastern Texas as widespread flooding continues.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The Republican says the arrival of additional Guard members from around the country will bring the total number of deployments to about 24,000. Abbott earlier this week activated all available members of the Texas National Guard.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Abbott says the Guard has conducted more than 8,500 rescues and more than 1,400 shelter-in-place and welfare checks.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">2 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">A woman whose body was found floating in floodwaters near a residential area in southeast Texas is believed to be at least the 21st person to have died in Harvey's path.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Beaumont police say the woman's body was discovered Wednesday morning. Authorities have not released her name and are not certain of the circumstances that led to her death.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The woman is the second person to have died in Beaumont this week.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Authorities found a shivering 3-year-old clinging to the body of her drowned mother in a rain-swollen canal Tuesday after the woman tried to carry her child to safety.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Beaumont police on Wednesday identified the mother as 41-year-old Colette Sulcer and said her daughter was being treated for hypothermia but doing well.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">1:45 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Forecasters are looking at a weather system off the Mexican coast just south of Texas that they say has a one-in-five chance of developing into something tropical in the next five days.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Dennis Feltgen, a meteorologist at the National Hurricane Center, says if it does develop, it would do so slowly and that it shouldn't be seen as an imminent threat. He says it wouldn't necessarily hit Harvey-flooded areas, but there's a chance.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The system is so far out that forecasters can't say how much more rain it would bring.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Hurricane Harvey has weakened to a minimal tropical storm, with maximum sustained winds of 40 mph (64 kph), down from 45 mph (72 kph). Warnings and watches have been dropped for nearly all of Texas, except Sabine Pass.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">1:40 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">A 36-year-old inmate scheduled for execution in Texas next week has been granted a temporary reprieve because of Harvey.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Bexar County prosecutors cited "extraordinary circumstances" in asking to move Juan Castillo's execution to Dec. 14 because some of his legal team is based in Harris County, which has been slammed by the tropical storm. On Wednesday, a state judge agreed.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Gov. Greg Abbott has designated Harris County — which includes Houston — a disaster area along with dozens of other Texas counties after the tropical storm submerged Southeast Texas with torrential rain.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Castillo had been scheduled for lethal injection Sept. 7 in Huntsville for the slaying of 19-year-old Tommy Garcia Jr. during a 2003 robbery in San Antonio.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">1:35 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Louisiana Gov. John Bel Edwards says the threat of flooding in the state's southwest appears to be diminishing as Harvey pulls away from the region.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">He says Louisiana remains committed to assisting officials in Texas, where another overnight round of torrential rains stranded many residents in flooded homes.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Edwards says 330 people were staying at a Lake Charles shelter as of Wednesday afternoon. He expects that number to grow as more people are rescued from floodwaters in eastern Texas, just across the state line.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">He says a shelter in Shreveport is ready to accommodate up to 3,400 flood victims from Texas if officials accept the state's offer to shelter them in northern Louisiana.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Edwards planned to travel to southwest Louisiana on Wednesday afternoon to meet with local officials there.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">1:10 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Residents along the Texas-Louisiana border are feeling Harvey's second punch as flash flooding inundates homes and overwhelms first responders trying to pluck people from the water.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Police in Beaumont, Texas, have been recruiting anyone people with boats Wednesday to help check neighborhoods for potential rescues. Police said many were not calling 911, instead calling for help on social media, adding to the chaos.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Twenty-five miles west in Orange, Texas, Anna McKay says she tried calling 911 for help, but nobody answered. Neighbors helped bring her and 12 other people who had sought refuge at her home to dry ground. They gathered at a Baptist church where people were planning to cook food to offer comfort.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Harvey made its second landfall Wednesday as a tropical storm after roaring ashore last week as a hurricane.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">1:05 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The Texas Department of Public Safety says more than 48,700 homes have been affected by flooding and other damage brought by Harvey since it first came ashore Friday.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">A report released Wednesday shows more than 1,000 homes have been destroyed while about another 17,000 have sustained major damage. Approximately 32,000 have damage described by state authorities as minor.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">In Harris County, one of the state's largest and home to Houston, about 43,700 homes have been damaged, with some 11,600 receiving major damage and another 770 destroyed.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Harvey has also damaged nearly 700 businesses in the state.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">DPS says its report will be updated each day so the number of damaged structures is expected to rise, particularly with expanding floodwaters in Southeast Texas as Harvey moves into Louisiana.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">1 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Downtown Houston business district officials say the city's center has survived Harvey in relatively good shape, though flooding has damaged several buildings, including City Hall and the city's main performing arts centers.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Officials said Wednesday that flooding damaged the ground floor or basements of more than two dozen buildings or businesses downtown, primarily along Buffalo Bayou, a river-like waterway that meanders west to east through the city.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Among the damaged buildings are the Alley Theatre, Wortham Theater Center, Hobby Center and Jones Hall, home of the Houston Symphony.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Streets to and within downtown are open, although some freeway exit ramps leading into downtown remain impassable. There are some scattered power outages and some traffic signals are out.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">There is isolated flooding in the pedestrian tunnels what wind through downtown.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">12:50 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The federal Department of Education is easing financial aid rules and procedures for those affected by Harvey.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The department is encouraging students whose financial needs have been altered by the storm to contact their school's financial aid office. The agency says in a statement that colleges and career schools will be allowed to use "professional judgment" to adjust a student's financial information in the aftermath of Harvey.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">A school may even be able to waive certain paperwork requirements if documents were destroyed in the flooding.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The department says borrowers struggling to pay off loans because of Harvey should inform their loan servicers — and they've been directed to give borrowers flexibility in managing loan payments.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">12:45 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">All students in the largest district in Texas will be eligible to receive three free meals per day at school as the state recovers from Harvey.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The Houston Independent School District on Wednesday announced the plan promising free meals on campus to 216,000 students during the 2017-2018 school year.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">An HISD statement says federal and state agriculture departments have waived the usual required application process, part of the National School Lunch/Breakfast Program, to help with Harvey recovery.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Superintendent Richard Carranza says the waiver will give families one less concern as they begin the process of restoring their lives.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Thousands of people have been forced from their homes in Houston since Harvey struck, submerging the city with torrential rain.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">12:40 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">There are more than 32,000 people in shelters across Texas as Harvey continues drenching the state's Gulf Coast.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Gov. Greg Abbott says Texas also has an additional 30,000 beds "available as needed" for those who fled or are still fleeing floodwaters associated with the storm.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">At a news conference in Austin, Abbott said there are still about 107,000 power outages statewide, down from nearly 140,000 over the weekend. Harvey roared ashore as a hurricane Friday, then triggered deadly floods as a tropical storm.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Abbott refused to speculate on the final costs of the storm in terms of property damage. But he suggested that the scope of destruction far exceeded that of Hurricane Katrina in 2005 or 2012's Superstorm Sandy, meaning the financial impact will likely be far greater than both.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">12:25 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Officers have located a submerged van in which six members of a Houston family were traveling when it was swept off a Houston bridge and into a storm-ravaged bayou.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Harris County Sheriff Ed Gonzalez says the van is in about 10 feet (3 meters) of muddy water in Green's Bayou in northeast Houston. He says the bodies of two adults can be seen in the front seat but that if the four children's bodies are inside they are obscured because of the water conditions and the angle of the vehicle.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Authorities are trying to decide whether dive team members will retrieve the bodies or if it would be safer to pull the van from the treacherous water first.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Samuel Saldivar told deputies he was in his brother's van rescuing his parents and relatives from their flooded home Sunday when the van was tossed by a strong current into the bayou as it crossed a bridge. He escaped through a window but the others were trapped.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">12:05 p.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Authorities say a 3-year-old girl who was found clinging to the body of her drowned mother in a rain-swollen canal in Southeast Texas is doing well and should be released from the hospital soon.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Beaumont police on Wednesday identified the girl's mother as 41-year-old Colette Sulcer.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Officer Carol Riley says the toddler, who was suffering from hypothermia when she was rescued Tuesday afternoon, has now been reunited with her family. Riley says the girl is in stable condition and should be released from the hospital on Wednesday.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Authorities have said the mother's vehicle got stuck in a flooded parking lot of an office park just off Interstate 10. A witness saw the woman take her daughter and try to walk to safety when the swift current of a flooded drainage canal next to the parking lot swept them both away.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Officials say the child was holding onto the floating woman when police and fire-rescue team in a boat caught up to them a half-mile downstream.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">11:45 a.m.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">U.S. Immigration and Customs Enforcement says it has assigned about 150 employees from around the country to help with disaster relief efforts in Houston.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The agency said Wednesday that 139 agents and officers from Atlanta, Chicago, Dallas, Detroit, El Paso, Houston, Washington, New York, San Diego and Tampa are on scene. They are on 25-member teams that answer to the Federal Emergency Management Agency.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">ICE also has another dozen employees on another team that assists FEMA. It says it is prepared to send more employees if needed.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The agency says it is not doing immigration enforcement operations in storm-affected areas.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Sign up for AP's daily newsletter showcasing our best all-formats reporting on Harvey and its aftermath: <a href="http://apne.ws/ahYQGtb">http://apne.ws/ahYQGtb</a></p>
                                                </div>
                                                <div id="TermsPolicy">
                                                    <p class="ap_para apLgl" style="clear: both">
                                                        <span>&#169; <span id="currentyear"></span><a href="http://www.ap.org/" target="_blank">
                                                            &nbsp;The Associated Press</a>. All rights reserved. This material may not be published,
                                                            broadcast, rewritten or redistributed. Learn more about our</span> <a href="/NewsArchive/PrivacyCenter.aspx"
                                                                target="_parent">Privacy Policy</a> and <a href="/NewsArchive/TermsOfUse.aspx" target="_parent">
                                                                    Terms of Use</a>.
                                                    </p>
                                                </div>
                                                <span style="display: none"><span id="sourceOrganization" class="source-org vcard"><a title="Associated Press" href="http://www.ap.org" class="url org fn">Associated Press</a></span> <span id="license-13cfbf76-9752-4445-8450-b5c5d55dd25e"><a rel="item-license" href="#license-13cfbf76-9752-4445-8450-b5c5d55dd25e">Copyright 2017 The Associated Press. All rights reserved. This material may not be published, broadcast, rewritten or redistributed.</a></span> </span>[GOOGLEANALYTICS]
                                            </div>
                                            <!--- Bottom tool bar (End)-->
                                            <div class="spLnBtm">
                                            </div>
                                            <!--<div class="glAdsArtcl glBtm">
                                <div class="glAdTtl">
                                    <span class="glLtTl">Ads by Google</span> <span class="glRtTl">What's this?</span>
                                </div>
                                <ol class="rsltsFrm">
                                    <li><a href="#" class="ttLnk">Official Obama Website</a> <span class="refTxt">www.barackobama.com/new-york</span>
                                        <p class="pTxt">
                                            Barack Obama needs your help in New York today. Are you in?</p>
                                    </li>
                                    <li><a href="#" class="ttLnk">Obama for America | 2012 </a><span class="refTxt">www.barackobama.com</span>
                                        <p class="pTxt">
                                            Barackobama.com is the official re-election campaign website..</p>
                                    </li>
                                    <li><a href="#" class="ttLnk">Barack Obama on Twitter</a> <span class="refTxt">twitter.com/BARACKOBAMA</span>
                                        <p class="pTxt">
                                            Barack Obama (BarackObama) is on Twitter. Sign up to follow.</p>
                                        <div class="adTpLnk ltAl paddedBt12">
                                            <a href="#">See your ad here <span>»</span></a></div>
                                    </li>
                                </ol>
                            </div>-->
                                            <div class="" style="padding-left: 80px; padding-top: 10px" id="BottomBannerDiv">
                                                <div class="">
                                                    <script type="text/javascript" language="JavaScript">

                                                        googletag.cmd.push(function () { googletag.display('BottomBannerDiv'); }); //Bottom Ads
 
                                                    </script>
                                                </div>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                                <div class="adClm">
                                    <div class="RightAd" style="padding-bottom: 5px; margin: 5px auto" id="RightBannerDiv">
                                        <div class="adImgFrm">
                                            <script type="text/javascript">

                                                googletag.cmd.push(function () { googletag.display('RightBannerDiv'); });  //Right Top Ads
  
                                            </script>
                                        </div>
                                    </div>
                                    <div class="ap_hdls" id="RelatedArticlesId" style="height: 200px">
                                    </div>
                                    <div class="RightAd" style="padding-bottom: 5px" id="RightBannerDiv2">
                                        <div class="adImgFrm">
                                            <script type="text/javascript" language="JavaScript">

                                                googletag.cmd.push(function () { googletag.display('RightBannerDiv2'); }); //Right Bottom Ads
 
                                            </script>
                                        </div>
                                    </div>
                                </div>
                            </div>
                            <input type="submit" name="BtnDummy" value="Dummy" onclick="javascript:OnSearchBtn_Click();return
    false;" id="BtnDummy" align="left" style="display: none" />
                            <!-- Home Page Content [End]-->
                    </td>
                    <td class="centerright">
                        <div class="shdCntRight">
                        </div>
                    </td>
                </tr>
                <!-- Page Footer [Begin]-->
                <tr>
                    <td class="footerleftbot">
                    </td>
                    <td class="footercontentmidbot">
                        <div id="footer">
                            <fieldset class="marketing-links">
                                <ul>
                                    <li><strong>About Us</strong></li>
                                    <li><a href="http://www.ap.org/" target="_blank">The Associated Press</a></li>
                                </ul>
                                <ul>
                                    <li><strong>Products</strong></li>
                                    <li><a href="http://www.apimages.com" target="_blank">AP Images</a></li>
                                    <!--        <li><a href="http://www.apimages.com/uns/splash/?url=products/default.html#edtimgHdr" target="_blank">
                                        Editorial Images</a></li>
                                    <li><a href="http://www.apimages.com/uns/splash/?url=products/default.html#crtimgHdr" target="_blank">
                                        Creative Images</a></li>
                                    <li><a href="http://www.apimages.com/uns/splash/?url=products/default.html#wbvdsHdr" target="_blank">
                                        Video</a></li>
                                    <li><a href="http://www.apimages.com/uns/splash/?url=products/default.html#intrsHdr" target="_blank">
                                        Interactives</a></li>
                                    <li><a href="http://www.apimages.com/uns/splash/?url=products/default.html#prntgrphsHdr" target="_blank">
                                        Graphics</a></li>-->
                                </ul>
                            </fieldset>
                        </div>
                    </td>
                    <td class="footerrightbot" colspan="2">
                    </td>
                </tr>
                <!-- Page Footer [End]-->
                <tr>
                    <td class="bottomleft">
                    </td>
                    <td class="bottomiddle">
                    </td>
                    <td class="bottomright">
                    </td>
                </tr>
            </table>
            <div class="Articalfooter">
                <span>&#169; <span id="cp_year"></span>&nbsp;Associated Press. All Rights Reserved.</span>
                <a class="Articalfooter" href="/NewsArchive/PrivacyCenter.aspx">Privacy Policy</a>
                <a class="Articalfooter" href="/NewsArchive/TermsOfUse.aspx">Terms of Use</a>
            </div>
        </div>
        <!-- Page Content Section [End]-->
        <!-- User/language Specific Header [Begin] -->
        <!-- User/language Specific Header [End] -->
    </div>
    <div class="aspNetHidden">
        <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWAgLu6uXQBwLIiLPjBs8wIw5UqIzGwebgpb5dGfWEnlHWqfRszcuOSS27GWK1" />
    </div>
    <script type="text/javascript">
        var today = new Date(); // Initialize Date in raw form
        var cr_year = today.getFullYear(); //Getting the current year	
        document.getElementById("currentyear").innerHTML = cr_year;
        document.getElementById("cp_year").innerHTML = cr_year;
        $('.clearable').clearable();
        PopulateDataOnPageLoad();
        Page_load();
        var wrfrmL = document.getElementById("wrFrm");
        if (wrfrmL)
            jQuery('#wrFrm').css('height', document.body.scrollHeight);       
    </script>
    <div id="EmailBx" class="EmailBox" style="top: 300px; right: 390px; display: none">
        <a class="EmailClBtn" id="EmailClbtn" onclick="HideEmailPopup();return false"></a>
        <span class="Emailtxt">Email This Article</span>
        <br />
        <br />
        <br />
        <table>
            <tr>
                <td width="13" style="font-size: 12px">
                    Name:
                </td>
                <td width="200">
                    <input type="text" name="txtName" size="50" onfocus="OnfocusName();" onblur="OnblurName();"
                        tabindex="1" id="txtName" value="First Name, Last Name" style="color: Green" />
                </td>
                <td>
                    &nbsp;
                </td>
            </tr>
            <tr>
                <td width="13" style="font-size: 12px">
                    From:
                </td>
                <td width="200">
                    <input type="text" name="txtTo" size="50" onfocus="Onfocus();" onblur="Onblur();"
                        tabindex="1" id="txtFrom" value="Enter your email address here" style="color: Green" />
                </td>
                <td>
                    &nbsp;
                </td>
            </tr>
            <tr>
            </tr>
            <tr>
                <td width="13" style="font-size: 12px">
                    To:
                </td>
                <td width="200">
                    <input type="text" name="txtTo" size="50" value="Seperate multiple addresses with commas(,)"
                        onblur="OnblurTo();" onfocus="OnfocusTo();" style="color: Green" tabindex="1"
                        id="txtTo" />
                </td>
                <td>
                    &nbsp;
                </td>
            </tr>
            <tr>
                <td width="13">
                    Subject:
                </td>
                <td width="500">
                    <input type="text" name="txtSubject" size="50" id="EmlSubject" value="The Latest: Death toll 31 as 6 more fatalities confirmed"
                        onblur="OnblurTo();" onfocus="OnfocusTo();" style="color: Green" tabindex="1" />
                </td>
                <td>
                    &nbsp;
                </td>
            </tr>
            <tr>
                <td width="13">
                </td>
                <td width="500">
                    <span id="EmailURL" style="color: Green; font-size: 12px"></span>
                </td>
                <td>
                    &nbsp;
                </td>
            </tr>
            <tr>
                <td width="13">
                </td>
                <td width="500">
                    <strong class="ap_dt_stmp" style="font-size: 10px"><span class="ap_dt_stmp ap_dt_stmp-9bf7aa2f91f146d7aaeb7f63e8be1255">Aug. 30, 2017</span></strong>&nbsp;<span
                        class="ap_tm_stmp" style="font-size: 10px"><span class="ap_tm_stmp ap_tm_stmp-9bf7aa2f91f146d7aaeb7f63e8be1255">11:04 PM ET</span></span>
                </td>
                <td>
                    &nbsp;
                </td>
            </tr>
            <tr>
                <td width="13">
                </td>
                <td width="500">
                    <div style="width: 100%; font-size: 15px" id="FirstParaDiv">
                        <script>ispublishedin30Days=false</script><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content"><span id="dateLine" class="dateline"><!-- StartDateLine -->HOUSTON<!-- EndDateLine --></span> (AP) — The Latest on Tropical Depression Harvey (all times local):</p>
                    </div>
                </td>
                <td>
                    &nbsp;
                </td>
            </tr>
            <tr>
                <td width="13">
                </td>
                <td align="center" style="padding-left: 390px">
                    <input type="submit" class="EmailBtn" onclick="SendEmail();return false" value="EMAIL" />
                </td>
            </tr>
            <tr>
            </tr>
            <tr>
            </tr>
        </table>
    </div>
    <!-- Begin comScore Tag -->
    <script type="text/javascript">
        document.write(unescape("%3Cscript src='" + (document.location.protocol == "https:" ? "https://sb" : "http://b")
+ ".scorecardresearch.com/beacon.js' %3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
        COMSCORE.beacon({
            c1: 2,
            c2: "11304492",
            c3: "",
            c4: "",
            c5: "",
            c6: "",
            c15: ""
        });
    </script>
    <noscript>
        <img src="http://b.scorecardresearch.com/p?c1=2&c2=3005041&c3=&c4=&c5=&c6=&c15=&cj=1" />
    </noscript>
    <!-- End comScore Tag -->
    <!-- Quantcast Tag -->
    <script type="text/javascript">
        var _qevents = _qevents || [];

        (function () {
            var elem = document.createElement('script');

            elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js";
            elem.async = true;
            elem.type = "text/javascript";
            var scpt = document.getElementsByTagName('script')[0];
            scpt.parentNode.insertBefore(elem, scpt);
        })();
    </script>
    <script type="text/javascript">
        _qevents.push({
            qacct: "p-e0GvCy8TRpZ6U",
            labels: "AP News, AP News Archive"
        }); 
    </script>
    <!-- End Quantcast tag -->
</body>
</html>
