<!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> <link rel="stylesheet" type="text/css" href="https://tubagbohol.mikeligalig.com/Themes/default/css/index.css?fin20" /> <script type="text/javascript" src="https://tubagbohol.mikeligalig.com/Themes/default/scripts/script.js?fin20"></script> <script type="text/javascript" src="https://tubagbohol.mikeligalig.com/Themes/default/scripts/theme.js?fin20"></script> <script type="text/javascript"><!-- // --><![CDATA[
		var smf_theme_url = "https://tubagbohol.mikeligalig.com/Themes/default";
		var smf_default_theme_url = "https://tubagbohol.mikeligalig.com/Themes/default";
		var smf_images_url = "https://tubagbohol.mikeligalig.com/Themes/default/images";
		var smf_scripturl = "https://tubagbohol.mikeligalig.com/index.php";
		var smf_iso_case_folding = false;
		var smf_charset = "UTF-8";
		var ajax_notification_text = "Loading...";
		var ajax_notification_cancel_text = "Cancel";
	// ]]></script> <meta name="viewport" content="width=device-width" /> <meta name="mobile-web-app-capable" content="yes" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="description" content="By Leman Zeynalova â€“ Trend:  Hurricane Harvey looks set to disrupt the US Gulf Coast crude and product markets in the coming days and possibly weeks, according to the US JP Morgan analysis.  â€œOff" /> <title>Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News</title> <meta name="robots" content="noindex" /> <link rel="canonical" href="https://tubagbohol.mikeligalig.com/worldnews/hurricane-harvey-looks-set-to-disrupt-the-us-gulf-coast-crude/" /> <link rel="help" href="https://tubagbohol.mikeligalig.com/index.php?action=help" /> <link rel="search" href="https://tubagbohol.mikeligalig.com/index.php?action=search" /> <link rel="contents" href="https://tubagbohol.mikeligalig.com/index.php" /> <link rel="alternate" type="application/rss+xml" title="TUBAGBOHOL.com with Ligalig Mike Ortega - RSS" href="https://tubagbohol.mikeligalig.com/index.php?type=rss;action=.xml" /> <link rel="prev" href="https://tubagbohol.mikeligalig.com/worldnews/hurricane-harvey-looks-set-to-disrupt-the-us-gulf-coast-crude/?prev_next=prev" /> <link rel="next" href="https://tubagbohol.mikeligalig.com/worldnews/hurricane-harvey-looks-set-to-disrupt-the-us-gulf-coast-crude/?prev_next=next" /> <link rel="index" href="https://tubagbohol.mikeligalig.com/worldnews/" /><script type="text/javascript">
		var ct_date = new Date(), 
			ctTimeMs = new Date().getTime(),
			ctMouseEventTimerFlag = true, //Reading interval flag
			ctMouseData = [],
			ctMouseDataCounter = 0;

		function ctSetCookie(c_name, value) {
			document.cookie = c_name + "=" + encodeURIComponent(value) + "; path=/";
		}

		ctSetCookie("ct_ps_timestamp", Math.floor(new Date().getTime()/1000));
		ctSetCookie("ct_fkp_timestamp", "0");
		ctSetCookie("ct_pointer_data", "0");
		ctSetCookie("ct_timezone", "0");

		setTimeout(function(){
			ctSetCookie("ct_checkjs", "e8f02da6baacdc9ec0e84ea22e6fe568");
			ctSetCookie("ct_timezone", ct_date.getTimezoneOffset()/60*(-1));
		},1000);

		//Writing first key press timestamp
		var ctFunctionFirstKey = function output(event){
			var KeyTimestamp = Math.floor(new Date().getTime()/1000);
			ctSetCookie("ct_fkp_timestamp", KeyTimestamp);
			ctKeyStopStopListening();
		}

		//Reading interval
		var ctMouseReadInterval = setInterval(function(){
			ctMouseEventTimerFlag = true;
		}, 150);
			
		//Writting interval
		var ctMouseWriteDataInterval = setInterval(function(){
			ctSetCookie("ct_pointer_data", JSON.stringify(ctMouseData));
		}, 1200);

		//Logging mouse position each 150 ms
		var ctFunctionMouseMove = function output(event){
			if(ctMouseEventTimerFlag == true){
				
				ctMouseData.push([
					Math.round(event.pageY),
					Math.round(event.pageX),
					Math.round(new Date().getTime() - ctTimeMs)
				]);
				
				ctMouseDataCounter++;
				ctMouseEventTimerFlag = false;
				if(ctMouseDataCounter >= 100){
					ctMouseStopData();
				}
			}
		}

		//Stop mouse observing function
		function ctMouseStopData(){
			if(typeof window.addEventListener == "function"){
				window.removeEventListener("mousemove", ctFunctionMouseMove);
			}else{
				window.detachEvent("onmousemove", ctFunctionMouseMove);
			}
			clearInterval(ctMouseReadInterval);
			clearInterval(ctMouseWriteDataInterval);				
		}

		//Stop key listening function
		function ctKeyStopStopListening(){
			if(typeof window.addEventListener == "function"){
				window.removeEventListener("mousedown", ctFunctionFirstKey);
				window.removeEventListener("keydown", ctFunctionFirstKey);
			}else{
				window.detachEvent("mousedown", ctFunctionFirstKey);
				window.detachEvent("keydown", ctFunctionFirstKey);
			}
		}

		if(typeof window.addEventListener == "function"){
			window.addEventListener("mousemove", ctFunctionMouseMove);
			window.addEventListener("mousedown", ctFunctionFirstKey);
			window.addEventListener("keydown", ctFunctionFirstKey);
		}else{
			window.attachEvent("onmousemove", ctFunctionMouseMove);
			window.attachEvent("mousedown", ctFunctionFirstKey);
			window.attachEvent("keydown", ctFunctionFirstKey);
		}
	</script> <link rel="stylesheet" type="text/css" id="portal_css" href="https://tubagbohol.mikeligalig.com/Themes/default/css/portal.css" /> <script type="text/javascript" src="https://tubagbohol.mikeligalig.com/Themes/default/scripts/portal.js?237"></script> <script type="text/javascript"><!-- // --><![CDATA[
		var sp_images_url = "https://tubagbohol.mikeligalig.com/Themes/default/images/sp";
		var sp_script_url = "https://tubagbohol.mikeligalig.com/index.php";
		function sp_collapseBlock(id)
		{
			mode = document.getElementById("sp_block_" + id).style.display == "" ? 0 : 1;
			document.cookie = "sp_block_" + id + "=" + (mode ? 0 : 1);
			document.getElementById("sp_collapse_" + id).src = smf_images_url + (mode ? "/collapse.gif" : "/expand.gif");
			document.getElementById("sp_block_" + id).style.display = mode ? "" : "none";
		}
		window.addEventListener("load", sp_image_resize, false);
	// ]]></script> <!-- App Indexing for Google Search --> <link href="https://tubagbohol.mikeligalig.com/android-app://com.tapatalk.tubagboholmikeligaligcom/ttbyo-94129/tubagbohol.mikeligalig.com/?location=topic&amp;fid=161&amp;tid=87336&amp;perpage=20&amp;page=1&amp;channel=google-indexing" rel="alternate" /> <link href="https://tubagbohol.mikeligalig.com/ios-app://307880732/tapatalk/tubagbohol.mikeligalig.com/?location=topic&amp;fid=161&amp;tid=87336&amp;perpage=20&amp;page=1&amp;channel=google-indexing" rel="alternate" /> <meta property="al:android:package" content="com.tapatalk.tubagboholmikeligaligcom" /> <meta property="al:android:url" content="ttbyo-94129://tubagbohol.mikeligalig.com/?location=topic&amp;fid=161&amp;tid=87336&amp;perpage=20&amp;page=1&amp;channel=facebook-indexing" /> <meta property="al:android:app_name" content="TUBAGBOHOL.com" /> <meta property="al:ios:url" content="tapatalk://tubagbohol.mikeligalig.com/?location=topic&amp;fid=161&amp;tid=87336&amp;perpage=20&amp;page=1&amp;channel=facebook-indexing" /> <meta property="al:ios:app_store_id" content="307880732" /> <meta property="al:ios:app_name" content="Tapatalk" /> <!-- twitter app card start--> <!-- https://dev.twitter.com/docs/cards/types/app-card --> <meta name="twitter:card" content="summary" /> <meta name="twitter:site" content="@tapatalk" /> <meta name="twitter:title" content="Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" /> <meta name="twitter:description" content="By Leman Zeynalova â€“ Trend:  Hurricane Harvey looks set to disrupt the US Gulf Coast crude and product markets in the coming days and possibly weeks, according to the US JP Morgan analysis.  â€œOff" /> <meta name="twitter:image" content="https://tapatalk.com/rebranding_icons/icon_url-94129.png" /> <meta name="twitter:app:id:iphone" content="307880732" /> <meta name="twitter:app:url:iphone" content="tapatalk://tubagbohol.mikeligalig.com/?location=topic&amp;fid=161&amp;tid=87336&amp;perpage=20&amp;page=1&amp;channel=twitter-indexing" /> <meta name="twitter:app:id:ipad" content="307880732" /> <meta name="twitter:app:url:ipad" content="tapatalk://tubagbohol.mikeligalig.com/?location=topic&amp;fid=161&amp;tid=87336&amp;perpage=20&amp;page=1&amp;channel=twitter-indexing" /> <meta name="twitter:app:id:googleplay" content="com.tapatalk.tubagboholmikeligaligcom" /> <meta name="twitter:app:url:googleplay" content="ttbyo-94129://tubagbohol.mikeligalig.com/?location=topic&amp;fid=161&amp;tid=87336&amp;perpage=20&amp;page=1&amp;channel=twitter-indexing" /> <!-- twitter app card --> <meta name="copyright" content="Free Copyright 2007-2017 by Tubag Bohol" /> <meta name="author" content="Michael Ortega Ligalig" /> <meta name="language" content="English, Bisaya, Cebuano, Filipino, Tagalog" /> <meta name="publisher" content="Tubag Bohol" /> <meta name="audience" content="all" /> <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> <meta charset="UTF-8" /> <meta property="og:title" content="Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" /> <meta property="og:type" content="website" /> <meta property="og:site_name" content="TUBAGBOHOL.com with Ligalig Mike Ortega" /> <meta property="og:image" content="https://tubagbohol.mikeligalig.com/favicon.ico" /> <meta property="og:url" content="https://tubagbohol.mikeligalig.com/index.php?topic=87336.0" /> <meta itemprop="name" content="Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" /> <meta itemprop="image" content="https://tubagbohol.mikeligalig.com/favicon.ico" /> <meta name="twitter:card" content="summary"> <meta name="twitter:site" content="@tubagboholcom"> <meta name="twitter:title" content="TUBAGBOHOL.com with Ligalig Mike Ortega"> <meta name="twitter:image" content="https://tubagbohol.mikeligalig.com/favicon.ico" /> <link rel="author" href="https://tubagbohol.mikeligalig.com/index.php?action=profile;u=1382" /> <link rel="up" href="https://tubagbohol.mikeligalig.com/worldnews/" /> <meta name="og:description" content="By Leman Zeynalova â€“ Trend:  Hurricane Harvey looks set to disrupt the US Gulf Coast crude and product markets in the coming days and possibly weeks, according to the US JP Morgan analysis.  â€œOff" /> <meta itemprop="description" content="By Leman Zeynalova â€“ Trend:  Hurricane Harvey looks set to disrupt the US Gulf Coast crude and product markets in the coming days and possibly weeks, according to the US JP Morgan analysis.  â€œOff" /> <meta name="keywords" content="crude, US, Coast, Gulf, disruption, significant, Morgan, JP, Harvey, weeks, refineries, products, coming, markets, more, product, said, further, disrupt, set, looks, one, demand, consumers, weeks, seasonally, softer, matter, still, picture, bigger, days, resolved, largely, likely, several, take, could, falling, Hurricane, use, West, resurgent, barrel, per, $42, average, oil, (WTI), Intermediate, Texas, expect, planned, 2018, term, short, outlook, ebbs, cautious, retain, up.â€œWe, ramps, maintenance, process, region, once, analysis.â€œOffshore, infrastructure., midstream, refining, onshore, relative, limited, appear, dislocations, according, slow, possibly, days, Trend:Hurricane, â€“, Zeynalova, Leman, By, crude, A, restart, believes, Hurricane-related, analysts.However, afield, increasingly, American, Latin, Europe, supplier, outages, previous, tighten, contrast, Trend.In, obtained, analysis, afield,â€, also, regions, East, US crude production combines with increasing OPEC/non-OPEC supply to swamp markets - particularly during the first half of 2018,â€ said the analysts.Your device is compatible with our app. Click HERE to get your FREE TubagBohol Android App" /> </head> <body> <!-- Tapatalk Detect body start --> <script type="text/javascript">if (typeof(tapatalkDetect) == "function") tapatalkDetect();</script> <!-- Tapatalk Detect banner body end --> <div id="wrapper" style="width: 95%"> <div id="header"><div class="frame"> <div id="top_section"> <h1 class="forumtitle"> <a href="https://tubagbohol.mikeligalig.com/index.php"><img title="tb2017 - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" src="http://tubagbohol.mikeligalig.com/tb2017.png" alt="TUBAGBOHOL.com with Ligalig Mike Ortega" /></a> </h1> <img id="upshrink" src="https://tubagbohol.mikeligalig.com/Themes/default/images/upshrink.png" alt="*" title="Shrink or expand the header." style="display: none;" /> <div id="siteslogan" class="floatright">SHARE WHAT YOU KNOW...</div> </div> <div id="upper_section" class="middletext"> <div class="user"> <script type="text/javascript" src="https://tubagbohol.mikeligalig.com/Themes/default/scripts/sha1.js"></script> <form id="guest_form" action="https://tubagbohol.mikeligalig.com/index.php?action=login2" method="post" accept-charset="UTF-8"  onsubmit="hashLoginPassword(this, '23bc004b9575e0a81417aba290a5536a');"> <div class="info">Welcome, <strong>Guest</strong>. Please <a href="https://tubagbohol.mikeligalig.com/?action=login">login</a> or <a href="https://tubagbohol.mikeligalig.com/?action=register">register</a>.</div> <input type="text" name="user" size="10" class="input_text" /> <input type="password" name="passwrd" size="10" class="input_password" /> <select name="cookielength"> <option value="60">1 Hour</option> <option value="1440">1 Day</option> <option value="10080">1 Week</option> <option value="43200">1 Month</option> <option value="-1" selected="selected">Forever</option> </select> <input type="submit" value="Login" class="button_submit" /><br /> <div class="info">Login with username, password and session length</div> <br /><input type="text" name="openid_identifier" id="openid_url" size="25" class="input_text openid_login" /> <input type="hidden" name="hash_passwrd" value="" /><input type="hidden" name="c42352a" value="23bc004b9575e0a81417aba290a5536a" /> </form> </div> <div class="news normaltext"> <form id="search_form" action="https://tubagbohol.mikeligalig.com/index.php?action=search2" method="post" accept-charset="UTF-8"> <input type="text" name="search" value="" class="input_text" />&nbsp;
					<input type="submit" name="submit" value="Search" class="button_submit" /> <input type="hidden" name="advanced" value="0" /> <input type="hidden" name="topic" value="87336" /></form> </div> </div> <br class="clear" /> <script type="text/javascript"><!-- // --><![CDATA[
			var oMainHeaderToggle = new smc_Toggle({
				bToggleEnabled: true,
				bCurrentlyCollapsed: false,
				aSwappableContainers: [
					'upper_section'
				],
				aSwapImages: [
					{
						sId: 'upshrink',
						srcExpanded: smf_images_url + '/upshrink.png',
						altExpanded: 'Shrink or expand the header.',
						srcCollapsed: smf_images_url + '/upshrink2.png',
						altCollapsed: 'Shrink or expand the header.'
					}
				],
				oThemeOptions: {
					bUseThemeSettings: false,
					sOptionName: 'collapse_header',
					sSessionVar: 'c42352a',
					sSessionId: '23bc004b9575e0a81417aba290a5536a'
				},
				oCookieOptions: {
					bUseCookie: true,
					sCookieName: 'upshrink'
				}
			});
		// ]]></script> <div id="main_menu"> <ul class="dropmenu" id="menu_nav"> <li id="button_home"> <a class="active firstlevel" href="https://tubagbohol.mikeligalig.com/index.php"> <span class="last firstlevel">Home</span> </a> </li> <li id="button_help"> <a class="firstlevel" href="https://tubagbohol.mikeligalig.com/index.php?action=help" rel="nofollow"> <span class="firstlevel">Help</span> </a> </li> <li id="button_search"> <a class="firstlevel" href="https://tubagbohol.mikeligalig.com/index.php?action=search" rel="nofollow"> <span class="firstlevel">Search</span> </a> </li> <li id="button_mlist"> <a class="firstlevel" href="https://tubagbohol.mikeligalig.com/index.php?action=mlist"> <span class="firstlevel">Members</span> </a> <ul> <li> <a href="https://tubagbohol.mikeligalig.com/index.php?action=mlist"> <span>View the memberlist</span> </a> </li> <li> <a href="https://tubagbohol.mikeligalig.com/index.php?action=mlist;sa=search"> <span class="last">Search For Members</span> </a> </li> </ul> </li> <li id="button_login"> <a class="firstlevel" href="https://tubagbohol.mikeligalig.com/index.php?action=login" rel="nofollow"> <span class="firstlevel">Login</span> </a> </li> <li id="button_register"> <a class="firstlevel" href="https://tubagbohol.mikeligalig.com/index.php?action=register" rel="nofollow"> <span class="last firstlevel">Register</span> </a> </li> <li id="button_sitemap"> <a class="firstlevel" href="https://tubagbohol.mikeligalig.com/index.php?action=sitemap"> <span class="firstlevel">Sitemap</span> </a> </li> </ul> </div> <br class="clear" /> </div></div> <div id="content_section"><div class="frame"> <div id="main_content_section"> <div class="navigate_section"> <ul> <li> <a href="https://tubagbohol.mikeligalig.com/index.php"><span>TUBAGBOHOL.com with Ligalig Mike Ortega</span></a> &#187;
			</li> <li> <a href="https://tubagbohol.mikeligalig.com/index.php#c8"><span>The World</span></a> &#187;
			</li> <li> <a href="https://tubagbohol.mikeligalig.com/worldnews/"><span>World Daily News</span></a> &#187;
			</li> <li class="last"> <a href="https://tubagbohol.mikeligalig.com/worldnews/hurricane-harvey-looks-set-to-disrupt-the-us-gulf-coast-crude/"><span>Hurricane Harvey looks set to disrupt the US Gulf Coast crude</span></a> </li> </ul> </div><script>
  (function() {
    var cx = '017065883154655042097:ibsre4rrvqe';
    var gcse = document.createElement('script');
    gcse.type = 'text/javascript';
    gcse.async = true;
    gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(gcse, s);
  })();
