<!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>Gas prices surge higher as drivers rush to fill their tanks</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 = "Gas prices surge higher as drivers rush to fill their tanks";
        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-09-01T13:19:11Z">
                                                    <h1 class="ap_headTitle">
                                                        <span class="ap_head ap_head-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-title">Gas prices surge higher as drivers rush to fill their tanks</span></h1>
                                                    <span id="byLine" class="author vcard"><span class="url fn" style="color: #0066CC;">
                                                        By CLAUDIA LAUER and JEFF MARTIN</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">Sep. 1, 2017</span></strong>&nbsp;<span class="ap_tm_stmp"><span class="ap_tm_stmp ap_tm_stmp-9bf7aa2f91f146d7aaeb7f63e8be1255">9:19 AM 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 -->ATLANTA<!-- EndDateLine --></span> (AP) — Gasoline prices rose several cents overnight amid continuing fears of shortages in Texas and other states in the aftermath of Hurricane Harvey's strike on the Gulf Coast.</p> 
<div id="ap_story_photo" class="ap_story_photo">
  <script>totalPhotoCount=7</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=4e602da06e834333af1d362cc52ccf87&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-08-31T21:42:07&amp;authToken=eNoNwzEOgCAQBMAXXbKyd%2btZ8BgCmNBZWvB4nWT2fKuocCkVBBBXcvdVfQplNJhm0pyktfsYRpXe43%2fnuddTmQ5Q8A%2fqNBOZ" class="ap_photo" height="134" width="200" style="padding-top:32px" />
    </div>
    <span class="author">Tony Gutierrez</span>
    <div class="ap_pht_cap_footertext">A customer walks into an Exxon filling station and convenience store location where a sign on the door reads, "No Gas," Thursday, Aug. 31, 2017, in Bedford, Texas. It’s getting harder to fill gas tanks in parts of Texas where some stations are out of fuel and pump costs are spiking. A major gasoline pipeline shuttered due to Harvey may be able to resume shipping fuel from the Houston area by Sunday, which could ease gasoline shortages across the southern U.S. (AP Photo/Tony Gutierrez)</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=4e602da06e834333af1d362cc52ccf87&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-08-31T21:42:07&amp;authToken=eNoNwzEOgCAQBMAXXbKyd%2btZ8BgCmNBZWvB4nWT2fKuocCkVBBBXcvdVfQplNJhm0pyktfsYRpXe43%2fnuddTmQ5Q8A%2fqNBOZ" height="231" 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=4e602da06e834333af1d362cc52ccf87&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-08-31T21:42:07&amp;authToken=eNoNwzEOgCAQBMAXXbKyd%2btZ8BgCmNBZWvB4nWT2fKuocCkVBBBXcvdVfQplNJhm0pyktfsYRpXe43%2fnuddTmQ5Q8A%2fqNBOZ" height="231" width="345" style="padding-top:56px" class="ap_photo" />
    </div>
    <div class="ppInfo">
      <div class="ap_pht_cap_text">A customer walks into an Exxon filling station and convenience store location where a sign on the door reads, "No Gas," Thursday, Aug. 31, 2017, in Bedford, Texas. It’s getting harder to fill gas tanks in parts of Texas where some stations are out of fuel and pump costs are spiking. A major gasoline pipeline shuttered due to Harvey may be able to resume shipping fuel from the Houston area by Sunday, which could ease gasoline shortages across the southern U.S. (AP Photo/Tony Gutierrez)</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 7</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=80108fcea95e482dbe8e70fa9982858f&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-08-31T21:41:42&amp;authToken=eNoFwrsNwCAMBcCJLBn8yXPhYQgxEl3KFAwf3Z360sVN3eEmzNwi5Myd4MZYs2iEFSn6Q3eh6OI1ItBhWGe%2f2TQgYgz9AQdJE%2f0%3d" height="236" width="345" style="padding-top:53px" class="ap_photo" />
    </div>
    <div class="ppInfo">
      <div class="ap_pht_cap_text">Employee Bryan Herrera holds a makeshift sign that reads, "Out of Gas," as he stands outside the Shell filling station where he works, in north Dallas, Thursday, Aug. 31, 2017. It’s getting harder to fill gas tanks in parts of Texas where some stations are out of fuel and pump costs are spiking. A major gasoline pipeline shuttered due to Harvey may be able to resume shipping fuel from the Houston area by Sunday, which could ease gasoline shortages across the southern U.S. (AP Photo/Tony Gutierrez)</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 7</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=3f476c422eba4322a4ee439866bcddcf&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-08-31T21:19:13&amp;authToken=eNoNxrsNwCAMBcCJkMCfBy4YBoyR6FKmYPjkqrvxdjBUgAblnHMx4%2bun85YKF0oUcyRhojQk4p81YPpavu95emEjJlGqHwXeFDk%3d" height="240" width="345" style="padding-top:51px" class="ap_photo" />
    </div>
    <div class="ppInfo">
      <div class="ap_pht_cap_text">A customer walks out of an Exxon filling station and convenience store where a sign on the door reads "No Gas," Thursday, Aug. 31, 2017, in Bedford, Texas. It’s getting harder to fill gas tanks in parts of Texas where some stations are out of fuel and pump costs are spiking. A major gasoline pipeline shuttered due to Harvey may be able to resume shipping fuel from the Houston area by Sunday, which could ease gasoline shortages across the southern U.S. (AP Photo/Tony Gutierrez)</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 7</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=1919d7f2b0f74089aea1baae05149651&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-08-31T23:02:56&amp;authToken=eNoFwrsNwCAMBcCJLD3HH3DBMCYBiS5lCg8f3dX6houbunc3AcARUvcZHBxP2xdN7EaKHpQrmWbmgrGGG9d5h4gqRBp%2b6bATaA%3d%3d" height="234" width="345" style="padding-top:54px" class="ap_photo" />
    </div>
    <div class="ppInfo">
      <div class="ap_pht_cap_text">Marvin Andrade directs vehicles waiting in line to the next available gas pump at a QT station and convenience store, Thursday, Aug. 31, 2017, in Dallas. It’s getting harder to fill gas tanks in parts of Texas where some stations are out of fuel and pump costs are spiking. A major gasoline pipeline shuttered due to Harvey may be able to resume shipping fuel from the Houston area by Sunday, which could ease gasoline shortages across the southern U.S. (AP Photo/Tony Gutierrez)</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 7</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=2f65f76076b643d68cba1f8551730bf2&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-08-31T23:00:04&amp;authToken=eNoFwrENgDAMBMCJLL3j%2bG2KDEMClugoKTI8utv3N2j0TibdACRgez2jFb2CkOCkdLsoueYpWumuYZjV9vMO1cwWh7H%2f9JYTgA%3d%3d" height="250" width="345" style="padding-top:46px" class="ap_photo" />
    </div>
    <div class="ppInfo">
      <div class="ap_pht_cap_text">Employees Vanessa Garibay, left, and Marvin Andrade, rear, advise customers lined up in their vehicles that the QT filling station and convenience store has run out of gas, Thursday, Aug. 31, 2017, in Dallas. It’s getting harder to fill gas tanks in parts of Texas where some stations are out of fuel and pump costs are spiking. A major gasoline pipeline shuttered due to Harvey may be able to resume shipping fuel from the Houston area by Sunday, which could ease gasoline shortages across the southern U.S. (AP Photo/Tony Gutierrez)</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 7</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=fbcfcd9126bd413689d8f67ba07f5ac3&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-08-31T23:17:17&amp;authToken=eNoFwjEOwCAIBdATkSDoBwcPo1gSt44dPHzz3n2%2bAUWrgKMpMzuz3jgjV2TsXkiwNtWiIO%2fbKWFrsmWbofe8w8S7mKr8BZwUPA%3d%3d" height="212" width="345" style="padding-top:65px" class="ap_photo" />
    </div>
    <div class="ppInfo">
      <div class="ap_pht_cap_text">Customers line up along a busy thoroughfare to get into a QT filling station and convenience store, Thursday, Aug. 31, 2017, in Dallas. It’s getting harder to fill gas tanks in parts of Texas where some stations are out of fuel and pump costs are spiking. A major gasoline pipeline shuttered due to Harvey may be able to resume shipping fuel from the Houston area by Sunday, which could ease gasoline shortages across the southern U.S. (AP Photo/Tony Gutierrez)</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 7</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=2d738d5498c94769b22e6604a5f7994e&amp;fmt=jpg&amp;Role=Preview&amp;reldt=2017-08-31T23:16:53&amp;authToken=eNoFwrsNwCAMBcCJLBl%2fnnHhYRIgEl3KFAwf3Z31FRRuQIcrMxs3PWOXzNA%2b3Sj7SLJA0i2yCGC7%2fIlMW2e%2fRWESqi3jB%2bpvEzE%3d" height="241" width="345" style="padding-top:51px" class="ap_photo" />
    </div>
    <div class="ppInfo">
      <div class="ap_pht_cap_text">Vanessa Garibay, an employee at a QT station and convenience store, directs a customer to the next available gas pump as scores of others line up along a busy thoroughfare waiting to get in, Thursday, Aug. 31, 2017, in Dallas. It’s getting harder to fill gas tanks in parts of Texas where some stations are out of fuel and pump costs are spiking. A major gasoline pipeline shuttered due to Harvey may be able to resume shipping fuel from the Houston area by Sunday, which could ease gasoline shortages across the southern U.S. (AP Photo/Tony Gutierrez)</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 7</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">The national average for a gallon of regular gas rose in one day from $2.45 Thursday to $2.52 Friday, the American Automobile Association <a href="http://gasprices.aaa.com/">reported</a> .</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">At least two major pipelines — one that ships gasoline across the southern United States and to New York, and another that flows north to Chicago — have been slowed or stopped because of flooding and damage.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Gas prices rose at least 15 cents in 24 hours in several metropolitan areas including Dallas; El Paso, Texas; Athens, Georgia; and Dayton, Ohio, AAA reported Friday.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The average price of a gallon of gas had soared by at least .10 cents in eight states since Thursday: South Carolina, Ohio, Delaware, Maryland, Georgia, North Carolina, Virginia and Texas.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Among those states, the highest 24-hour rise on average was in South Carolina, AAA reported. It's among several southern states that are heavily reliant on the Colonial Pipeline for deliveries of gasoline.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Part of the pipeline that runs through Texas is shut down and inspections must be done before the entire system can be fully operational again, Colonial Pipeline spokesman Steve Baker said Thursday. The Georgia-based company remains able to operate its pipeline from Louisiana to states east and northeast of there, though deliveries will be "intermittent," the company said. It hopes to return more sections of the pipeline to service by Sunday.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">In Dallas, drivers lined up at gas pumps Thursday as some stations ran out of fuel.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">One Chevron station in downtown Dallas that sold regular gas for $2.29 a gallon just before the storm was charging $2.99 Thursday. Others charged well over $3, and one downtown Shell station charged $3.97 for a regular gallon of gas.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">The crunch prompted QuikTrip, one of the nation's largest convenience store chains, to temporarily halt gasoline sales at about half its 135 stores in the Dallas-Fort Worth area. Instead, gasoline deliveries are going to designated stores across all parts of the metro area, QuikTrip spokesman Mike Thornbrugh said.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Analysts are cautioning drivers not to panic as some gas stations run low on gasoline.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">If people start hoarding gas, as some have in Texas, "that's going to make the problem worse, and prices shoot higher and the event will last longer, with more disruption and shortages," said Patrick DeHaan, an analyst with GasBuddy.com.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">His advice: "Try to have a sense of calm."</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">Lauer reported from Dallas.</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">___</p><p class="ap_para ap_para-9bf7aa2f91f146d7aaeb7f63e8be1255 entry-content">An earlier version of this report incorrectly stated that gas prices rose .15 cents instead of 15 cents.</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-915d2077-f6d0-4266-89b6-ffc2d9acc945"><a rel="item-license" href="#license-915d2077-f6d0-4266-89b6-ffc2d9acc945">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="Gas prices surge higher as drivers rush to fill their tanks"
                        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">Sep. 1, 2017</span></strong>&nbsp;<span
                        class="ap_tm_stmp" style="font-size: 10px"><span class="ap_tm_stmp ap_tm_stmp-9bf7aa2f91f146d7aaeb7f63e8be1255">9:19 AM 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 -->ATLANTA<!-- EndDateLine --></span> (AP) — Gasoline prices rose several cents overnight amid continuing fears of shortages in Texas and other states in the aftermath of Hurricane Harvey's strike on the Gulf Coast.</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>