</script> <gcse:search></gcse:search> <table id="sp_main"> <tr> <td id="sp_center"><a href="http://ho.lazada.com.ph/SHLYWy?file_id=94990" target="_blank"><img title="PH_MobileBanners_BigAppSale_300x50 - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" alt="Lazada Philippines" src="https://media.go2speed.org/brand/files/lazada/305/PH_MobileBanners_BigAppSale_300x50.gif" width="300" height="50"/></a> <img title="aff_i?offer_id=3127&file_id=94990&aff_id=150634 - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" alt="aff_i?offer_id=3127&file_id=94990&aff_id=150634 - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" src="http://ho.lazada.com.ph/aff_i?offer_id=3127&file_id=94990&aff_id=150634" width="1" height="1" /> <a id="top"></a> <a id="msg652707"></a> <div class="pagesection"> <div class="nextlinks"><a href="https://tubagbohol.mikeligalig.com/worldnews/infographic-the-life-story-of-bill-gates/new/#new">&laquo; INFOGRAPHIC: The life story of Bill Gates</a> | <a href="https://tubagbohol.mikeligalig.com/worldnews/are-you-ready-india-will-have-more-population-than-china-by-2030/new/#new">Are you ready: India will have more population than China by 2030 &raquo;</a></div> <div class="buttonlist floatright"> <ul> <li><a class="button_strip_send" href="https://tubagbohol.mikeligalig.com/worldnews/hurricane-harvey-looks-set-to-disrupt-the-us-gulf-coast-crude/?action=emailuser;sa=sendtopic"><span>Send this topic</span></a></li> <li><a class="button_strip_print" href="https://tubagbohol.mikeligalig.com/worldnews/hurricane-harvey-looks-set-to-disrupt-the-us-gulf-coast-crude/?action=printpage" rel="new_win nofollow"><span class="last">Print</span></a></li> </ul> </div> <div class="pagelinks floatleft">Pages: [<strong>1</strong>] </div> </div> <div id="forumposts"> <div class="cat_bar"> <h3 class="catbg"> <img title="normal_post - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" src="https://tubagbohol.mikeligalig.com/Themes/default/images/topic/normal_post.gif" align="bottom" alt="normal_post - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" /> <span id="author">Author</span>
						Topic: Hurricane Harvey looks set to disrupt the US Gulf Coast crude &nbsp;(Read 640 times)
					</h3> </div> <form action="https://tubagbohol.mikeligalig.com/worldnews/hurricane-harvey-looks-set-to-disrupt-the-us-gulf-coast-crude/?action=quickmod2" method="post" accept-charset="UTF-8" name="quickModForm" id="quickModForm" style="margin: 0;" onsubmit="return oQuickModify.bInEditMode ? oQuickModify.modifySave('23bc004b9575e0a81417aba290a5536a', 'c42352a') : false"> <div class="windowbg"> <span class="topslice"><span></span></span> <div class="post_wrapper"> <div class="poster"> <h4> <a href="https://tubagbohol.mikeligalig.com/index.php?action=profile;u=1382" title="View the profile of MIKELIGALIG.com">MIKELIGALIG.com</a> </h4> <ul class="reset smalltext" id="msg_652707_extra_info"> <li class="membergroup">FOUNDER</li> <li class="postgroup">Webmaster</li> <li class="stars"><img title="starmod - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" src="https://tubagbohol.mikeligalig.com/Themes/default/images/starmod.gif" alt="*" /><img title="starmod - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" src="https://tubagbohol.mikeligalig.com/Themes/default/images/starmod.gif" alt="*" /><img title="starmod - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" src="https://tubagbohol.mikeligalig.com/Themes/default/images/starmod.gif" alt="*" /><img title="starmod - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" src="https://tubagbohol.mikeligalig.com/Themes/default/images/starmod.gif" alt="*" /><img title="starmod - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" src="https://tubagbohol.mikeligalig.com/Themes/default/images/starmod.gif" alt="*" /></li> <li class="avatar"> <a href="https://tubagbohol.mikeligalig.com/index.php?action=profile;u=1382" rel="nofollow"> <img title="avatar_1382_1499847132 - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" class="avatar" src="http://tbavatar.mikeligalig.com/avatar_1382_1499847132.png" alt="avatar_1382_1499847132 - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" /> </a> </li> <li class="postcount">Posts: 22440</li><img title="medal1 - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" src="https://tubagbohol.mikeligalig.com/Themes/default/images/medals/medal1.png" alt="medal1 - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" /><img title="medal2 - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" src="https://tubagbohol.mikeligalig.com/Themes/default/images/medals/medal2.png" alt="medal2 - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" /><img title="medal3 - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" src="https://tubagbohol.mikeligalig.com/Themes/default/images/medals/medal3.png" alt="medal3 - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" /> <li class="blurb">NEED A WEBSITE? 09206301130 | info@mikeligalig.com</li> <li class="im_icons"> <ul> <li><a href="" onclick="share_post_seo(652707); return false;" id="share_string_652707" title="Share Post" rel="nofollow"><img src="https://tubagbohol.mikeligalig.com/Themes/default/images/seo/share.png" title="Share Post" alt="Share Post" /></a><div style="overflow: auto; display: none; position: absolute; z-index: 100; background-color: white; width: 80px; text-align: center; padding: 5px; border: 1px solid black; height: 100px;" id="share_seo_652707"><a href="https://www.facebook.com/share.php?u=https%3A%2F%2Ftubagbohol.mikeligalig.com%2Findex.php%3Ftopic%3D87336.msg652707%23652707&amp;t=Hurricane Harvey looks set to disrupt the US Gulf Coast crude" title="Share via facebook" rel="nofollow" style="padding: 3px;" target="_blank"><img src="https://tubagbohol.mikeligalig.com/Themes/default/images/seo/facebook.png" title="Share via facebook" alt="Share via facebook" /></a> <a href="https://www.linkedin.com/shareArticle?mini=true&amp;url=https%3A%2F%2Ftubagbohol.mikeligalig.com%2Findex.php%3Ftopic%3D87336.msg652707%23652707&amp;title=Hurricane Harvey looks set to disrupt the US Gulf Coast crude&amp;summary=&amp;source" title="Share via linkedin" rel="nofollow" style="padding: 3px;" target="_blank"><img src="https://tubagbohol.mikeligalig.com/Themes/default/images/seo/linkedin.png" title="Share via linkedin" alt="Share via linkedin" /></a> <a href="https://www.tumblr.com/widgets/share/tool?canonicalUrl=https%3A%2F%2Ftubagbohol.mikeligalig.com%2Findex.php%3Ftopic%3D87336.msg652707%23652707%2F&title=Hurricane Harvey looks set to disrupt the US Gulf Coast crude" title="Share via tumblr" rel="nofollow" style="padding: 3px;" target="_blank"><img src="https://tubagbohol.mikeligalig.com/Themes/default/images/seo/tumblr.png" title="Share via tumblr" alt="Share via tumblr" /></a> <br /><a href="https://twitter.com/home?status=https%3A%2F%2Ftubagbohol.mikeligalig.com%2Findex.php%3Ftopic%3D87336.msg652707%23652707" title="Share via twitter" rel="nofollow" style="padding: 3px;" target="_blank"><img src="https://tubagbohol.mikeligalig.com/Themes/default/images/seo/twitter.png" title="Share via twitter" alt="Share via twitter" /></a> <g:plusone size="small" href="https://tubagbohol.mikeligalig.com/index.php?topic=87336.0"></g:plusone></div></li> </ul> </li> </ul> </div> <div class="postarea"> <div class="flow_hidden"> <div class="keyinfo"> <div class="messageicon"> <img title="xx - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" src="https://tubagbohol.mikeligalig.com/Themes/default/images/post/xx.gif" alt="xx - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" /> </div> <h5 id="subject_652707"> <a href="https://tubagbohol.mikeligalig.com/worldnews/hurricane-harvey-looks-set-to-disrupt-the-us-gulf-coast-crude/msg652707/#msg652707" rel="nofollow">Hurricane Harvey looks set to disrupt the US Gulf Coast crude</a> </h5> <div class="smalltext">&#171; <strong> on:</strong> August 30, 2017, 11:03:16 PM &#187;</div> <div id="msg_652707_quick_mod"></div> </div> </div> <div class="post"> <!-- Go to www.addthis.com/dashboard to customize your tools --> <div class="addthis_inline_share_toolbox"></div> <div class="inner" id="msg_652707"><!-- google_ad_section_start -->By Leman Zeynalova â€“ Trend:<br /><br />Hurricane Harvey looks set to disrupt the US Gulf Coast crude and product markets in the coming days and possibly weeks, according to the US JP Morgan analysis.<br /><br />â€œOffshore dislocations appear limited, relative to the more significant onshore disruption to refining and midstream infrastructure. A slow restart of refineries will tighten product markets in the Gulf Coast and US East Coast regions and also further afield,â€ said the analysis obtained by Trend.<br /><br />In contrast to previous Hurricane-related outages, the region is a significant supplier of crude and products to Europe, Latin American and increasingly further afield, said the analysts.<br /><br />However, JP Morgan believes that once the disruption ebbs, a process that could take several weeks, but is more likely to be largely resolved in a matter of days, the bigger picture will still be one of seasonally softer demand for products by consumers in the coming weeks and falling crude use by refineries as planned maintenance ramps up.<br /><br />â€œWe retain a cautious outlook on crude in the short term, and for 2018, where we expect West Texas Intermediate (WTI) oil to average $42 per barrel as resurgent US crude production combines with increasing OPEC/non-OPEC supply to swamp markets - particularly during the first half of 2018,â€ said the analysts.<br /><br />Your device is compatible with our app. <a href="https://tubagbohol.mikeligalig.com/index.php?action=seored;u=aHR0cDovL3IudGFwYXRhbGsuY29tL2J5bz9yaWQ9OTQxMjk" rel="nofollow" class="bbc_link new_win" target="_blank">Click HERE to get your FREE TubagBohol Android App</a><br /><br /><!-- google_ad_section_end --><br /><br /><span class="smalltext">Linkback: https://tubagbohol.mikeligalig.com/index.php?topic=87336.0</span></div> </div> </div> <div class="moderatorbar"> <div class="smalltext modified" id="modified_652707"> </div> <div class="smalltext reportlinks"> <img title="ip - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" src="https://tubagbohol.mikeligalig.com/Themes/default/images/ip.gif" alt="ip - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" />
								Logged
							</div> <div class="signature" id="msg_652707_signature"><em>Romans 10:9-10</em><br /><span style="font-size: 12pt;" class="bbc_size">&quot;If you declare with your mouth, Jesus is Lord, and believe in your heart that God raised him from the dead, you will be saved. For it is with your heart that you believe and are justified, and it is with your mouth that you profess your faith and are saved.&quot;</span><br /><br /><a href="https://tubagbohol.mikeligalig.com/index.php?action=seored;u=aHR0cHM6Ly9wYXJ0bmVyLnBjbG91ZC5jb20vci8yNDM3" rel="nofollow" class="bbc_link new_win" target="_blank"><img title="personal015320100 - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" src="https://partner.pcloud.com/media/banners/personal/personal015320100.png" alt="personal015320100 - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" class="bbc_img" /></a></div> </div> </div> <span class="botslice"><span></span></span> </div> <hr class="post_separator" /> <div class="windowbg"> <span class="topslice"><span></span></span> <div align="center"><a href="https://partner.pcloud.com/r/2558" title="pCloud Premium" target="_blank"><img title="personal00172890 - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" src="https://partner.pcloud.com/media/banners/personal/personal00172890.png" alt="pCloud Premium"/></a></div> <span class="botslice"><span></span></span> </div> <hr class="post_separator" /> </form> </div> <a id="lastPost"></a> <div class="pagesection"> <div class="buttonlist floatright"> <ul> <li><a class="button_strip_send" href="https://tubagbohol.mikeligalig.com/worldnews/hurricane-harvey-looks-set-to-disrupt-the-us-gulf-coast-crude/?action=emailuser;sa=sendtopic"><span>Send this topic</span></a></li> <li><a class="button_strip_print" href="https://tubagbohol.mikeligalig.com/worldnews/hurricane-harvey-looks-set-to-disrupt-the-us-gulf-coast-crude/?action=printpage" rel="new_win nofollow"><span class="last">Print</span></a></li> </ul> </div> <div class="pagelinks floatleft">Pages: [<strong>1</strong>] </div> <div class="nextlinks_bottom"><a href="https://tubagbohol.mikeligalig.com/worldnews/infographic-the-life-story-of-bill-gates/new/#new">&laquo; INFOGRAPHIC: The life story of Bill Gates</a> | <a href="https://tubagbohol.mikeligalig.com/worldnews/are-you-ready-india-will-have-more-population-than-china-by-2030/new/#new">Are you ready: India will have more population than China by 2030 &raquo;</a></div> </div> <div class="navigate_section"> <ul> <li> <a href="https://tubagbohol.mikeligalig.com/index.php"><span>TUBAGBOHOL.com with Ligalig Mike Ortega</span></a> &#187;
			</li> <li> <a href="https://tubagbohol.mikeligalig.com/index.php#c8"><span>The World</span></a> &#187;
			</li> <li> <a href="https://tubagbohol.mikeligalig.com/worldnews/"><span>World Daily News</span></a> &#187;
			</li> <li class="last"> <a href="https://tubagbohol.mikeligalig.com/worldnews/hurricane-harvey-looks-set-to-disrupt-the-us-gulf-coast-crude/"><span>Hurricane Harvey looks set to disrupt the US Gulf Coast crude</span></a> </li> </ul> </div> <br class="clear" /> <div class="cat_bar"> <h3 class="catbg"> <a href="" onclick="shrinkHeaderSEO(); return false;"> <img id="upshrink_seo" src="https://tubagbohol.mikeligalig.com/Themes/default/images/collapse.gif" alt="*" title="Shrink or expand the header." /> Share Topic
						 </a> </h3> </div> <div class="windowbg2" id="upshrinkHeaderSEO"> <span class="topslice"><span></span></span> <div class="content"><div style="margin-bottom: 10px;"><a href="https://www.facebook.com/share.php?u=https%3A%2F%2Ftubagbohol.mikeligalig.com%2Findex.php%3Ftopic%3D87336.0&amp;t=Hurricane Harvey looks set to disrupt the US Gulf Coast crude" title="Share via facebook" rel="nofollow" style="padding: 3px;" target="_blank"><img src="https://tubagbohol.mikeligalig.com/Themes/default/images/seo/facebook.png" title="Share via facebook" alt="Share via facebook" /></a> <a href="https://www.linkedin.com/shareArticle?mini=true&amp;url=https%3A%2F%2Ftubagbohol.mikeligalig.com%2Findex.php%3Ftopic%3D87336.0&amp;title=Hurricane Harvey looks set to disrupt the US Gulf Coast crude&amp;summary=&amp;source" title="Share via linkedin" rel="nofollow" style="padding: 3px;" target="_blank"><img src="https://tubagbohol.mikeligalig.com/Themes/default/images/seo/linkedin.png" title="Share via linkedin" alt="Share via linkedin" /></a> <a href="https://pinterest.com/pin/create/bookmarklet/?url=https%3A%2F%2Ftubagbohol.mikeligalig.com%2Findex.php%3Ftopic%3D87336.0&description=Hurricane Harvey looks set to disrupt the US Gulf Coast crude" title="Share via pinterest" rel="nofollow" style="padding: 3px;" target="_blank"><img src="https://tubagbohol.mikeligalig.com/Themes/default/images/seo/pinterest.png" title="Share via pinterest" alt="Share via pinterest" /></a> <a href="https://www.tumblr.com/widgets/share/tool?canonicalUrl=https%3A%2F%2Ftubagbohol.mikeligalig.com%2Findex.php%3Ftopic%3D87336.0%2F&title=Hurricane Harvey looks set to disrupt the US Gulf Coast crude" title="Share via tumblr" rel="nofollow" style="padding: 3px;" target="_blank"><img src="https://tubagbohol.mikeligalig.com/Themes/default/images/seo/tumblr.png" title="Share via tumblr" alt="Share via tumblr" /></a> <a href="https://twitter.com/home?status=https%3A%2F%2Ftubagbohol.mikeligalig.com%2Findex.php%3Ftopic%3D87336.0" title="Share via twitter" rel="nofollow" style="padding: 3px;" target="_blank"><img src="https://tubagbohol.mikeligalig.com/Themes/default/images/seo/twitter.png" title="Share via twitter" alt="Share via twitter" /></a> <g:plusone size="small" href="https://tubagbohol.mikeligalig.com/index.php?topic=87336.0"></g:plusone></div></div> <span class="botslice"><span></span></span> </div> <br class="clear" /> <div class="cat_bar"> <h3 class="catbg"> <a href="" onclick="shrinkHeaderSEORelated(); return false;"> <img id="upshrink_seo_related" src="https://tubagbohol.mikeligalig.com/Themes/default/images/collapse.gif" alt="*" title="Shrink or expand the header." /> 
					Similar Topics
				</a> </h3> </div> <div id="upshrinkHeaderSEORelated"class="tborder topic_table"> <table cellspacing="0" class="table_grid"> <tr> <td class="icon2 windowbg" width="4%"> <img title="xx - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" alt="xx" src="https://tubagbohol.mikeligalig.com/Themes/default/images/post/xx.gif" /> </td> <td class="subject windowbg2"> <h6 class="regular_text"> <a href="https://tubagbohol.mikeligalig.com/image/hurricane-harvey/">
									hurricane harvey
								</a> </h6> <p>
								Started by <a title="View the profile of balong" href="https://tubagbohol.mikeligalig.com/index.php?action=profile;u=477" rel="nofollow"> balong </a>
								on <a href="https://tubagbohol.mikeligalig.com/image/" >Photos Unlimited</a> </p> </td> <td class="stats windowbg" width="14%">
							24 Replies
							<br />
							2201 Views
						</td> <td class="lastpost windowbg2" width="22%"> <a href="https://tubagbohol.mikeligalig.com/image/hurricane-harvey/msg652722/#msg652722" rel="nofollow"><img title="Last post" alt="Last post" src="https://tubagbohol.mikeligalig.com/Themes/default/images/icons/last_post.gif" /></a>
							September 03, 2017, 08:34:44 AM<br />
							by <a href="https://tubagbohol.mikeligalig.com/index.php?action=profile;u=477" rel="nofollow"> balong </a> </td> </tr> <tr> <td class="icon2 windowbg" width="4%"> <img title="xx - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" alt="xx" src="https://tubagbohol.mikeligalig.com/Themes/default/images/post/xx.gif" /> </td> <td class="subject windowbg2"> <h6 class="regular_text"> <a href="https://tubagbohol.mikeligalig.com/worldnews/makalilisang-nga-hurricane-harvey-moabotay-sa-florida-usa/">
									Makalilisang nga Hurricane Harvey Moabotay sa Florida, USA
								</a> </h6> <p>
								Started by <a title="View the profile of MIKELIGALIG.com" href="https://tubagbohol.mikeligalig.com/index.php?action=profile;u=1382" rel="nofollow"> MIKELIGALIG.com </a>
								on <a href="https://tubagbohol.mikeligalig.com/worldnews/" >World Daily News</a> </p> </td> <td class="stats windowbg" width="14%">
							0 Replies
							<br />
							561 Views
						</td> <td class="lastpost windowbg2" width="22%"> <a href="https://tubagbohol.mikeligalig.com/worldnews/makalilisang-nga-hurricane-harvey-moabotay-sa-florida-usa/msg652784/#msg652784" rel="nofollow"><img title="Last post" alt="Last post" src="https://tubagbohol.mikeligalig.com/Themes/default/images/icons/last_post.gif" /></a>
							September 08, 2017, 09:14:44 PM<br />
							by <a href="https://tubagbohol.mikeligalig.com/index.php?action=profile;u=1382" rel="nofollow"> MIKELIGALIG.com </a> </td> </tr> <tr> <td class="icon2 windowbg" width="4%"> <img title="lamp - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" alt="lamp" src="https://tubagbohol.mikeligalig.com/Themes/default/images/post/lamp.gif" /> </td> <td class="subject windowbg2"> <h6 class="regular_text"> <a href="https://tubagbohol.mikeligalig.com/around-the-web/environment-news-bp-oil-spill-has-lingering-effects-in-gulf-coast/">
									Environment News: BP Oil Spill Has Lingering Effects In Gulf Coast
								</a> </h6> <p>
								Started by <a title="View the profile of Ligalig-Mike" href="https://tubagbohol.mikeligalig.com/index.php?action=profile;u=1" rel="nofollow"> Ligalig-Mike </a>
								on <a href="https://tubagbohol.mikeligalig.com/around-the-web/" >Spying the Internet</a> </p> </td> <td class="stats windowbg" width="14%">
							0 Replies
							<br />
							86 Views
						</td> <td class="lastpost windowbg2" width="22%"> <a href="https://tubagbohol.mikeligalig.com/around-the-web/environment-news-bp-oil-spill-has-lingering-effects-in-gulf-coast/msg549884/#msg549884" rel="nofollow"><img title="Last post" alt="Last post" src="https://tubagbohol.mikeligalig.com/Themes/default/images/icons/last_post.gif" /></a>
							November 21, 2012, 08:00:57 PM<br />
							by <a href="https://tubagbohol.mikeligalig.com/index.php?action=profile;u=1" rel="nofollow"> Ligalig-Mike </a> </td> </tr> <tr> <td class="icon2 windowbg" width="4%"> <img title="xx - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" alt="xx" src="https://tubagbohol.mikeligalig.com/Themes/default/images/post/xx.gif" /> </td> <td class="subject windowbg2"> <h6 class="regular_text"> <a href="https://tubagbohol.mikeligalig.com/worldnews/hurricane-sandy-inflicts-substantial-damage-in-us-east-coast/">
									Hurricane Sandy Inflicts Substantial Damage in US East Coast
								</a> </h6> <p>
								Started by <a title="View the profile of Ligalig-Mike" href="https://tubagbohol.mikeligalig.com/index.php?action=profile;u=1" rel="nofollow"> Ligalig-Mike </a>
								on <a href="https://tubagbohol.mikeligalig.com/worldnews/" >World Daily News</a> </p> </td> <td class="stats windowbg" width="14%">
							5 Replies
							<br />
							244 Views
						</td> <td class="lastpost windowbg2" width="22%"> <a href="https://tubagbohol.mikeligalig.com/worldnews/hurricane-sandy-inflicts-substantial-damage-in-us-east-coast/msg541992/#msg541992" rel="nofollow"><img title="Last post" alt="Last post" src="https://tubagbohol.mikeligalig.com/Themes/default/images/icons/last_post.gif" /></a>
							November 03, 2012, 03:40:22 AM<br />
							by <a href="https://tubagbohol.mikeligalig.com/index.php?action=profile;u=240" rel="nofollow"> Lorenzo </a> </td> </tr> <tr> <td class="icon2 windowbg" width="4%"> <img title="xx - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" alt="xx" src="https://tubagbohol.mikeligalig.com/Themes/default/images/post/xx.gif" /> </td> <td class="subject windowbg2"> <h6 class="regular_text"> <a href="https://tubagbohol.mikeligalig.com/money/duterte-trump-policies-to-disrupt-ict-and-bpo-sectors/">
									Duterte, Trump policies to disrupt ICT and BPO sectors
								</a> </h6> <p>
								Started by <a title="View the profile of MIKELIGALIG.com" href="https://tubagbohol.mikeligalig.com/index.php?action=profile;u=1382" rel="nofollow"> MIKELIGALIG.com </a>
								on <a href="https://tubagbohol.mikeligalig.com/money/" >Market &amp; Economic Trends</a> </p> </td> <td class="stats windowbg" width="14%">
							0 Replies
							<br />
							103 Views
						</td> <td class="lastpost windowbg2" width="22%"> <a href="https://tubagbohol.mikeligalig.com/money/duterte-trump-policies-to-disrupt-ict-and-bpo-sectors/msg649777/#msg649777" rel="nofollow"><img title="Last post" alt="Last post" src="https://tubagbohol.mikeligalig.com/Themes/default/images/icons/last_post.gif" /></a>
							February 10, 2017, 02:05:01 PM<br />
							by <a href="https://tubagbohol.mikeligalig.com/index.php?action=profile;u=1382" rel="nofollow"> MIKELIGALIG.com </a> </td> </tr> </table> </div> <div id="moderationbuttons"></div> <div class="plainbox" id="display_jump_to">&nbsp;</div> <br class="clear" /> <form action="https://tubagbohol.mikeligalig.com/index.php?action=spellcheck" method="post" accept-charset="UTF-8" name="spell_form" id="spell_form" target="spellWindow"><input type="hidden" name="spellstring" value="" /></form> <script type="text/javascript" src="https://tubagbohol.mikeligalig.com/Themes/default/scripts/spellcheck.js"></script> <script type="text/javascript" src="https://tubagbohol.mikeligalig.com/Themes/default/scripts/topic.js"></script> <script type="text/javascript"><!-- // --><![CDATA[
					if ('XMLHttpRequest' in window)
					{
						var oQuickModify = new QuickModify({
							sScriptUrl: smf_scripturl,
							bShowModify: false,
							iTopicId: 87336,
							sTemplateBodyEdit: '\n\t\t\t\t\t\t\t\t<div id="quick_edit_body_container" style="width: 90%">\n\t\t\t\t\t\t\t\t\t<div id="error_box" style="padding: 4px;" class="error"><' + '/div>\n\t\t\t\t\t\t\t\t\t<textarea class="editor" name="message" rows="12" style="width: 100%; margin-bottom: 10px;" tabindex="1">%body%<' + '/textarea><br />\n\t\t\t\t\t\t\t\t\t<input type="hidden" name="c42352a" value="23bc004b9575e0a81417aba290a5536a" />\n\t\t\t\t\t\t\t\t\t<input type="hidden" name="topic" value="87336" />\n\t\t\t\t\t\t\t\t\t<input type="hidden" name="msg" value="%msg_id%" />\n\t\t\t\t\t\t\t\t\t<div class="righttext">\n\t\t\t\t\t\t\t\t\t\t<input type="submit" name="post" value="Save" tabindex="2" onclick="return oQuickModify.modifySave(\'23bc004b9575e0a81417aba290a5536a\', \'c42352a\');" accesskey="s" class="button_submit" />&nbsp;&nbsp;<input type="button" value="Spell Check" tabindex="3" onclick="spellCheck(\'quickModForm\', \'message\');" class="button_submit" />&nbsp;&nbsp;<input type="submit" name="cancel" value="Cancel" tabindex="4" onclick="return oQuickModify.modifyCancel();" class="button_submit" />\n\t\t\t\t\t\t\t\t\t<' + '/div>\n\t\t\t\t\t\t\t\t<' + '/div>',
							sTemplateSubjectEdit: '<input type="text" style="width: 90%;" name="subject" value="%subject%" size="80" maxlength="80" tabindex="5" class="input_text" />',
							sTemplateBodyNormal: '%body%',
							sTemplateSubjectNormal: '<a hr'+'ef="https://tubagbohol.mikeligalig.com/index.php'+'?topic=87336.msg%msg_id%#msg%msg_id%" rel="nofollow">%subject%<' + '/a>',
							sTemplateTopSubject: 'Topic: %subject% &nbsp;(Read 640 times)',
							sErrorBorderStyle: '1px solid red'
						});

						aJumpTo[aJumpTo.length] = new JumpTo({
							sContainerId: "display_jump_to",
							sJumpToTemplate: "<label class=\"smalltext\" for=\"%select_id%\">Jump to:<" + "/label> %dropdown_list%",
							iCurBoardId: 161,
							iCurBoardChildLevel: 0,
							sCurBoardName: "World Daily News",
							sBoardChildLevelIndicator: "==",
							sBoardPrefix: "=> ",
							sCatSeparator: "-----------------------------",
							sCatPrefix: "",
							sGoButtonLabel: "go"
						});

						aIconLists[aIconLists.length] = new IconList({
							sBackReference: "aIconLists[" + aIconLists.length + "]",
							sIconIdPrefix: "msg_icon_",
							sScriptUrl: smf_scripturl,
							bShowModify: false,
							iBoardId: 161,
							iTopicId: 87336,
							sSessionId: "23bc004b9575e0a81417aba290a5536a",
							sSessionVar: "c42352a",
							sLabelIconList: "Message Icon",
							sBoxBackground: "transparent",
							sBoxBackgroundHover: "#ffffff",
							iBoxBorderWidthHover: 1,
							sBoxBorderColorHover: "#adadad" ,
							sContainerBackground: "#ffffff",
							sContainerBorder: "1px solid #adadad",
							sItemBorder: "1px solid #ffffff",
							sItemBorderHover: "1px dotted gray",
							sItemBackground: "transparent",
							sItemBackgroundHover: "#e0e0f0"
						});
					}
				// ]]></script> <script type="text/javascript"><!-- // --><![CDATA[
				var current_header_seo = false;
				var current_header_seo_related = false;
				
				function share_post_seo(id_msg)
				{
					seo_share_box = document.getElementById('share_seo_' + id_msg);
					
					if (seo_share_box.style.display == "none")
						seo_share_box.style.display = "";
					else
						seo_share_box.style.display = "none";
				}
				
				function getposOffset(what, offsettype)
				{
					var totaloffset = (offsettype=="left") ? what.offsetLeft : what.offsetTop;
					var parentEl = what.offsetParent;
				
					while (parentEl!=null)
					{
						totaloffset = (offsettype == "left") ? totaloffset + parentEl.offsetLeft : totaloffset + parentEl.offsetTop;
						parentEl = parentEl.offsetParent;
					}
				
					return totaloffset;
				}
				
				function shrinkHeaderSEO()
				{
					document.cookie = "upshrinkSEO=" + (!current_header_seo ? 1 : 0);
					document.getElementById("upshrink_seo").src = smf_images_url + (!current_header_seo ? "/expand.gif" : "/collapse.gif");
					document.getElementById("upshrinkHeaderSEO").style.display = !current_header_seo ? "none" : "";
					
					current_header_seo = !current_header_seo;
				}
				
				function shrinkHeaderSEORelated()
				{
					document.cookie = "upshrinkSEORelated=" + (!current_header_seo_related ? 1 : 0);
					document.getElementById("upshrink_seo_related").src = smf_images_url + (!current_header_seo_related ? "/expand.gif" : "/collapse.gif");
					document.getElementById("upshrinkHeaderSEORelated").style.display = !current_header_seo_related ? "none" : "";
					
					current_header_seo_related = !current_header_seo_related;
				}
			// ]]></script> </td> <td id="sp_right" width="205"> <div class="sp_block_section"> <div id="sp_block_50"> <div> <div class="sp_block"> <ins class="bookingaff" data-aid="1445519" data-target_aid="1248701" data-prod="nsb" data-width="200" data-height="350" data-lang="en-US"> <!-- Anything inside will go away once widget is loaded. --> <a href="https://tubagbohol.mikeligalig.com///www.booking.com?aid=1248701">Booking.com</a> </ins> <script type="text/javascript">
    (function(d, sc, u) {
      var s = d.createElement(sc), p = d.getElementsByTagName(sc)[0];
      s.type = 'text/javascript';
      s.async = true;
      s.src = u + '?v=' + (+new Date());
      p.parentNode.insertBefore(s,p);
      })(document, 'script', '//aff.bstatic.com/static/affiliate_base/js/flexiproduct.js');
</script> </div> </div> </div> </div> <div class="sp_block_section_last"> <div class="cat_bar"> <h3 class="catbg">
				Latest Topics
			</h3> </div> <div id="sp_block_11"> <div class="windowbg2"> <span class="topslice"><span></span></span> <div class="sp_block"> <a href="https://tubagbohol.mikeligalig.com/philippine-government/new-house-committee-on-women-chair-is-expanded-maternity-leave-champion/msg655974/?topicseen#new">NEW HOUSE COMMITTEE ON WOMEN CHAIR IS EXPANDED MATERNITY LEAVE CHAMPION</a> <span class="smalltext">by <a href="https://tubagbohol.mikeligalig.com/index.php?action=profile;u=1382" style="color: #FF0000;">MIKELIGALIG.com</a><br />[<strong>Today</strong> at 02:56:26 PM]</span><br /><hr /> <a href="https://tubagbohol.mikeligalig.com/national/filipino-ofw-remittances-from-kuwait/msg655973/?topicseen#new">Filipino OFW Remittances from Kuwait</a> <span class="smalltext">by <a href="https://tubagbohol.mikeligalig.com/index.php?action=profile;u=1382" style="color: #FF0000;">MIKELIGALIG.com</a><br />[<strong>Yesterday</strong> at 06:16:50 PM]</span><br /><hr /> <a href="https://tubagbohol.mikeligalig.com/national/lady-pusher-yields-p140k-drugs-in-cebu-buy-bust/msg655972/?topicseen#new">Lady pusher yields P140K drugs in Cebu buy-bust</a> <span class="smalltext">by <a href="https://tubagbohol.mikeligalig.com/index.php?action=profile;u=1382" style="color: #FF0000;">MIKELIGALIG.com</a><br />[<strong>Yesterday</strong> at 05:55:16 PM]</span><br /><hr /> <a href="https://tubagbohol.mikeligalig.com/national/tax-amnesty-program-house-bill-7105/msg655971/?topicseen#new">Tax Amnesty Program House Bill 7105</a> <span class="smalltext">by <a href="https://tubagbohol.mikeligalig.com/index.php?action=profile;u=1382" style="color: #FF0000;">MIKELIGALIG.com</a><br />[<strong>Yesterday</strong> at 05:37:56 PM]</span><br /><hr /> <a href="https://tubagbohol.mikeligalig.com/national/bangko-sentral-ng-pilipinas-(bsp)-cut-of-banks'-reserve-requirement-ratio/msg655970/?topicseen#new">Bangko Sentral ng Pilipinas’ (BSP) cut of banks' reserve requirement ratio</a> <span class="smalltext">by <a href="https://tubagbohol.mikeligalig.com/index.php?action=profile;u=1382" style="color: #FF0000;">MIKELIGALIG.com</a><br />[<strong>Yesterday</strong> at 05:36:03 PM]</span><br /><hr /> <a href="https://tubagbohol.mikeligalig.com/jokes/kung-hei-fat-choi!/msg655969/?topicseen#new">Kung Hei Fat Choi! </a> <span class="smalltext">by <a href="https://tubagbohol.mikeligalig.com/index.php?action=profile;u=1382" style="color: #FF0000;">MIKELIGALIG.com</a><br />[<strong>Yesterday</strong> at 05:29:46 PM]</span><br /><hr /> <a href="https://tubagbohol.mikeligalig.com/all/why-is-america-unable-to-halt-this-epidemic-of-deadly-gun-violence/msg655967/?topicseen#new">Why is America unable to halt this epidemic of deadly gun violence?</a> <span class="smalltext">by <a href="https://tubagbohol.mikeligalig.com/index.php?action=profile;u=3258">islander</a><br />[<strong>Yesterday</strong> at 12:48:16 PM]</span><br /><hr /> <a href="https://tubagbohol.mikeligalig.com/worldnews/kim-boutins-dream-of-winning-an-olympic-medal/msg655958/?topicseen#new">Kim Boutin’s dream of winning an Olympic medal</a> <span class="smalltext">by <a href="https://tubagbohol.mikeligalig.com/index.php?action=profile;u=1382" style="color: #FF0000;">MIKELIGALIG.com</a><br />[<strong>Yesterday</strong> at 09:49:31 AM]</span><br /><hr /> <a href="https://tubagbohol.mikeligalig.com/national/curfew-for-kids-younger-than-18/msg655957/?topicseen#new">CURFEW FOR KIDS YOUNGER THAN 18</a> <span class="smalltext">by <a href="https://tubagbohol.mikeligalig.com/index.php?action=profile;u=1382" style="color: #FF0000;">MIKELIGALIG.com</a><br />[<strong>Yesterday</strong> at 09:46:15 AM]</span><br /><hr /> <a href="https://tubagbohol.mikeligalig.com/hope/impact-of-salt/msg655956/?topicseen#new">Impact of Salt</a> <span class="smalltext">by <a href="https://tubagbohol.mikeligalig.com/index.php?action=profile;u=1382" style="color: #FF0000;">MIKELIGALIG.com</a><br />[<strong>Yesterday</strong> at 09:04:14 AM]</span><br /> </div> <span class="botslice"><span></span></span> </div> </div> </div> </td> </tr> </table><div class="cleantalk_tell_others" style="text-align: center;padding:5px 0;"><a href="https://cleantalk.org/smf-anti-spam-mod">SMF spam</a> blocked by CleanTalk</div><a href="https://partner.pcloud.com/r/2558" title="pCloud Premium" target="_blank"><img title="personal00172890 - Hurricane Harvey looks set to disrupt the US Gulf Coast crude - World Daily News" src="https://partner.pcloud.com/media/banners/personal/personal00172890.png" alt="pCloud Premium"/></a> </div> </div></div> <div id="footer_section"><div class="frame"> <ul class="reset"> <li class="copyright" style="line-height: 1.5em;"> <span class="smalltext" style="display: inline; visibility: visible; font-family: Verdana, Arial, sans-serif;"><a href="https://tubagbohol.mikeligalig.com/?action=credits" title="Simple Machines Forum" target="_blank" class="new_win">SMF 2.0.15</a> |
 <a href="http://tubagbohol.mikeligalig.com/" title="bohol" target="_blank" class="new_win">Home</a> - <a href="http://www.simplemachines.org" title="Simple Machines" target="_blank" class="new_win">Mike Ortega Ligalig Thanks Simple Machines</a> </span></li> <li><a id="button_xhtml" href="http://tubagbohol.mikeligalig.com/index.php?action=kitsitemap" target="_blank" class="new_win" title="Valid XHTML 1.0!"><span>XHTML</span></a></li> <li><a id="button_rss" href="https://tubagbohol.mikeligalig.com/index.php?action=.xml;type=rss" class="new_win"><span>RSS</span></a></li> <li class="last"><a id="button_wap2" href="https://tubagbohol.mikeligalig.com/index.php?wap2" class="new_win"><span>WAP2</span></a></li> </ul> </div></div> </div> <!-- Go to www.addthis.com/dashboard to customize your tools --> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5813f2370217c5aa"></script> <script type="text/javascript">
	var vglnk = { key: 'd5203c9d16b58e43ab0b67035167635e' };

  (function(d, t) {
	 var s = d.createElement(t);  s.type = 'text/javascript'; s.async = true;
	 s.src = '//cdn.viglink.com/api\vglnk.js';
	 var r = d.getElementsByTagName(t)[0]; r.parentNode.insertBefore(s, r);
	}(document, 'script'));
</script><div style="text-align: center; width: 100%; font-size: x-small; margin-bottom: 5px;"><a href="http://www.smfpacks.com" title="SMFPacks home of SMFPacks SEO and other premium and free mods for SMF">Powered by SMFPacks SEO Pro Mod</a> | <a href="https://tubagbohol.mikeligalig.com/index.php?action=sitemap" title="Sitemap">Sitemap</a></div><div style="text-align: center; width: 100%; font-size: x-small; margin-bottom: 5px;"><a href="https://tubagbohol.mikeligalig.com/index.php?mobile">Mobile View</a></div><div style="text-align: center; width: 100%; font-size: x-small; margin-bottom: 5px;"><a href="https://simpleportal.net/" target="_blank" class="new_win">SimplePortal 2.3.7 &copy; 2008-2018, SimplePortal</a></div></body></html>