<!DOCTYPE html><html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:valurl="com.times.utilities.CMSWebUtility" xmlns:listval="com.indiatimes.cms.utilities.CMSDateUtility" xmlns:java="java" xmlns:g="http://base.google.com/ns/1.0" itemtype="http://schema.org/Article"><head><META http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta charset="utf-8"><title>crude oil: Crude oil market likely to turn choppy on Hurricane Harvey - The Economic Times</title><link rel="image_src" href="https://img.etimg.com/thumb/msid-60295353,width-672,resizemode-4,imgsize-49553/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/crude-oil.jpg"><meta http-equiv="Last-Modified" content="13 Feb, 2018, 2046 hrs IST"><meta name="description" content="Trading this week may be choppy as markets assess the impact of the Hurricane Harvey on US energy infrastructure."><meta name="news_keywords" content="crude oil,harshal barot,hurricane harvey,Stocks,OECD,opec,markets"><meta name="keywords" content="crude oil,harshal barot,hurricane harvey,Stocks,OECD,opec,markets"></meta><link rel="canonical" href="https://economictimes.indiatimes.com/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/articleshow/60295339.cms"><link media="only screen and (max-width: 640px)" rel="alternate" href="https://m.economictimes.com/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/articleshow/60295339.cms"><link media="handheld" rel="alternate" href="https://m.economictimes.com/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/articleshow/60295339.cms"><link rel="amphtml" href="https://m.economictimes.com/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/amp_articleshow/60295339.cms"><link href="//www.google-analytics.com" rel="preconnect"><link href="//connect.facebook.net" rel="preconnect"><link href="//cm.g.doubleclick.net" rel="preconnect"><link href="//googleads.g.doubleclick.net" rel="preconnect"><link href="//googleads.g.doubleclick.net" rel="preconnect"><link href="https://img.etimg.com" rel="preconnect"><link href="//js.etimg.com" rel="preconnect"><link href="//css.etimg.com" rel="preconnect"><link href="//economictimes.indiatimes.com" rel="preconnect"><link href="//sb.scorecardresearch.com" rel="preconnect"><link href="https://ade.clmbtech.com" rel="preconnect"><link href="//www.google-analytics.com" rel="dns-prefetch"><link href="//connect.facebook.net" rel="dns-prefetch"><link href="//cm.g.doubleclick.net" rel="dns-prefetch"><link href="//googleads.g.doubleclick.net" rel="dns-prefetch"><link href="//googleads.g.doubleclick.net" rel="dns-prefetch"><link href="https://img.etimg.com" rel="dns-prefetch"><link href="//js.etimg.com" rel="dns-prefetch"><link href="//css.etimg.com" rel="dns-prefetch"><link href="//economictimes.indiatimes.com" rel="dns-prefetch"><link href="//sb.scorecardresearch.com" rel="dns-prefetch"><link href="https://ade.clmbtech.com" rel="dns-prefetch"><link href="https://css.etimg.com/css_common/v-262,minify-1.cms" type="text/css" rel="stylesheet"><link href="https://css.etimg.com/css_related_companies/v-25,minify-1.cms" type="text/css" rel="stylesheet"><link href="https://css.etimg.com/css_articleshownew/v-171,minify-1.cms" type="text/css" rel="stylesheet"><link rel="stylesheet" href="https://css.etimg.com/combine_css.cms?q=css_comments.cms,css_add_under_portfolio.cms&amp;v=171"><style type="text/css">.articlelist_container li.list[data-msid="60295339"] {display:none;}
				    .showBtmBar {display:block; transition: opacity 1s ease-out;}
				    #topNavFixed.fixedNav {position: absolute;}
				    #topNavFixed.fixedNav.fixNavBar {position: fixed;}</style><script type="text/javascript">
				    function getQueryParams(qs) {
    			        qs = qs.split('+').join(' ');
    			        var params = {},
    			            tokens,
    			            re = /[?&]?([^=]+)=([^&]*)/g;
    			        while (tokens = re.exec(qs)) {
    			            params[decodeURIComponent(tokens[1])] = decodeURIComponent(tokens[2]);
    			        }
    			        return params;
			        }
			        var query = getQueryParams(document.location.search);
			        var utmNewsletter = (function () {
                                        	var utmflag = !!query.utm_source;
                                        	var utm = (utmflag) ? query.utm_source.toLowerCase() : utmflag;
                                        	return (utmflag && (utm == 'newsletter' || utm == 'etnotification' || utm == 'etnotifications' || utm == 'etwebnotifications'))
                                        })();
			        var artId = '60295339', skinningExist = false,
					multipublish = false,
					multipublishURL = "https://economictimes.indiatimes.com/articleshow/60295339.cms",
					secfname= 'Markets-Commodities';
					var spHyp1 = 'crude oil,harshal barot,hurricane harvey,Stocks,OECD,opec,markets';
					
					
					// Creating Elements for IE : HTML 5
					var elem = ["article", "aside", "figure", "footer", "figcaption", "header", "nav", "section", "time"];
					for(var i=0; i<=elem.length-1; i++){
						document.createElement(elem[i])
					}
					/* ========== Some on page scripts ============ */

					// cross domain checks
					var hdomain='indiatimes.com';
					if (document.domain != hdomain)
					{if ((document.domain.indexOf(hdomain)) != -1)
					{document.domain = hdomain}}						
					var intv,intv2;var fo;
					
					/* ========== Article redirection to actual URL ============ */
					
					_cookie = {
					get : function (name) {
						var start = document.cookie.indexOf(name + "=");
						var len = start + name.length + 1;
						if (!start && name != document.cookie.substring(0, name.length))
							return null;

						if (start == -1)
							return null;
						var end = document.cookie.indexOf(";", len);
						if (end == -1)
							end = document.cookie.length;
						return unescape(document.cookie.substring(len, end));
					},

					set : function (name, value, expires, path, domain, secure) {
						var today = new Date();
						today.setTime(today.getTime());
						if (expires) {
							expires = expires * 1000; // in seconds (for days : * 60 * 60 * 24)

						}
						var expires_date = new Date(today.getTime() + (expires));
						document.cookie = name + '=' + escape(value) + ((expires) ? ';expires=' + expires_date.toGMTString() : '') + //expires.toGMTString()

								((path) ? ';path=' + path : '') + ((domain) ? ';domain=' + domain : '') + ((secure) ? ';secure' : '');
						}
					};
					var canonicalUrl = "",
						links = document.getElementsByTagName("link");
					// Getting the Canonical URL from the link attribute itself
					for (var i = 0; i < links.length; i++) {
						if (links[i].getAttribute("rel") == "canonical") {
							canonicalUrl = links[i].getAttribute("href");
							break;
						}
					}
					
					canonicalUrl = canonicalUrl.substr(canonicalUrl.indexOf(':') + 1);
					multipublishURL = multipublishURL.substr(multipublishURL.indexOf(':') + 1);
					
					if (!_cookie.get("article_" + artId) && canonicalUrl.indexOf("//economictimes.indiatimes.com") >= 0 && (canonicalUrl + location.search).split(".com")[1] != location.pathname && location.host == "economictimes.indiatimes.com" && !multipublish && !utmNewsletter) {
						_cookie.set("article_" + artId, "1", 180, "/");
						document.location.href = canonicalUrl + location.search;
					} else if (!_cookie.get("article_" + artId) && multipublishURL.indexOf("//economictimes.indiatimes.com") >= 0  && (multipublishURL + location.search).split(".com")[1] != location.pathname && location.host == "economictimes.indiatimes.com" && multipublish && !utmNewsletter) {
						_cookie.set("article_" + artId, "1", 180, "/");
						document.location.href = multipublishURL + location.search;
					}
				
					
					/* ========== Ends Article redirection to actual URL ============ */
                    
                    /* Handle versions for dyanmically loading scripts while change in script */
                    
                    objJsVer = {
                        'js_comments_v': 98,
                        'js_articleshowsp_slider_v': 8,
                        'js_wealthcommon_v': 29
                    }
					var related_v = '25';</script><meta content="117787264903013" property="fb:app_id"><meta content="128738260476079" name="fb:app_id"><meta content="556964827" property="fb:admins"><meta property="og:title" content="Crude oil market likely to turn choppy on Hurricane Harvey"><meta content="The Economic Times" property="og:site_name"><meta content="article" property="og:type"><meta property="og:url" content="https://economictimes.indiatimes.com/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/articleshow/60295339.cms"><meta property="og:image" content="https://img.etimg.com/thumb/msid-60295353,width-672,resizemode-4,imgsize-49553/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/crude-oil.jpg"><meta property="og:description" content="Trading this week may be choppy as markets assess the impact of the Hurricane Harvey on US energy infrastructure."><meta property="article:published_time" content="2017-08-30T20:16:00.000Z"><meta property="article:tag" content="crude oil"><meta property="article:tag" content="harshal barot"><meta property="article:tag" content="hurricane harvey"><meta property="article:tag" content="Stocks"><meta property="article:tag" content="OECD"><meta property="article:modified_time" content="2017-08-30T20:19:00.000Z"><meta property="al:ios:url" content="etapp://articleshow/60295339"><meta content="474766725" property="al:ios:app_store_id"><meta content=" The Economic Times App" property="al:ios:app_name"><meta property="al:android:url" content="etandroidapp://articleshow/60295339"><meta content="com.et.reader.activities" property="al:android:com"><meta content="The Economic Times" property="al:android:app_name"><link rel="alternate" href="android-app://com.et.reader.activities/etandroidapp/article/60295339"><meta itemprop="name" content="Crude oil market likely to turn choppy on Hurricane Harvey - The Economic Times"><meta itemprop="description" content="Trading this week may be choppy as markets assess the impact of the Hurricane Harvey on US energy infrastructure."><meta itemprop="image" content="https://img.etimg.com/thumb/msid-60295353,width-672,resizemode-4,imgsize-49553/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/crude-oil.jpg"><meta content="https://economictimes.indiatimes.com/" name="website"><meta content="website" name="object_type"><meta value="summary_large_image" name="twitter:card"><meta value="@EconomicTimes" name="twitter:site"><meta name="twitter:url" content="https://economictimes.indiatimes.com/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/articleshow/60295339.cms"><meta property="twitter:title" content="Crude oil market likely to turn choppy on Hurricane Harvey"><meta name="twitter:description" content="Trading this week may be choppy as markets assess the impact of the Hurricane Harvey on US energy infrastructure."><meta name="twitter:image" content="https://img.etimg.com/thumb/msid-60295353,width-672,resizemode-4,imgsize-49553/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/crude-oil.jpg"><meta content="IN" name="twitter:app:country"><meta content="The Economic Times App" name="twitter:app:name:iphone"><meta content="474766725" name="twitter:app:id:iphone"><meta name="twitter:app:url:iphone" content="etapp://articleshow/60295339"><meta content="The Economic Times App" name="twitter:app:name:googleplay"><meta content="com.et.reader.activities" name="twitter:app:id:googleplay"><meta name="twitter:app:url:googleplay" content="etandroidapp://articleshow/60295339"><meta content="21540067693" property="fb:pages"><style>#adfloater {position:absolute; bottom: 0px;}
			div > div#adfloater{position: fixed; }</style><link rel="publisher" href="https://plus.google.com/117381333622785235969"><link href="/icons/etfavicon.ico" type="image/x-icon" rel="shortcut icon"><script type="text/javascript">var serverTime = '02.13.2018 20:45:14';
		    var WRInitTime=(new Date()).getTime();
		</script><script type="text/javascript"> 
				  var _gaq = _gaq || [];
				
			</script><script>var customDimention = customDimention || {};
				//if(document.location.port == '') {
				var analytics_js_path = 'https://www.google-analytics.com/analytics.js';
				
				(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
    			  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
    			  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
    			  })(window,document,'script',analytics_js_path,'ga');
    
    			  ga('create', 'UA-198011-5', 'auto', {'allowLinker': true});
    			  ga('require', 'linker');
    			  ga('linker:autoLink', ['economictimes.com']);
    			  ga('require', 'displayfeatures');
				  window.optimizely = window.optimizely || [];
				  window.optimizely.push("activateUniversalAnalytics");
				
    				    
					    customDimention.dimension4 = "ET CONTRIBUTORS";
        				customDimention.dimension5 = "";
        				customDimention.dimension8 = "Aug 30, 2017";
        				customDimention.dimension9 = "Commodities";
        				customDimention.dimension12 = "crude oil,harshal barot,hurricane harvey,Stocks,OECD,opec,markets";
						customDimention.dimension13 = "08.16 PM IST";
        				ga('send', 'pageview', customDimention);
        			//}
				
        		    var newHookId ='1977021501';
    			    var newHookId2 = '1808152121';
    			    
    			        if(newHookId == '1715249553' && newHookId2 == '1052732854'){
    			            newHookId = '1052732854'; // politicsnation
    			        }else if(newHookId == '1715249553' && newHookId2 == '1373380680'){
    			            newHookId = '1373380680'; // Economy
    			        }
    				
        		
        			var subsec1_value ='1977021501';
    			    var subsec1_2value = '1808152121';
    			    
    			        if(subsec1_value == '1715249553' && subsec1_2value == '1052732854'){
    			            subsec1_value = '1052732854'; // politicsnation
    			        }else if(subsec1_value == '1715249553' && subsec1_2value == '1373380680'){
    			            subsec1_value = '1373380680'; // Economy
    			        }
    				
        		</script><script>
			    
			    var geolocation = (function () {
			        var savedLoc = '';
			        try {
    			        var loadJs = function () {
    			            localStorage.removeItem('geolocation');var script = document.createElement('script');script.src = '//economictimes.indiatimes.com/geotargetgroup.cms';document.head.appendChild(script);
    			        }
    			        if(typeof window.localStorage != 'undefined') {
    			            var gl = localStorage.getItem('geolocation');gl = gl ? JSON.parse(gl) : '';
    			            if(gl) {
        			            var curTime = new Date().getTime();var retainFor = 24 * 60 * 60 * 1000; // 1 day
        			            if((curTime - gl.time) < retainFor) {savedLoc = gl.location;} else {loadJs();}
    			            } else {loadJs();}
    			        } else {loadJs();}
    			    } catch (e) {}
    			    return savedLoc;
			    })();
			    
			</script><script>
                !function(f,b,e,v,n,t,s)
                {if(f.fbq)return;n=f.fbq=function(){n.callMethod?
                n.callMethod.apply(n,arguments):n.queue.push(arguments)};
                if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
                n.queue=[];t=b.createElement(e);t.async=!0;
                t.src=v;s=b.getElementsByTagName(e)[0];
                s.parentNode.insertBefore(t,s)}(window, document,'script',
                'https://connect.facebook.net/en_US/fbevents.js');
                fbq('init', '338698809636220');
                fbq('track', 'PageView');
            </script><noscript><img src="https://www.facebook.com/tr?id=338698809636220&amp;ev=PageView&amp;noscript=1" style="display:none" width="1" height="1"></noscript><script>
              var _comscore = _comscore || [];
              _comscore.push({ c1: "2", c2: "6036484"});
              (function() {
                var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true;
                s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js";
                el.parentNode.insertBefore(s, el);
              })();
            </script><script src="https://ade.clmbtech.com/cde/ae/2658/var=_ccaud" async=""></script><script>var subsec1_common='1977021501',
		    subsec2_common='1808152121';</script><script></script><script type="text/javascript" src="/js_adoverride.cms?v=2"></script><meta property="fb:pages" content=""></head><body class=""><section id="interAd"><div data-oop="1" data-size="" data-adsSlot="/7176/Economictimes/ET_Budget2018/CEO_AS/ET_Budget_OP_CEO_AS_INNOV1" data-loc="All" class="adcodeS adSelector4" id="div-gpt-ad-5987376486442-0-oop1"></div></section><div id="pushSec" class="pushSec"><div class="pullLeft"><span class="et-icon"></span></div><div class="pullRight"><p><b>Never miss a great news story!</b><br>Get instant notifications from Economic Times<br><a class="gcmwinProm" onclick="ga('send','event','Chrome_not-popup','click','enable')" href="https://etapps.indiatimes.com/gcm_webnotification.cms">Allow</a><a onclick="ga('send','event','Chrome_not-popup','click','disable');" class="gcmNothx" href="javascript:void(0)">Not now</a></p><br><span>You can switch off notifications anytime using browser settings.</span></div></div><div id="backgroundPopup"></div><section class="pageHolder"><header><a id="top"></a><div class="newTopBar"><div class="flt budgetBanner"><div class="logo_Bar flt"><div class="logo dtc vam"><a title="ET Markets" href="http://www.etmarkets.com"><img style="margin-top: 3px;" class="flt" height="" width="" alt="ET Markets" src="https://img.etimg.com/photo/62709624.cms"></a></div><div class="clr"></div></div></div><div class="flt sections"><span class="menuIcon newNavSprite"></span><nav id="sideBarNav"></nav></div><div class="flt secSublinks">ET APPS<span class="ddArrow"></span><div class="ddMenu"><a target="_blank" onclick="ga('send','event','ET-TopNav','More','https://market.android.com/details?id=com.et.reader.activities')" href="https://market.android.com/details?id=com.et.reader.activities" rel="nofollow">ET Android App</a><a target="_blank" onclick="ga('send','event','ET-TopNav','More','http://itunes.apple.com/us/app/the-economic-times/id474766725?ls=1&amp;mt=8')" href="http://itunes.apple.com/us/app/the-economic-times/id474766725?ls=1&amp;mt=8" rel="nofollow">ET iPhone App</a><a target="_blank" onclick="ga('send','event','ET-TopNav','More','http://itunes.apple.com/us/app/the-economic-times-for-ipad/id479227473?ls=1&amp;mt=8')" href="http://itunes.apple.com/us/app/the-economic-times-for-ipad/id479227473?ls=1&amp;mt=8" rel="nofollow">ET iPad App</a><a target="_blank" onclick="ga('send','event','ET-TopNav','More','https://play.google.com/store/apps/details?id=com.et.wealth&amp;hl=en')" href="https://play.google.com/store/apps/details?id=com.et.wealth&amp;hl=en" rel="nofollow">ET Wealth Android App</a><a target="_blank" onclick="ga('send','event','ET-TopNav','More','http://appworld.blackberry.com/webstore/content/54009?lang=en')" href="http://appworld.blackberry.com/webstore/content/54009?lang=en" rel="nofollow">ET Blackberry App</a><a target="_blank" onclick="ga('send','event','ET-TopNav','More','https://play.google.com/store/apps/details?id=com.et.market&amp;hl=en')" href="https://play.google.com/store/apps/details?id=com.et.market&amp;hl=en" rel="nofollow">ET Markets Android App</a><a target="_blank" onclick="ga('send','event','ET-TopNav','More','https://itunes.apple.com/in/app/et-markets/id895812527?mt=8')" href="https://itunes.apple.com/in/app/et-markets/id895812527?mt=8" rel="nofollow">ET Markets iPhone App</a><a target="_blank" onclick="ga('send','event','ET-TopNav','More','http://ad.apsalar.com/api/v1/ad?re=0&amp;st=876405430363&amp;h=b25110aca06ccea4b2efc9218dfb2a6a1bb46c89')" href="http://ad.apsalar.com/api/v1/ad?re=0&amp;st=876405430363&amp;h=b25110aca06ccea4b2efc9218dfb2a6a1bb46c89" rel="nofollow">ET Money Android App</a></div></div><div class="flt secSublinks">ENGLISH<span class="ddArrow"></span><div class="ddMenu"><a href="https://economictimes.indiatimes.com/hindi/markets">&#x939;&#x93f;&#x928;&#x94d;&#x926;&#x940;</a><a href="http://gujarati.economictimes.indiatimes.com" rel="nofollow">&#2711;&#2753;&#2716;&#2736;&#2750;&#2724;&#2752;</a></div></div><div class="flt secSublinks epaper-tab">E-PAPER<span class="ddArrow"></span><div class="ddMenu"></div></div><div class="flt budgetDate"><div class="dtc vam sub-head"><h2 class="flt">Views</h2></div></div><div class="flr signIn"><a href="javascript:sso.login()" class="signInLink">SIGN-IN</a></div><div class="flr followUs">FOLLOW US<span class="ddArrow"></span><div class="ddMenu"><a target="_blank" href="https://www.facebook.com/EconomicTimes" rel="nofollow"><span title="Facebook" class="fbFollow newNavSprite"></span>FACEBOOK</a><a target="_blank" href="http://twitter.com/economictimes" rel="nofollow"><span title="Twitter" class="twitterFollow newNavSprite"></span>TWITTER</a><a target="_blank" href="https://www.youtube.com/TheEconomicTimes" rel="nofollow"><span title="YouTube" class="youTubeFollow newNavSprite"></span>YOUTUBE</a><a target="_blank" href="https://www.linkedin.com/company/the-economic-times" rel="nofollow"><span title="Google Plus" class="linkedInFollow newNavSprite"></span>LINKEDIN</a><a target="_blank" href="https://plus.google.com/+TheEconomicTimes/" rel="nofollow"><span title="Google Plus" class="gPlusFollow newNavSprite"></span>GOOGLE PLUS</a><a target="_blank" href="//economictimes.indiatimes.com/rss.cms" rel="nofollow"><span title="RSS Feeds" class="rssFollow newNavSprite"></span>RSS</a></div></div></div><div class="clr"></div><iframe scrolling="no" frameborder="0" height="85" width="100%" src="https://economictimes.indiatimes.com/configspace/etmain_static/budget2018/ET_Home.htm"></iframe></header><section id="topAd"><div data-oop="0" data-size="[[1003, 90],[970,90],[728, 90]]" data-adsSlot="/7176/Economictimes/ET_Budget2018/CEO_AS/ET_Budget_ATF_CEO_AS_728x90" data-loc="All" id="div-gpt-ad-5987376486442-1" class="adcodeS adSelector1"></div><div data-oop="0" data-size="[[1003, 90],[970,90],[728, 90]]" data-adsSlot="ET_Markets/ET_Markets_Commodities_AS/ET_ROS_ATF_MKT_CMD_AS_728" id="div-gpt-ad-1501836504997-3" data-loc="All"></div></section><section class="active top-navigation" id="topNavFixed"><nav class="clr" id="topNav"><div class="flt navElement"><a href="/" onclick="ga('send','event','ET-TopNav','Home','/');"><span style="padding-right: 4px;" class="home newTopSprite"></span>Home<span class="downArrow"></span></a><div class="subsecLoader"><div class="flt"><a class="subsec1" target="_blank" href="/budget2018" onclick="ga('send','event','ET-TopNav','Budget 2018','/budget2018')">Budget 2018</a><a class="subsec1" href="/markets" onclick="ga('send','event','ET-TopNav','Markets','/markets')">Markets</a><a class="subsec1" href="/news" onclick="ga('send','event','ET-TopNav','News','/news')">News</a><a class="subsec1" href="/industry" onclick="ga('send','event','ET-TopNav','Industry','/industry')">Industry</a><a class="subsec1" href="/small-biz" onclick="ga('send','event','ET-TopNav','Small Biz','/small-biz')">RISE<span class="bSponcers"><div onclick="window.open('http://pubads.g.doubleclick.net/gampad/clk?id=4557040036&amp;iu=/7176/Economictimes/ET_BUDGET18_TRACKERS/ET_BUDGET18_CLICK_TRACKERS/HP_LOGO_MH_CLK','_blank');" class="spriteHoverBudget bg-hp25-widget"></div></span></a><a class="subsec1" href="/news/politics-nation" onclick="ga('send','event','ET-TopNav','Politics','/politicsnation.cms')">Politics</a><a class="subsec1" href="/personal-finance" onclick="ga('send','event','ET-TopNav','Wealth','/personal-finance')">Wealth</a><a class="subsec1" href="/mutual-funds" onclick="ga('send','event','ET-TopNav','MF','/mutual-funds')">MF</a><a class="subsec1" href="/tech" onclick="ga('send','event','ET-TopNav','Tech','/tech')">Tech<span class="bSponcers"><div onclick="window.open('http://pubads.g.doubleclick.net/gampad/clk?id=4555356933&amp;iu=/7176/Economictimes/ET_BUDGET18_TRACKERS/ET_BUDGET18_CLICK_TRACKERS/LENOVO_DD_CLK','_blank');" class="spriteHoverBudget bg-lenovo20-widget"></div></span></a></div><div class="flt"><a class="subsec1" href="/jobs" onclick="ga('send','event','ET-TopNav','Jobs','/jobs')">Jobs</a><a class="subsec1" href="/opinion" onclick="ga('send','event','ET-TopNav','Opinion','/opinion')">Opinion</a><a class="subsec1" href="https://blogs.economictimes.indiatimes.com/" onclick="ga('send','event','ET-TopNav','Blogs','https://blogs.economictimes.indiatimes.com/')">Blogs</a><a class="subsec1" href="/nri" onclick="ga('send','event','ET-TopNav','NRI','/nri')">NRI</a><a class="subsec1" href="/panache" onclick="ga('send','event','ET-TopNav','Magazines','/panache')">Magazines</a><a class="subsec1" href="/slide-shows" onclick="ga('send','event','ET-TopNav','Slideshows','/slide-shows')">Slideshows</a><a class="subsec1" href="/et-now/et-now-live" onclick="ga('send','event','ET-TopNav','ET NOW','/et-now/et-now-live')">ET NOW</a><a href="http://speed.economictimes.indiatimes.com/" rel="nofollow" target="_blank" class="subsec1" onclick="ga('send','event','ET-TopNav','ET Speed','http://speed.economictimes.indiatimes.com/')">ET Speed</a><a href="https://etportfolio.indiatimes.com/" rel="nofollow" target="_blank" class="subsec1" onclick="ga('send','event','ET-TopNav','ET Portfolio','http://etportfolio.economictimes.indiatimes.com/DashBoard.htm')">ET Portfolio</a></div></div></div><div class="flt navElement relNav"><a class="current" onclick="ga('send','event','ET-TopNav','Markets/','/markets');" href="/markets">Markets</a></div><span class="flt rightArrowCurrent"></span><div class="flt navElement relNav"><a onclick="ga('send','event','ET-TopNav','Markets/Stocks','/markets/stocks');" href="/markets/stocks">Stocks<span class="downArrow"></span></a><div class="subsecLoader miniSubMenu"><div class="flt"><a class="subsec2" href="/newslist/58835304.cms" onclick="ga('send','event','ET-TopNav','Markets/Stocks','/newslist/58835304.cms');">Dons of Dalal Street</a><a class="subsec2" href="/markets/stocks/news" onclick="ga('send','event','ET-TopNav','Markets/Stocks','/markets/stocks/news');">News</a><a class="subsec2" href="/markets/stocks/liveblog" onclick="ga('send','event','ET-TopNav','Markets/Stocks','/markets/stocks/liveblog');">Live Blog</a><a class="subsec2" href="/markets/stocks/recos" onclick="ga('send','event','ET-TopNav','Markets/Stocks','/markets/stocks/recos');">Recos</a><a class="subsec2" href="/markets/stocks/earnings" onclick="ga('send','event','ET-TopNav','Markets/Stocks','/markets/stocks/earnings');">Earnings</a><a class="subsec2" href="/markets/stocks/etnews" onclick="ga('send','event','ET-TopNav','Markets/Stocks','/markets/stocks/etnews');">Podcast</a><a class="subsec2" href="/newslist/54363265.cms" onclick="ga('send','event','ET-TopNav','Markets/Stocks','/newslist/54363265.cms');">Market Paathshala</a><a class="subsec2" href="/markets/stocks/announcements" onclick="ga('send','event','ET-TopNav','Markets/Stocks','/markets/stocks/announcements');">Announcements</a><a class="subsec2" href="/markets/stocks/policy" onclick="ga('send','event','ET-TopNav','Markets/Stocks','/markets/stocks/policy');">Policy</a><a class="subsec2" href="/markets/stocks/mcalendar/msid-5473338,noofdays-5.cms" onclick="ga('send','event','ET-TopNav','Markets/Stocks','/markets/stocks/mcalendar/msid-5473338,noofdays-5.cms');">Market Calendar</a><a class="subsec2" href="/markets/stocks/stock-quotes" onclick="ga('send','event','ET-TopNav','Markets/Stocks','/markets/stocks/stock-quotes');">Stock Price Quotes</a></div></div></div><div class="flt navElement relNav"><a onclick="ga('send','event','ET-TopNav','Markets/IPOs/FPOs','/markets/ipo');" href="/markets/ipo">IPOs/FPOs</a></div><div class="flt navElement relNav"><a onclick="ga('send','event','ET-TopNav','Markets/Markets Data','/markets/live-coverage');" href="/markets/live-coverage">Markets Data<sup class="scr_sup" style="right: auto;left: 65px;top: -4px;;">New</sup></a></div><div class="flt navElement relNav"><a onclick="ga('send','event','ET-TopNav','Markets/Market Moguls','/markets/market-moguls');" href="/markets/market-moguls">Market Moguls</a></div><div class="flt navElement relNav"><a onclick="ga('send','event','ET-TopNav','Markets/Expert View','/markets/expert-view');" href="/markets/expert-view">Expert View</a></div><div class="flt navElement relNav"><a onclick="ga('send','event','ET-TopNav','Markets/Technicals','/markets/technical-charts');" href="/markets/technical-charts">Technicals<span class="downArrow"></span></a><div class="subsecLoader miniSubMenu"><div class="flt"><a class="subsec2" href="/markets/technical-charts" onclick="ga('send','event','ET-TopNav','Markets/Technicals','/markets/technical-charts');">Technical Chart</a><a class="subsec2" href="/markets/visualize.cms" onclick="ga('send','event','ET-TopNav','Markets/Technicals','/markets/visualize.cms');">Visualize</a><a class="subsec2" href="/marketstats/pid-237,exchange-50,pageno-1,sortby-volume,sortorder-desc,ctype-MACD.cms" onclick="ga('send','event','ET-TopNav','Markets/Technicals','/marketstats/pid-237,exchange-50,pageno-1,sortby-volume,sortorder-desc,ctype-MACD.cms');">Screener</a></div></div></div><div class="flt navElement relNav"><a class="current" onclick="ga('send','event','ET-TopNav','Markets/Commodities','/markets/commodities');" href="/markets/commodities">Commodities</a></div><div class="flt navElement relNav"><a onclick="ga('send','event','ET-TopNav','Markets/Forex','/markets/forex');" href="/markets/forex">Forex</a></div><div class="flt navElement relNav"><a href="javascript:void(0)">Mobile Apps<span class="downArrow"></span></a><div style="left: auto;right: 0;" class="subsecLoader miniSubMenu"><div class="flt"><a href="https://play.google.com/store/apps/details?id=com.et.market&amp;hl=en" target="_blank" class="subsec2" onclick="ga('send','event','ETMKT-NAV','MobileApp','Android');">ET Markets Android App</a><a href="https://itunes.apple.com/in/app/et-markets/id895812527?mt=8" target="_blank" class="subsec2" onclick="ga('send','event','ETMKT-NAV','MobileApp','iPhone');">ET Markets iPhone App</a></div></div></div><div class="flt navElement moreNav relNav"><a href="javascript:void(0)">More<span class="downArrow"></span></a><div style="left: auto;right: 0;" class="subsecLoader miniSubMenu"><div class="flt"><a class="subsec1" href="/markets/bonds" onclick="ga('send','event','ET-TopNav','Markets/Bonds','/markets/bonds');">Bonds</a><a class="subsec1" href="http://chartmantra.economictimes.indiatimes.com/GameBoard.htm" onclick="ga('send','event','ET-TopNav','Markets/Stock Game','http://chartmantra.economictimes.indiatimes.com/GameBoard.htm');">Stock Game</a><a class="subsec2" href="http://chartmantra.economictimes.indiatimes.com/GameBoard.htm" onclick="ga('send','event','ET-TopNav','Markets/Stock Game','http://chartmantra.economictimes.indiatimes.com/GameBoard.htm');">ChartMantra Technicals Trading Game</a><a class="subsec1" href="/talkingheads.cms" onclick="ga('send','event','ET-TopNav','Markets/Webinars','/talkingheads.cms');">Webinars</a><a class="subsec1" href="/sitemap_makets.cms" onclick="ga('send','event','ET-TopNav','Markets/Sitemap','/sitemap_makets.cms');">Sitemap</a><a class="subsec1" href="/definition" onclick="ga('send','event','ET-TopNav','Markets/Definitions','/definition');">Definitions</a></div></div></div><div class="clr"></div></nav><nav class="clr" id="subSecNav"><div><a href="/markets/commodities/views" class="current" onclick="ga('send','event','ET-TopNav','Markets/Commodities','/markets/commodities/views');">Views</a><a href="/markets/commodities/news" onclick="ga('send','event','ET-TopNav','Markets/Commodities','/markets/commodities/news');">News</a></div></nav></section><div class="clr"></div><div xmlns:v="http://rdf.data-vocabulary.org/#" class="clr breadCrumb"><span typeof="v:Breadcrumb"><a title="The Economic Times" rel="v:url" property="v:title" href="/">ET Home</a></span>&rsaquo;<span typeof="v:Breadcrumb"><a rel="v:url" property="v:title" alt="Markets" title="Markets" href="https://economictimes.indiatimes.com/markets">Markets</a></span>&rsaquo;<span typeof="v:Breadcrumb"><a rel="v:url" property="v:title" alt="Commodities" title="Commodities" href="https://economictimes.indiatimes.com/markets/commodities">Commodities</a></span>&rsaquo;<span typeof="v:Breadcrumb"><a rel="v:url" property="v:title" alt="Views" title="Views" href="https://economictimes.indiatimes.com/markets/commodities/views">Views</a></span>&rsaquo;<span>Crude oil market likely to turn choppy on Hurricane Harvey</span><!-- could not get data /breadcrumb_static.cms?gidurl=yes&donotshowurl=1&template_name=articleshow&language=&msid=60295339potime:43--><aside class="searchBarNew" id="searchBar"><form data-search-input="" class="flt searchInputBox" method="get" action="/currentquote.cms"><input class="inputBox" value="Search for News, Stock Quotes &amp; NAV's" data-search-input="" name="ticker" type="text"><a class="searchIcon"></a></form></aside></div><script xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:valurl="com.times.utilities.CMSWebUtility" xmlns:g="http://base.google.com/ns/1.0">
		    var objPage = typeof objPage != 'undefined' ? objPage : {};
		    objPage.band_ad_active = '';
		    objPage.keepAdFirst = '1';
		    objPage.adImageId = '59490970';
		    
		    objPage.bandDuration = 12000; // int value
		    objPage.adDuration = 4000; // int value
		</script><div class="band_wrapper"><div class="highlight_band m_top_hover"><div class="flt menu"><a style="margin:0px" class="ms" href="/marketstats.cms" target="_parent" onClick="ga('send','event','IndicesBand','select','BandLink1');"><p>04:05 PM | 12 Feb</p><span class="market_live_status eod"></span>market stats<span class="arrow"></span></a><div id="ddMenu" class="hidden ddMenu"></div></div><div class="data-container flt width_auto"><div class="div-data sAdv" id="i_sensex" onClick="ga('send','event','IndicesBand','select','BandLink2');"><p class="name no_newline"><a href="/indices/sensex_30_companies.cms" target="_blank" title="SENSEX">SENSEX</a></p><p class="dataText"><span class=""><a href="/indices/sensex_30_companies.cms" target="_blank"><b title="">34,300</b></a></span><span class="up"><span class="arrow_v"></span><a href="/indices/sensex_30_companies.cms" target="_blank">294.71</a></span></p></div><span class="separator flt"></span><div class="div-data sAdv" id="i_nifty" onClick="ga('send','event','IndicesBand','select','BandLink3');"><p class="name no_newline"><a href="/indices/nifty_50_companies.cms" target="_blank" title="NIFTY 50">NIFTY 50</a></p><p class="dataText"><span class=""><a href="/indices/nifty_50_companies.cms" target="_blank"><b title="">10,540</b></a></span><span class="up"><span class="arrow_v"></span><a href="/indices/nifty_50_companies.cms" target="_blank">84.80</a></span></p></div><span class="separator flt"></span><div class="div-data sAdv" id="i_gold" onClick="ga('send','event','IndicesBand','select','BandLink4');"><p class="name no_newline"><a href="/commoditysummary/symbol-GOLD.cms" target="_blank" title="GOLD (MCX) (Rs/10g.)">GOLD (MCX) (Rs/10g.)</a></p><p class="dataText"><span class=""><a href="/commoditysummary/symbol-GOLD.cms" target="_blank"><b title="">30,132</b></a></span><span class="down"><span class="arrow_v"></span><a href="/commoditysummary/symbol-GOLD.cms" target="_blank">-20.00</a></span></p></div><span class="separator flt"></span><div class="div-data sAdv" id="i_usd" onClick="ga('send','event','IndicesBand','select','BandLink5');"><p class="name no_newline"><a href="/forex_home.cms" target="_blank" title="USD/INR">USD/INR</a></p><p class="dataText"><span class=""><a href="/forex_home.cms" target="_blank"><b title="">64.29</b></a></span><span class=""><span class="arrow_v"></span><a href="/forex_home.cms" target="_blank">0.00</a></span></p></div><div class="clr"></div></div><div data-index="0" class="mfbp flt hidden" data-scheme="16454"><div class="div-data mf"><div class="head flt"><div class="txt flt">Sponsored Mutual Funds</div><div class="flt rating_wrap"><span class="rating">★★★★</span><span style="color:gainsboro">★</span></div><div class="returnsHead flt"><p>Returns in %</p></div></div><div class="clr"></div><div class="data"><div class="sName flt"><a href="/dsp-blackrock-tax-saver-fund--direct-plan/mffactsheet/schemeid-16454,promoted-1.cms" title="DSP BlackRock Tax Saver Direct Plan-Growth">DSP BlackRock Tax Saver Direct Plan-Growth</a></div><div class="nav flt"><p class="navHead">NAV</p><p class="val" title="48.88">₹48.88</p></div><span class="separator flt"></span><div class="dayChg flt"><p>Day Change</p><p class="dayChgVal green">0.55 (1.15%)</p></div><span class="separator flt"></span><div class="flt category"><p class="flt">Class:</p><a class="flt classurl" target="_blank" href="/marketstats/period-r1month,sortby-r1year,sortorder-desc,pageno-1,pid-121,primaryobj-Equity.cms">Equity</a><div class="clr"></div><p class="flt">Category:</p><a style="width:62px;" class="flt no_newline categoryurl" target="_blank" href="/marketstats/pageno-1,period-r1month,pid-121,primaryobj-Equity,secondaryobj-Tax Saving,sortby-r1year,sortorder-desc.cms">Tax Saving</a></div><span class="separator flt"></span><div class="returns m1 flt"><p class="tenure">1M</p><p class="returnVal red">-4.07</p></div><span class="separator flt"></span><div class="returns m6 flt"><p class="tenure">6M</p><p class="returnVal green">9.99</p></div><span class="separator flt"></span><div class="returns y1 flt"><p class="tenure">1Y</p><p class="returnVal green">21.14</p></div><span class="separator flt"></span><div class="returns y3 flt"><p class="tenure">3Y</p><p class="returnVal green">14.65</p></div><span class="separator flt"></span><div class="startSIP flr"><a class="startsip-btn" target="_blank" href="https://invest.dspblackrock.com/mutual-fund-products/details/dspts-direct-growth/tax-saver-fund?utm_source=ET&amp;utm_medium=Widget&amp;utm_campaign=MFSec_Widget_Equity&amp;utm_content=Widget_MFTopBand_Tax" onclick="ga('send', 'event', 'Buy Direct-DSP BlackRock Tax Saver Direct Plan-Growth', 'OnClick', 'TopBand-Equity_Tax Saving')">INVEST NOW</a></div><span style="position: absolute;right: 0px;bottom: 0px;width: 110px;line-height:1" class="discla">For regulatory<br>disclaimers, <a target="_blank" href="https://invest.dspblackrock.com/mutual-fund-products/details/dspts-direct-growth/tax-saver-fund?utm_source=ET&amp;utm_medium=Widget&amp;utm_campaign=MFSec_Widget_Equity&amp;utm_content=Widget_MFTopBand_Tax" onclick="ga('send', 'event', 'Buy Direct-DSP BlackRock Tax Saver Direct Plan-Growth', 'OnClick', 'TopBand-Equity_Tax Saving')">click here</a>. </span></div></div></div><div class="flt i_portfolio"><div class="div-data sAdv" id="i_mystocks" style="/*width: 155px !important;*/" onClick="ga('send','event','IndicesBand','select','BandLink6');"><p class="name"><a title="Days Change for Stocks" href="http://etportfolio.economictimes.indiatimes.com/DashBoard.htm" target="_blank" class="no_newline">Portfolio</a></p><div class="dataText"><span>Loading...</span></div><div class="stocksBox"><div class="_stocksHead">Select Portfolio and Asset Combination for Display on Market Band</div><div class="_portBox"><div class="_head">Select Portfolio</div><div class="_port"></div></div><div class="_stocksBox"><div class="_head">Select Asset Class</div><div class="_stocks"><div><input data-aid="2" id="_port_stocks" name="portValue" value="Stocks" type="radio"><label for="_port_stocks">Stocks</label></div><div><input data-aid="15" id="_port_mf" name="portValue" value="MF" type="radio"><label for="_port_mf">MF</label></div><div><input data-aid="18" id="_port_etf" name="portValue" value="ETF" type="radio"><label for="_port_etf">ETF</label></div></div></div><div class="loadmore more">Show More</div></div></div><div class="i_create"><span class="p_btn cSprite"></span><a target="_blank" href="http://etportfolio.economictimes.indiatimes.com/DashBoard.htm" class="create_button ">CREATE PORTFOLIO</a></div><div class="i_investment"><span class="p_btn"></span><a target="_blank" href="http://etportfolio.economictimes.indiatimes.com/DashBoard.htm" class="investment_button">ADD INVESTMENT</a></div></div><div onclick="ga('send','event','ETHome-IndicesBand','select','BandLink6');" class="flt i_download"><div class="bottomColorLine"></div><div title="Download ET MARKETS APP" class="i_downloads">
                    	Download ET MARKETS APP
                    </div><span class="i_apple cSprite"></span><span class="i_android cSprite"></span><div class="wrapper_mobile"><span class="addon_arrow"></span><span class="cross cSprite"></span><h2 class="top">Get ET Markets in your own language</h2><h2 class="bottom">DOWNLOAD THE APP NOW</h2><div class="input_no"><div class="no_mobile">+91</div><input type="text" placeholder=" Enter Mobile No." maxlength="10" class="text_mobile"><input type="button" class="button_mobile" value="GET APP"></div><div class="msg_mobile"></div><a target="_blank" id="apple_mobile" href="https://itunes.apple.com/in/app/et-markets/id895812527?mt=8" onclick="marketBand.clickTracker('appstore')" class="wrapper_apple cSprite"></a><a target="_blank" id="android_mobile" href="https://play.google.com/store/apps/details?id=com.et.market&amp;hl=en" onclick="marketBand.clickTracker('playstore')" class="wrapper_android cSprite"></a><div class="clr"></div></div></div><div class="flt i_lang"><p>CHOOSE LANGUAGE</p><div class="lang_eng black_color"><p class="flt">ENG</p><span class="arrow_white cSprite"></span><div class="after_lang"><ul><li onclick="ga('send','event','ETHome-IndicesBand','select','Lang_ENG');" data-id="ENG" class="active">ENG - English</li><li onclick="ga('send','event','ETHome-IndicesBand','select','Lang_HIN');" data-id="HIN">HIN - हिन्दी</li><li onclick="ga('send','event','ETHome-IndicesBand','select','Lang_GUJ');" data-id="GUJ">GUJ - ગુજરાતી</li><li onclick="ga('send','event','ETHome-IndicesBand','select','Lang_MAR');" data-id="MAR">MAR - मराठी</li><li onclick="ga('send','event','ETHome-IndicesBand','select','Lang_BEN');" data-id="BEN">BEN - বাংলা </li><li onclick="ga('send','event','ETHome-IndicesBand','select','Lang_KAN');" data-id="KAN">KAN - ಕನ್ನಡ</li><li onclick="ga('send','event','ETHome-IndicesBand','select','Lang_ORI');" data-id="ORI">ORI - ଓଡିଆ</li><li onclick="ga('send','event','ETHome-IndicesBand','select','Lang_TEL');" data-id="TEL">TEL - తెలుగు</li><li onclick="ga('send','event','ETHome-IndicesBand','select','Lang_TAM');" data-id="TAM">TAM - தமிழ்</li></ul></div></div></div><div class="flt live_button"><a href="javascript:;"><div onclick="video.showLiveVideo();START_LIVETV = new Date().getTime();ga('send','event','IndicesBand','select','BandLink8');" class="flt" style="inline-block"><div class="cSprite" id="tv_button_container"></div></div></a></div></div><div id="draggable_box" class="tv_large"><div style="padding:5px 10px;"><span class="drag_header">Drag according to your convenience</span><div onclick="video.closeClick();" id="close_div"></div><div class="popUpTV"><a onclick="var top = (screen.availHeight - 425 - 65), left = (screen.availWidth - 400 - 15);window.open(this.href + $('.v_selector div.active').attr('id'),'targetWindow','toolbar=no,titlebar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=400,height=425,top=' + top + ',left='+ left);video.closeClick();return false;" href="/livetvnew.cms?active="><span title="Pop-Out"></span></a></div></div><div class="v_selector"><div data-height="344" id="a_et_now" data-src="/sliketvplayer.cms?apikey=etweb75sb26l69w5cyc21zpi8hbp6t&amp;videoId=et-now-audio&amp;autostart=1&amp;poster=https://img.etimg.com/photo/60882360.cms&amp;gaenable=1&amp;skipad=1&amp;section=live-tv&amp;pagesection=livetv.et-now&amp;title=etnow%20live%20tv">ET NOW RADIO</div><div data-height="344" id="v_et_now" data-src="/sliketvplayer.cms?apikey=etweb75sb26l69w5cyc21zpi8hbp6t&amp;videoId=et-now&amp;autostart=1&amp;poster=https://img.etimg.com/photo/60882360.cms&amp;gaenable=1&amp;skipad=1&amp;section=live-tv&amp;pagesection=livetv.et-now&amp;title=etnow%20live%20tv" class="active">ET NOW</div><div data-height="344" id="v_times_now" data-src="/sliketvplayer.cms?apikey=etweb75sb26l69w5cyc21zpi8hbp6t&amp;videoId=times-now&amp;autostart=1&amp;poster=https://img.etimg.com/photo/58720039.cms&amp;gaenable=1&amp;skipad=1&amp;section=live-tv&amp;pagesection=livetv.times-now&amp;title=timesnow%20live%20tv">TIMES NOW</div></div><div class="clr"></div><div class="iframe_container class_v_et_now"><iframe data-src="/sliketvplayer.cms?apikey=etweb75sb26l69w5cyc21zpi8hbp6t&amp;videoId=et-now&amp;autostart=1&amp;poster=https://img.etimg.com/photo/60882360.cms&amp;gaenable=1&amp;skipad=1&amp;section=live-tv&amp;pagesection=livetv.et-now&amp;title=etnow%20live%20tv" src="" width="400" height="344" id="blivetv" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" align="left" title="Markets" allowfullscreen="true" allowtransparency="true"></iframe><div class="clr"></div></div><script>var default_tv_popup = '';</script></div><div class="m_top_ad m_top_hover"></div></div><!--/market_top_band.cmspotime:2--><div class="clr"></div><section id="breakingNews"><ul class="bnews flt"></ul><div class="nextPrev"><a class="flt prev topSprite"></a><a class="flr next topSprite"></a></div></section><div class="clearfix relative"><div class="article_wrap flt">
        
        
        
        
    		    
    		    
                
            
    	
        
        
        
		        
		        
		        
                     
            		        
                         
                    
                     
                    		<script>function otab(t,n){var e="_blank";try{e="undefined"==typeof isq()||"undefined"!=typeof isq()&&isq()?"_top":"_blank"}catch(c){}window.open(t,e)}function trev(t,n){try{"undefined"==typeof ntsss.getInstance().cd[n]&&ntsss.getInstance().push([t],n)}catch(e){}}function tpImp(t,n,e){try{if(""!=n)for(var c=0;c<t.length;c++)ntsss.getInstance().push(t[c],n)}catch(r){}}var ntsss=function(){var t,n=function(){var t,n=1,e=!1,c=[],r=[],o=!1,i=[],a=function(t,n){function e(){try{if(!o){o=!0;for(var t=0;t<r.length;t++)r[t].fn.call(window,r[t].ctx);r=[]}}catch(n){}}function c(){try{"complete"===document.readyState&&e()}catch(t){}}try{t=t||"ready",n=n||window;var r=[],o=!1,i=!1;n[t]=function(t,n){try{if(o)return void setTimeout(function(){t(n)},1);r.push({fn:t,ctx:n}),"complete"===document.readyState||!document.attachEvent&&"interactive"===document.readyState?setTimeout(e,1):i||(document.addEventListener?(document.addEventListener("DOMContentLoaded",e,!1),window.addEventListener("load",e,!1)):(document.attachEvent("onreadystatechange",c),window.attachEvent("onload",e)),i=!0)}catch(a){}}}catch(a){}},u=function(){try{t="",a("ready",this),ready(function(){o=!0,n()});var n=h(s,500);window.onscroll=function(){n()},window.addEventListener?window.addEventListener("scroll",function(){n()}):window.attachEvent&&window.attachEvent("scroll",function(){n()})}catch(e){}},d=function(){try{t!=window.location.href&&(n=1,t=window.location.href,e=!0,"function"==typeof fcomp&&fcomp())}catch(c){}},f=function(t,n){try{"undefined"==typeof c[n]?c[n]={imprurl:t,classname:n,notify:!1}:"undefined"==typeof r[n]&&(c[n].imprurl=c[n].imprurl.concat(t),r[n]=1),o&&s()}catch(e){}},s=function(){try{d();for(var t in c){var r=c[t];if(r.hasOwnProperty("notify")&&!r.notify){var o=m(r.classname);if(o.length>0&&l(o[0])){r.notify=!0,1==n&&(n=0,r.imprurl[0]=r.imprurl[0].indexOf("?")>-1?r.imprurl[0]+"&pv=1":r.imprurl[0]+"?pv=1");for(var a=0;a<r.imprurl.length;a++)y(r.imprurl[a]);var u=c.splice(t,1);u=null}}}e&&i.length>0&&"undefined"!=typeof nnnmm&&(e=!1,nnnmm.getInstance().ajxc(i.shift()))}catch(f){}},l=function(t){try{if(t.getBoundingClientRect){var n=t.getBoundingClientRect(),e=window.innerHeight||document.body.clientHeight||document.documentElement.clientHeight,c=n.top,r=n.bottom,o=r-c,i=e>=c&&c+o>=0;return 0==c&&0==r?!1:i}return!1}catch(a){return!1}},m=function(t){try{var n=[],e="."+t;return"undefined"!=typeof document.querySelectorAll?n=document.querySelectorAll(e):(document.getElementsByClassName=function(t){for(var n=[],e=this.getElementsByTagName("*"),c=0;c<e.length;c++)(" "+e[c].className+" ").indexOf(" "+t+" ")>-1&&n.push(e[c]);return n},n=document.getElementsByClassName(t)),n}catch(c){}},y=function(t){try{return(new Image).src=t,!0}catch(n){return!1}},h=function(t,n,e){try{n||(n=250);var c,r;return function(){var o=e||this,i=+new Date,a=arguments;c&&c+n>i?(clearTimeout(r),r=setTimeout(function(){c=i,t.apply(o,a)},n)):(c=i,t.apply(o,a))}}catch(o){}};return u(),{push:f,setpv:d,ajxcArr:i,cd:c,tp:r}};return{getInstance:function(){return t||(t=n()),t}}}();
function axs(){ntsss.getInstance().ajxcArr.push(arguments[0])}function isq(){return nnnmm.getInstance().isq()}var nnnmm=function(){var t,e=function(){function t(){n=new y}function e(t,e){var r=s.createElement("div");try{r.style.cssText="height: 1px !important; width: 1px !important; position: absolute !important; top: -1234px !important; left: -12345px !important;",r.className=e,r.id=t,s.body.appendChild(r)}catch(n){}return r}function r(){var t=e("AdBanner","colombiatracked adBox ctn_ads_rhs_organic ctn_ads_twins");setTimeout(function(){try{var e=t.getBoundingClientRect();e.height>0?l("@l@"):C()}catch(r){}},500)}var n,o=0,a="",c=window.location.host,i="etd_ace",d="@v0",h=0,u=!0,f=!1,s=document,g=function(){var t=!1;try{var e=n.decode(v(i)).split("@");e.length>0?t="l"==e[1]?!1:!0:m(a)}catch(r){}return t},l=function(t){try{S(i,n.encode(c+t+(new Date).getTime(),"321","e"),"90")}catch(e){}},m=function(t){h=0,o=0,u=!0,p(t)},p=function(t){var e=new XMLHttpRequest,n="1500";a=t,e.onreadystatechange=function(){(1===e.readyState||4===e.readyState)&&0===e.status&&u&&l("@pa@0"),e.status>0&&u&&(u=!1,l("@l@"))},e.ontimeout=function(t){f?C():(f=!0,r())},e.open("GET",t,!0),e.timeout=Number(n)+h,e.send()},C=function(){var t="2";u&&(o<Number(t)?(h+=1e3,p(a),o++):l("@pt@0"))},v=function(t){try{for(var e=t+"=",r=s.cookie.split(";"),n=0;n<r.length;n++){for(var o=r[n];" "==o.charAt(0);)o=o.substring(1,o.length);if(0==o.indexOf(e))return o.substring(e.length,o.length)}}catch(a){}return null},S=function(t,e,r){try{var n;r?(date=new Date,date.setTime(date.getTime()+24*r*60*60*1e3),n="; expires="+date.toGMTString()):n="";var o=window.location.host;1===o.split(".").length?s.cookie=t+"="+e+n+"; path=/":(domain=(window.location.host.match(/([^.]+)\.\w{2,3}(?:\.\w{2})?$/)||[])[0],s.cookie=t+"="+e+n+"; path=/; domain="+domain)}catch(a){}},A={_keyStr:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",encode:function(t){var e,r,n,o,a,c,i,d="",h=0;for(t=A._utf8_encode(t);h<t.length;)e=t.charCodeAt(h++),r=t.charCodeAt(h++),n=t.charCodeAt(h++),o=e>>2,a=(3&e)<<4|r>>4,c=(15&r)<<2|n>>6,i=63&n,isNaN(r)?c=i=64:isNaN(n)&&(i=64),d=d+this._keyStr.charAt(o)+this._keyStr.charAt(a)+this._keyStr.charAt(c)+this._keyStr.charAt(i);return d},encodeUrlSafe:function(t){return A.encode(t).replace(/\+/g,"-").replace(/\//g,"_").replace(/\=/g,"~")},decode:function(t){var e,r,n,o,a,c,i,d="",h=0;for(t=t.replace(/[^A-Za-z0-9\+\/\=]/g,"");h<t.length;)o=this._keyStr.indexOf(t.charAt(h++)),a=this._keyStr.indexOf(t.charAt(h++)),c=this._keyStr.indexOf(t.charAt(h++)),i=this._keyStr.indexOf(t.charAt(h++)),e=o<<2|a>>4,r=(15&a)<<4|c>>2,n=(3&c)<<6|i,d+=String.fromCharCode(e),64!=c&&(d+=String.fromCharCode(r)),64!=i&&(d+=String.fromCharCode(n));return d=A._utf8_decode(d)},decodeUrlSafe:function(t){return A.decode(t.replace(/\-/g,"+").replace(/\_/g,"/").replace(/\~/g,"="))},_utf8_encode:function(t){t=t.replace(/\r\n/g,"\n");for(var e="",r=0;r<t.length;r++){var n=t.charCodeAt(r);128>n?e+=String.fromCharCode(n):n>127&&2048>n?(e+=String.fromCharCode(n>>6|192),e+=String.fromCharCode(63&n|128)):(e+=String.fromCharCode(n>>12|224),e+=String.fromCharCode(n>>6&63|128),e+=String.fromCharCode(63&n|128))}return e},_utf8_decode:function(t){for(var e="",r=0,n=c1=c2=0;r<t.length;)n=t.charCodeAt(r),128>n?(e+=String.fromCharCode(n),r++):n>191&&224>n?(c2=t.charCodeAt(r+1),e+=String.fromCharCode((31&n)<<6|63&c2),r+=2):(c2=t.charCodeAt(r+1),c3=t.charCodeAt(r+2),e+=String.fromCharCode((15&n)<<12|(63&c2)<<6|63&c3),r+=3);return e}},y=function(){function t(t,e){var r=t.length/2;return 0==e?t.substring(0,r):t.substring(r,t.length)}function e(t){for(var e=[],r=0,n=t.length;n>=r;r++)e.push(t.charAt(n-r));return e.join("")}function r(r){var n=e(t(r,0))+t(r,1),a=o(n,"321","e")+d;return A.encodeUrlSafe(a)}function n(r){var n=A.decodeUrlSafe(r).replace(d,""),a=o(n,"321","d");return e(t(a,0))+t(a,1)}var o=function(t,e,r){for(var n="",o=0,a=t,c=0;c<a.length;c++){var i=e[o],d="";o<e.length-1?o++:o=0,d="d"==r?parseInt(a[c].charCodeAt(0))-parseInt(i):parseInt(a[c].charCodeAt(0))+parseInt(i),n+=String.fromCharCode(d)}return n},e=function(t){for(var e=[],r=0,n=t.length;n>=r;r++)e.push(t.charAt(n-r));return e.join("")};return{encode:r,decode:n}};return t(),{isq:g,ajxc:m,ob:!1,ck:(new y).decode}};return{getInstance:function(){return t||(t=e()),t}}}();</script>
                        
                
        
        		 
        		        <script>try{axs("//economictimes.indiatimes.com/acms/javascript/oas.js?adslot=-182813436&FdGX=-2052687330&adsrc=-1509632056")}catch(e){}</script>
<script>  var _comscore = _comscore || [];function fcomp() {try {_comscore.push({c1: "7",c2: "6036484",c3: "84"});(function() {var s = document.createElement("script"),el = document.getElementsByTagName("script")[0];s.async = true;s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/beacon.js";el.parentNode.insertBefore(s, el);})();} catch (e) {}}fcomp(); </script> <noscript> <img src="http://b.scorecardresearch.com/p?c1=7&c2=6036484&c3=84&c4=&c5=&c6=&c15=&cv=2.0&cj=1" /> </noscript>
                     
            
        <!--/caller_native_content.cms?urlEncodeIDs=210766~60295339~0&removens=1&url=https://economictimes.indiatimes.com/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/articleshow/60295339.cmspotime:28--><script type="text/javascript">
            var _BL_pg  = "hurricane,concerns,hurricane,negative,used,";
        </script><div class="article_block" data-blacklist="hurricane,concerns,hurricane,negative,used," data-server-sec="false" data-article_id="60295339" data-agency="ET CONTRIBUTORS" data-budget-keyword="0" data-authors="" data-seokeywords="" data-keywords="crude oil,harshal barot,hurricane harvey,Stocks,OECD,opec,markets"><section class="pageContent flt"><div class="relative"><div class="leftFirst flt"><div class="shareIcons popup hidden"><ul><li onclick="addto(8);" class="digg">Digg</li><li onclick="addto(7);" class="google">Google Bookmarks</li><li onclick="addto(3);" class="stumble">StumbleUpon</li><li onclick="addto(9);" class="reddit">Reddit</li><li onclick="addto(4);" class="newsvine">Newsvine</li><li onclick="addto(10);" class="live">Live Bookmarks</li><li onclick="addto(5);" class="tech">Technorati</li><li onclick="addto(6);" class="yahoo">Yahoo Bookmarks</li><li onclick="addto(11);" class="blog">Blogmarks</li><li onclick="addto(1);" class="del">Del.icio.us</li><li onclick="addto(13);" class="ac">ApnaCircle</li><li class="gp" onclick="window.open('https://plus.google.com/share?url=https://economictimes.indiatimes.com/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/articleshow/60295339.cms', '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');">Google Plus</li><li class="pi" onclick="window.open(&quot;https://pinterest.com/pin/create/button/?url=https://economictimes.indiatimes.com/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/articleshow/60295339.cms&amp;media=https://img.etimg.com/thumb/msid-60295353,width-600,resizemode-4/crude-oil.jpg&amp;description=Crude oil market likely to turn choppy on Hurricane Harvey - The Economic Times&quot;,&quot;pinitsharer&quot;,&quot;toolbar=0,status=0,width=600,height=450&quot;)">Pinterest</li></ul><div class="clr"></div></div></div><article data-artidate="Aug 30, 2017, 08.16 PM IST" data-articleid="60295339" data-ibeat_tag="crude oil,harshal barot,hurricane harvey,Stocks,OECD,opec,markets" data-ibeat_author="" data-ibeat_channel="ET CONTRIBUTORS"><input id="article_title" type="hidden" value="Crude oil market likely to turn choppy on Hurricane Harvey"><input id="article_syn" type="hidden" value="Trading this week may be choppy as markets assess the impact of the Hurricane Harvey on US energy infrastructure."><input id="article_seo" type="hidden" value="markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey"><h1 class="clearfix title">Crude oil market likely to turn choppy on Hurricane Harvey</h1><div class="clearfix publish_info"><div class="publisher flt">ET CONTRIBUTORS<span class="msides5">|</span></div><div class="publish_on flt">Updated: Aug 30, 2017, 08.19 PM IST</div></div><div class="clearfix sharingBox shareVert" data-share_msid="60295339"><a href="javascript:void(0)" title="Share on Facebook" class="shareSprite fb"></a><a title="Share on Twitter" onmouseenter="tsMouseEnter(this);" class="shareSprite twt twitterShareBtn" href="https://twitter.com/intent/tweet?text=Crude oil market likely to turn choppy on Hurricane Harvey&amp;via=economictimes&amp;url=https://economictimes.indiatimes.com/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/articleshow/60295339.cms"></a><a title="Share on LinkedIn" href="javascript:void(0)" class="shareSprite linkedin" onclick="window.open(&quot;https://www.linkedin.com/shareArticle?mini=true&amp;url=https://economictimes.indiatimes.com/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/articleshow/60295339.cms&amp;title=Crude oil market likely to turn choppy on Hurricane Harvey - The Economic Times&amp;summary=Trading this week may be choppy as markets assess the impact of the Hurricane Harvey on US energy infrastructure.&amp;source=The Economic Times&quot;,&quot;insharer&quot;,&quot;toolbar=0,status=0,width=600,height=450&quot;)"></a><a title="Share more" href="javascript:void(0)" class="shareSprite shareMore"></a><a title="Comments" href="javascript:void(0)" class="shareSprite cmt" id="commentCountBtn" onclick="commentBox.show(60295339);" data-commentbox_msid="60295339"></a><div class="flt comment_count" onclick="commentBox.show(60295339);" data-msid="60295339"><span>0</span>Comments</div><div class="flr page_options"><a title="Increase/Decrease font size" onclick="etArt.fontSizeclick(this);" href="javascript:void(0)" class="asSprite fontLarge fontSize"></a><a target="_blank" title="Print this article" class="asSprite print" href="/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/printarticle/60295339.cms"></a><a title="Email this article" onclick="etArt.openPopup('#shareEmail');" href="javascript:void(0)" class="asSprite email"></a></div></div><div class="articleImg smallImg"><figure><img vspace="0" marginheight="0" marginwidth="0" border="0" width="210" src="https://img.etimg.com/thumb/msid-60295353,width-210,imgsize-49553,resizemode-4/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey.jpg" alt="Looking ahead, the short term bias for oil remains positive." title="Looking ahead, the short term bias for oil remains positive."><figcaption title="Looking ahead, the short term bias for oil remains positive.">Looking ahead, the short term bias for oil remains positive.</figcaption></figure></div><div class="artText"><div class="section1"><div class="Normal">  <strong>By Harshal Barot</strong>  <br>  <br>   <a href="/topic/Crude-oil" target="_blank">Crude oil</a> closed lower for a fourth consecutive week, but prices are still stuck in a broader range over the past couple of months.  <br>  <br>  Trading this week may be choppy as <a target="_blank" href="/definition/markets">markets</a> assess the impact of the <a href="/topic/Hurricane-Harvey" target="_blank">Hurricane Harvey</a> on US energy infrastructure.  <br>  <br>  US oil rig count fell again last week which helped prices up. US inventories continued to decline but oil production edged up once again. Libya’s oil output remains volatile and vulnerable to disruptions.  <br>  <br>  Two more oil fields in Libya are being closed after an armed group took over pipelines. <a href="/topic/Opec" target="_blank">Opec</a> compliance faltered in July but the Opec meeting in Abu Dhabi raised hopes of better compliance in August and September.  <br>  <br>  <img src="https://img.etimg.com/photo/60295372/.jpg" title="" alt="" class="gwt-Image">  <br>  <br>  Looking ahead, the short term bias for oil remains positive but this week’s action will be dictated by the impact of Hurricane Harvey on US energy infrastructure.  <br>  <br>  The near term action in oil prices will depend on the impact of Hurricane Harvey. The hurricane forced refineries across the US Gulf Coast to shut down impacting nearly 2.2 mbpd of refining capacity. The immediate impact on crude could be negative as this means lower demand for crude oil from refineries. US oil exports will also be impacted which could translate to higher inventories this week.  <br>  <br>  Product prices will however be supported shutdown in refineries will reduce production. Gasoline prices in the US have touched a two-year high. On the other hand, close to 0.68 million bpd of US oil output is likely impacted which will support oil prices eventually. We could also see a reduction in number of oil and gas rigs in the coming weeks which will further be price supportive.  <br>  <br>  The impact of Hurricane notwithstanding, the oil market has turned extremely choppy in the recent days and prices have failed to move out their range despite a host of triggers in the recent weeks. At the start of this month, the Opec meeting raised hopes of better compliance with Saudi indicating more export cuts in September as well. Earlier, Saudi suggested that it will export 6.6 mbpd in August, down from 7.1 mbpd in July. Iraq has also hinted about better compliance and it will be crucial to see if it follows through given that Iraq has been of the worst in compliance so far. If we see actual steps towards improving compliance, it will help dispel concerns about the Opec deal falling apart and will help prices move up more convincingly.  <br>  <br>  <img src="https://img.etimg.com/photo/60295376/.jpg" title="" alt="" class="gwt-Image">  <br>  <br>  The IEA and Opec reports were largely supportive of oil prices. Primary among the list was the revision in demand forecasts. Global demand remains healthy this year and forecast was revised higher by 0.1 mbpd by both. The Opec now sees demand growth of 1.4 mbpd this year while IEA sees growth at 1.5 mbpd. Demand remains robust, especially in top consumers India and China. US gasoline demand remains near a record 9.8 million bpd. Refining margins have been improving which is likely to keep refinery processing high before the maintenance season begins in September. Refineries in the US were processing a record 17.5 mbpd of crude before the Hurricane hit.  <br>  <br>  Looking at supply side fundamentals, Opec output rose by 173,000 bpd in July to 32.87 million bpd on the back of increased output from Libya and Nigeria. Consequently, Opec’s exports rose to a record high in July, touching 26.11 mbpd. The rise was largely due to Nigeria, whose exports jumped by 260,000 bpd. Saudi’s oil exports have averaged 7.26 million bpd in the first seven months of 2017, down 0.3 mbpd from the 2016 average.  <br>  <br>  Overall, the rebalancing process remains slow and resumption in Nigerian and Libyan output has complicated the Opec strategy. Nigerian production is back at a 17 month high of 1.8 mbpd while Libyan output has nearly tripled from last year with production nearing 1.0 mbpd. This roughly translates to an increase of about 0.4-0.5 mbpd from these two and negates nearly half of the Opec’s 1.2 mbpd cut. Opec data indicate compliance of 86 per cent in July but IEA suggested that Opec's compliance with the cuts had fallen to 75 per cent, the lowest since the cuts began in January. This has been the biggest deterrent to oil price rallies as it slows down the market rebalancing process.  <br>  <br>  US oil production also continues to edge higher and weekly data from EIA shows that total US oil production is close to 9.53 million bpd, the highest since June 2015. EIA forecasts show that US shale oil production is expected to rise further and touch a record high in September. The EIA drilling productivity report shows that shale oil output will likely touch 6.1 mbpd in August. The EIA also forecasts total oil output to reach a new record and surpass 9.9 mbpd next year. This is going to remain the biggest head-wind for oil prices.  <br>  <br>  On the inventory side, EIA data showed that US oil inventories fell by 3.3 million barrels last week and total <a href="/topic/stocks" target="_blank">stocks</a> have declined by 72 million barrels since the end of March. US oil inventories are back within the five-year range and are at their lowest since January 2016. Gasoline stocks fell by 1.2 million to 229.9 million barrels while distillate stocks were up 0.7 million last week. In Europe, ARA product stocks were up 1.3 per cent w/w but 6.3 per cent lower y/y at 41.4 million barrels. In July, <a href="/topic/OECD" target="_blank">OECD</a> stocks declined by 19 million barrels to 3.02 billion barrels but stocks remain 219 million barrels above the 5-year average. A more meaningful reduction in global inventories will be imperative for establishing a firm floor for oil prices.  <br>  <br>  Looking ahead, the short term price action is likely to remain choppy. Technically, MCX Crude oil price consolidated in a narrow range between Rs 3010-3120 levels last week, closing lower by about 1.5 per cent for the period. The price however managed to hold above strong short-term support at Rs.2950-2935 zone. Looking ahead, a brief dip towards this support area looks possible. However, the same could be used as a buying opportunity as the medium-term bias still looks positive. Test of higher resistance at Rs.3240-3260 zone could be seen eventually.  <br>  <br>  <em>(Harshal Barot is a Commodities Analyst at Motilal Oswal Commodities Brokers. Views expressed in this article are author's own and do not represent those of ETMarkets.com)</em>  </div></div></div><div class="clr"></div><div class="clr"></div><!-- data could not found --><div class="clr"></div><div class="clearfix sharingBox shareVert bottom" data-share_msid="60295339"><a href="javascript:void(0)" title="Share on Facebook" class="shareSprite fb"></a><a title="Share on Twitter" onmouseenter="tsMouseEnter(this);" class="shareSprite twt twitterShareBtn" href="https://twitter.com/intent/tweet?text=Crude oil market likely to turn choppy on Hurricane Harvey&amp;via=economictimes&amp;url=https://economictimes.indiatimes.com/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/articleshow/60295339.cms"></a><a title="Share on LinkedIn" href="javascript:void(0)" class="shareSprite linkedin" onclick="window.open(&quot;https://www.linkedin.com/shareArticle?mini=true&amp;url=https://economictimes.indiatimes.com/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/articleshow/60295339.cms&amp;title=Crude oil market likely to turn choppy on Hurricane Harvey - The Economic Times&amp;summary=Trading this week may be choppy as markets assess the impact of the Hurricane Harvey on US energy infrastructure.&amp;source=The Economic Times&quot;,&quot;insharer&quot;,&quot;toolbar=0,status=0,width=600,height=450&quot;)"></a><a title="Share more" href="javascript:void(0)" class="shareSprite shareMore"></a><a title="Comments" href="javascript:void(0)" class="shareSprite cmt" id="commentCountBtn" onclick="commentBox.show(60295339);" data-commentbox_msid="60295339"></a><div class="flt comment_count" onclick="commentBox.show(60295339);" data-msid="60295339"><span>0</span>Comments</div><div class="flr page_options"><a target="_blank" title="Print this article" class="asSprite print" href="/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/printarticle/60295339.cms"></a><a title="Email this article" onclick="etArt.openPopup('#shareEmail');" href="javascript:void(0)" class="asSprite email"></a></div></div></article></div><div class="clearfix raltedTopics "><b>Read more on</b><span class="readanchore"><div class="rdMrBulDiv" data-track="ReadMore1"><span class="bulletGrey"></span><a data-track="ReadMore1" href="/topic/crude-oil" pg="asStoryTag1">crude oil</a></div><div class="rdMrBulDiv" data-track="ReadMore2"><span class="bulletGrey"></span><a data-track="ReadMore2" href="/topic/harshal-barot" pg="asStoryTag2">harshal barot</a></div><div class="rdMrBulDiv" data-track="ReadMore3"><span class="bulletGrey"></span><a data-track="ReadMore3" href="/topic/hurricane-harvey" pg="asStoryTag3">hurricane harvey</a></div><div class="rdMrBulDiv" data-track="ReadMore4"><span class="bulletGrey"></span><a data-track="ReadMore4" href="/definition/Stocks" target="_blank" pg="asStoryTag4">Stocks</a></div><div class="rdMrBulDiv" data-track="ReadMore5"><span class="bulletGrey"></span><a data-track="ReadMore5" href="/topic/OECD" pg="asStoryTag5">OECD</a></div><div class="rdMrBulDiv" data-track="ReadMore6"><span class="bulletGrey"></span><a data-track="ReadMore6" href="/topic/opec" pg="asStoryTag6">opec</a></div><div class="rdMrBulDiv" data-track="ReadMore7"><span class="bulletGrey"></span><a data-track="ReadMore7" href="/definition/markets" target="_blank" pg="asStoryTag7">markets</a></div></span></div><section class="clearfix rel-art"><h3>Also Read</h3><p class="rel-art-stry" data-track="AlsoRead1"><a data-track="AlsoRead1" href="/markets/commodities/views/crude-oil-susceptible-to-steep-price-correction/articleshow/62824068.cms" data-no="1">Crude oil susceptible to steep price correction</a></p><p class="rel-art-stry" data-track="AlsoRead2"><a data-track="AlsoRead2" href="/markets/commodities/news/us-to-overtake-saudi-arabia-as-crude-oil-producer/articleshow/62569076.cms" data-no="2">US to overtake Saudi Arabia as crude oil producer</a></p><p class="rel-art-stry" data-track="AlsoRead3"><a data-track="AlsoRead3" href="/markets/stocks/news/china-in-final-sprint-to-introduce-crude-oil-futures/articleshow/61892554.cms" data-no="3">China in 'final sprint' to introduce crude oil futures</a></p><p class="rel-art-stry" data-track="AlsoRead4"><a data-track="AlsoRead4" href="/markets/stocks/news/etmarkets-weekend-podcast-where-are-crude-oil-prices-headed/articleshow/62579753.cms" data-no="4">ETMarkets weekend podcast: Where are crude oil prices headed</a></p><p class="rel-art-stry" data-track="AlsoRead5"><a data-track="AlsoRead5" href="/markets/commodities/views/crude-oil-set-for-further-rally-but-us-shale-may-spoil-party/articleshow/62417555.cms" data-no="5">Crude oil set for further rally, but US shale may spoil party</a></p></section><!--/articleshow_relatedtopic.cms?query=crude-oil&excludeid=60295339potime:206--><div class="comment_box"><div class="btn" onclick="commentBox.show(60295339);" data-cmtmsid="60295339">Comments</div><div class="btn" onclick="commentBox.show(60295339);">Add Your Comments</div></div><div class="clrwh"></div><div class="clrwh2"></div><div class="article_separator">

<!-- 210766 60295339 --><div style="display:none;"> </div><style>.VBGxZHGf span,.VBGxZHGf h3,.VBGxZHGf p {margin:0;padding:0;}.VBGxZHGf > h2{height:1px;background:#cdcdcd;width:100%;position:relative; float: left; margin: 26px 0;}.VBGxZHGf > h2 span{position: absolute;top: -12px;background-color: #fff;font-size: 18px;font-family: arial;padding-right: 13px;}.VBGxZHGf > h2:first-child span:last-child{background-image:url(//img.etimg.com/itetpic/commons/images/columbia_logo.png?v=1.1);background-repeat: no-repeat;background-position: bottom right;background-size: auto auto;right: 6px;width: 167px;height: 19px;padding-right: 0;}.VBGxZHGf > h2:first-child span:last-child:before{content: 'Sponsored by'; float: right; margin-right: 20px; bottom: 0; position: absolute; right: 39%; color: #959595;font-size: 12px; font-family: arial; font-weight: 500; top: 4px;}.VBGxZHGf {width:100%;height:auto;float:left;}.VBGxZHGf:hover > h2 span:last-child{background-image:url(//img.etimg.com/itetpic/commons/images/columbia_logo-red.png?v=1.1);}.VBGxZHGf {width:100%;}.VBGxZHGf > div > div > a{text-decoration:none;}.VBGxZHGf > div > div > a:focus{outline:0;}.VBGxZHGf > div > div > a img {width:100%;float:left;height: 111.72px;}.VBGxZHGf > div > div {width:24%;float: left;margin-right:1%; text-decoration: none;cursor: pointer;margin-bottom: 14px;position:relative;}.VBGxZHGf > div > div > a > div h3 {font: normal 12px arial;padding: 5px 0 0;width: 100%;float: left;color: #000;max-height: 38px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;line-height: 20px;}.VBGxZHGf > div > div > a > div p {font-size: 11px !important;font-family: arial;padding:2px 0px 0px; width:100%; height:auto; float:left; color:#b8b8b8; max-height: 13px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;margin-top: 4px;}.VBGxZHGf > div > div > a > div {float: left;width: 100%;}.VBGxZHGf > div > div > div{display:none;}.VBGxZHGf > div > div:hover > div {position: absolute; right: 0; top: 0;display: block !important; width: 20px; height: 20px;}.VBGxZHGf > div > div > div a img { width: 20px;height: auto;}</style><div style="display:none;"> </div><div class="RfVVKqn VBGxZHGf uDHHLyVjUU " id="GKFumlGjDBy">   <h2><span>From  Around The Web</span><span></span></h2>   <div ><div><a onclick="WdwWygiLw('//economictimes.indiatimes.com/itetklc/click.htm?r=MzY5ODEwM2UtYjQ5OC00ODg4LWFmZjYtZGUxMGNjYTI1YTY3LTNybXM6MjEwNzY2Ojluajo5NTMwMjE6MTg6MTUzMjI5MjoyMzExOjo6Ni45OjA6NjAyOTUzMzk6MToxMTg1NDoxMTg1NDo6OjI6MjAwMUNPTE9ONDY4Q09MT05jODBDT0xPTmMxMTFDT0xPTjIwY0NPTE9OMjlmZkNPTE9OZmUwZENPTE9ONGMxOnB5dGhvbi1yZXF1ZXN0cy8yLjEwLjA6OjAuMDoxOjA6OjY6MToxOjA6NDo6OjE1MTg1MzQ5ODMxNDY6dHJ1ZQ&fpc=226801c2-4e91-4374-b021-b26b816cd37f-3rms&i=22606054&s=https%253A%252F%252Feconomictimes.indiatimes.com%252Fmarkets%252Fcommodities%252Fviews%252Fcrude-oil-market-likely-to-turn-choppy-on-hurricane-harvey%252Farticleshow%252F60295339.cms&u=http%3A%2F%2Fapi.taboola.com%2F1.2%2Fjson%2Ftimesofindia-economictimeswebsite%2Frecommendations.notify-click%3Fapp.type%3Dweb%26app.apikey%3Db9ca92e556650f9bd1507b38b971910cd2aab076%26response.id%3D__a3ee83923077e22ac06d970a88a2b54c__401daa13b7b6b46b66ea1e63c7a56165%26response.session%3Dv2_eea6ded1080cb94d7bbea2f35bffddea_226801c2-4e91-4374-b021-b26b816cd37f-3rms_1518534983_1518534983_CNawjgYQ45JEGP368_2YLCABKAQw4QE%26item.id%3D%257E%257EV1%257E%257E1170168898587515366%257E%257EbOIhar_4MxNeRThniP1jnb3WKSCkv03EboQkYFTpD-sSO_fFkG-bpaW2-qyqBDD6A2oNFt1ukOTCFTq8EPPgT05sAzBfHCd9t3xltdqKe4lzb1UUjkFNyhu-IeNM1dcReDhNoJklzoEqIwuLja73Wxz9pZj5cDo4plCOElH2LujyXclPRUJ09uAdeO3nlskCq_4uQ3YtqDi_ozUF5KyCiw%26item.type%3Dtext%26redir%3Dhttps%253A%252F%252Fwww.soo-healthy.com%252Fen%252F1187%253Futm_source%253Dtaboola%2526utm_campaign%253DSH_15alimentsd%25C3%25A9bouchentart%25C3%25A8re_desktop_EN%2526utm_medium%253Dreferral%2526utm_term%253Dtimesofindia-economictimeswebsite')" rel="nofollow,noindex"><img class="lazy" data-original="https://images.taboola.com/taboola/image/fetch/f_jpg%2Cq_auto%2Ch_150%2Cw_210%2Cc_fill%2Cg_faces:auto%2Ce_sharpen/http%3A%2F%2Fcdn.taboola.com%2Flibtrc%2Fstatic%2Fthumbnails%2F10e6c5410072a9bb333a5cfec84e5df4.png" src="//img.etimg.com/thumb/msid-42031747,width-154,height-110/etlogo.jpg"  rel="nofollow"><div><h3>15 Foods That Unclog Arteries And Prevent Heart Attacks</h3><p class="brand_ctn">Soo-healthy.com</p></div></a></div><div><a onclick="WdwWygiLw('//economictimes.indiatimes.com/itetklc/click.htm?r=MzY5ODEwM2UtYjQ5OC00ODg4LWFmZjYtZGUxMGNjYTI1YTY3LTNybXM6MjEwNzY2Ojluajo5NTMwMjE6MTg6MTUzMjI5MjoyMzExOjo6Ni45OjA6NjAyOTUzMzk6MToxMTg1NDoxMTg1NDo6OjI6MjAwMUNPTE9ONDY4Q09MT05jODBDT0xPTmMxMTFDT0xPTjIwY0NPTE9OMjlmZkNPTE9OZmUwZENPTE9ONGMxOnB5dGhvbi1yZXF1ZXN0cy8yLjEwLjA6OjAuMDoxOjA6OjY6MToxOjA6NDo6OjE1MTg1MzQ5ODMxNDY6dHJ1ZQ&fpc=226801c2-4e91-4374-b021-b26b816cd37f-3rms&i=22606054&s=https%253A%252F%252Feconomictimes.indiatimes.com%252Fmarkets%252Fcommodities%252Fviews%252Fcrude-oil-market-likely-to-turn-choppy-on-hurricane-harvey%252Farticleshow%252F60295339.cms&u=http%3A%2F%2Fapi.taboola.com%2F1.2%2Fjson%2Ftimesofindia-economictimeswebsite%2Frecommendations.notify-click%3Fapp.type%3Dweb%26app.apikey%3Db9ca92e556650f9bd1507b38b971910cd2aab076%26response.id%3D__a3ee83923077e22ac06d970a88a2b54c__401daa13b7b6b46b66ea1e63c7a56165%26response.session%3Dv2_eea6ded1080cb94d7bbea2f35bffddea_226801c2-4e91-4374-b021-b26b816cd37f-3rms_1518534983_1518534983_CNawjgYQ45JEGP368_2YLCABKAQw4QE%26item.id%3D%257E%257EV1%257E%257E-6762675675520116705%257E%257EL2HPAIkBhApzue-l-x3oeteAxUi-OeC-qhnObB0VDrUSO_fFkG-bpaW2-qyqBDD6A2oNFt1ukOTCFTq8EPPgTzhEOvg4oMe2-mtJjQi9sy5zb1UUjkFNyhu-IeNM1dcR_SAmjHI5YFKebdzas5caRcNCfUV1GMTHb8sdoryMMW7yXclPRUJ09uAdeO3nlskCq_4uQ3YtqDi_ozUF5KyCiw%26item.type%3Dphoto%26redir%3Dhttp%253A%252F%252Fwww.lifedaily.com%252Fstory%252Fhow-a-flat-tire-led-to-one-of-mankinds-most-valuable-prehistoric-discoveries%252Fsource%252Ftaboola%252F%2523utm_medium%253Dreferral%2526utm_source%253Dtaboola%2526utm_term%253Dtimesofindia-economictimeswebsite%2526utm_campaign%253DTB-MSN-PrehistoricDiscovery-DR')" rel="nofollow,noindex"><img class="lazy" data-original="https://images.taboola.com/taboola/image/fetch/f_jpg%2Cq_auto%2Ch_150%2Cw_210%2Cc_fill%2Cg_faces:auto%2Ce_sharpen/http%3A%2F%2Fcdn.lifedaily.com%2Fwp-content%2Fuploads%2F2017%2F02%2F02-t-rex-sue-discovery-1.jpg" src="//img.etimg.com/thumb/msid-42031747,width-154,height-110/etlogo.jpg"  rel="nofollow"><div><h3>Flat Tire Led Her to One Of Mankind's Greatest Discoveries</h3><p class="brand_ctn">LifeDaily.com</p></div></a></div><div><a onclick="WdwWygiLw('//economictimes.indiatimes.com/itetklc/click.htm?r=MzY5ODEwM2UtYjQ5OC00ODg4LWFmZjYtZGUxMGNjYTI1YTY3LTNybXM6MjEwNzY2Ojluajo5NTMwMjE6MTg6MTUzMjI5MjoyMzExOjo6Ni45OjA6NjAyOTUzMzk6MToxMTg1NDoxMTg1NDo6OjI6MjAwMUNPTE9ONDY4Q09MT05jODBDT0xPTmMxMTFDT0xPTjIwY0NPTE9OMjlmZkNPTE9OZmUwZENPTE9ONGMxOnB5dGhvbi1yZXF1ZXN0cy8yLjEwLjA6OjAuMDoxOjA6OjY6MToxOjA6NDo6OjE1MTg1MzQ5ODMxNDY6dHJ1ZQ&fpc=226801c2-4e91-4374-b021-b26b816cd37f-3rms&i=22606054&s=https%253A%252F%252Feconomictimes.indiatimes.com%252Fmarkets%252Fcommodities%252Fviews%252Fcrude-oil-market-likely-to-turn-choppy-on-hurricane-harvey%252Farticleshow%252F60295339.cms&u=http%3A%2F%2Fapi.taboola.com%2F1.2%2Fjson%2Ftimesofindia-economictimeswebsite%2Frecommendations.notify-click%3Fapp.type%3Dweb%26app.apikey%3Db9ca92e556650f9bd1507b38b971910cd2aab076%26response.id%3D__a3ee83923077e22ac06d970a88a2b54c__401daa13b7b6b46b66ea1e63c7a56165%26response.session%3Dv2_eea6ded1080cb94d7bbea2f35bffddea_226801c2-4e91-4374-b021-b26b816cd37f-3rms_1518534983_1518534983_CNawjgYQ45JEGP368_2YLCABKAQw4QE%26item.id%3D%257E%257EV1%257E%257E4269322599537577883%257E%257EUBzaH5IxiMdAHaHn4W2h9D0FJuWKjIU8w6iUK2mzSsYSO_fFkG-bpaW2-qyqBDD6A2oNFt1ukOTCFTq8EPPgT0Kq3tR4zzjEu0JPi1gWKs51h_mEC45FsqBbFFGupTUPzNbh5DBpfCLT1R63HPvHKFwv_MyUJSOARVA9K_DseEirzBrbFkw6jA-XougyKno2%26item.type%3Dphoto%26redir%3Dhttp%253A%252F%252Fintrck.com%252Fcid%252F5a0da12575f11d3028019b7a%253Fcampaignid%253D808812%2526site%253Dtimesofindia-economictimeswebsite%2526thumbnail%253Dhttp%25253A%25252F%25252Fcdn.taboola.com%25252Flibtrc%25252Fstatic%25252Fthumbnails%25252Fb0e93ef7b4201f498e7ffaaae182c99a.jpg%2526title%253DSee%252BLuxury%252BSenior%252BLiving%252BApartments%252Bin%252BSan%252BFrancisco%2526timestamp%253D2018-02-13%252B15%25253A16%25253A23%2526platform%253DOther%2526campaignitemid%253D59925430')" rel="nofollow,noindex"><img class="lazy" data-original="https://images.taboola.com/taboola/image/fetch/f_jpg%2Cq_auto%2Ch_150%2Cw_210%2Cc_fill%2Cg_faces:auto%2Ce_sharpen/http%3A%2F%2Fcdn.taboola.com%2Flibtrc%2Fstatic%2Fthumbnails%2Fb0e93ef7b4201f498e7ffaaae182c99a.jpg" src="//img.etimg.com/thumb/msid-42031747,width-154,height-110/etlogo.jpg"  rel="nofollow"><div><h3>See Luxury Senior Living Apartments in San Francisco</h3><p class="brand_ctn">Senior Apartments | Sponsored Links</p></div></a></div><div><a onclick="WdwWygiLw('//economictimes.indiatimes.com/itetklc/click.htm?r=MzY5ODEwM2UtYjQ5OC00ODg4LWFmZjYtZGUxMGNjYTI1YTY3LTNybXM6MjEwNzY2Ojluajo5NTMwMjE6MTg6MTUzMjI5MjoyMzExOjo6Ni45OjA6NjAyOTUzMzk6MToxMTg1NDoxMTg1NDo6OjI6MjAwMUNPTE9ONDY4Q09MT05jODBDT0xPTmMxMTFDT0xPTjIwY0NPTE9OMjlmZkNPTE9OZmUwZENPTE9ONGMxOnB5dGhvbi1yZXF1ZXN0cy8yLjEwLjA6OjAuMDoxOjA6OjY6MToxOjA6NDo6OjE1MTg1MzQ5ODMxNDY6dHJ1ZQ&fpc=226801c2-4e91-4374-b021-b26b816cd37f-3rms&i=22606054&s=https%253A%252F%252Feconomictimes.indiatimes.com%252Fmarkets%252Fcommodities%252Fviews%252Fcrude-oil-market-likely-to-turn-choppy-on-hurricane-harvey%252Farticleshow%252F60295339.cms&u=http%3A%2F%2Fapi.taboola.com%2F1.2%2Fjson%2Ftimesofindia-economictimeswebsite%2Frecommendations.notify-click%3Fapp.type%3Dweb%26app.apikey%3Db9ca92e556650f9bd1507b38b971910cd2aab076%26response.id%3D__a3ee83923077e22ac06d970a88a2b54c__401daa13b7b6b46b66ea1e63c7a56165%26response.session%3Dv2_eea6ded1080cb94d7bbea2f35bffddea_226801c2-4e91-4374-b021-b26b816cd37f-3rms_1518534983_1518534983_CNawjgYQ45JEGP368_2YLCABKAQw4QE%26item.id%3D%257E%257EV1%257E%257E-3851457850523047956%257E%257EtkygRX-iSecmaJ14hfbHkyIGWMgEqZ3yuiK-Urc6JxcSO_fFkG-bpaW2-qyqBDD6A2oNFt1ukOTCFTq8EPPgTwSk__4eKh7PehA-Iv5nt5J1h_mEC45FsqBbFFGupTUPHv7frMLVxxiF3Rz2pQDqSIPfYlAi7T1AyyAx-A2W9kOrzBrbFkw6jA-XougyKno2%26item.type%3Dtext%26redir%3Dhttp%253A%252F%252Fwww.campaignlive.com%252Farticle%252Fdrones-snot-reindeer-meat-fueled-intels-latest-social-good-campaign%252F1446393%253Futm_source%253Dtaboola%2526utm_medium%253Dreferral')" rel="nofollow,noindex"><img class="lazy" data-original="https://images.taboola.com/taboola/image/fetch/f_jpg%2Cq_auto%2Ch_150%2Cw_210%2Cc_fill%2Cg_faces:auto%2Ce_sharpen/https%3A%2F%2Fcached.imagescaler.hbpl.co.uk%2Fresize%2FscaleHeight%2F815%2Fcached.offlinehbpl.hbpl.co.uk%2Fnews%2FSUC%2FSittingBear-20171004041056154.jpg" src="//img.etimg.com/thumb/msid-42031747,width-154,height-110/etlogo.jpg"  rel="nofollow"><div><h3>How drones, snot and reindeer meat fueled this social good..</h3><p class="brand_ctn">Campaign US</p></div></a></div></div>   <h2><span>More from The Economic Times</span><span></span></h2><div ><div><a onclick="WdwWygiLw('//economictimes.indiatimes.com/itetklc/click.htm?r=MzY5ODEwM2UtYjQ5OC00ODg4LWFmZjYtZGUxMGNjYTI1YTY3LTNybXM6MjEwNzY2OjluajoxOTMwMDg5MDoxODozMjc2MDI6MjMxMTo6OjEuMDowOjYwMjk1MzM5OjA6MjMwODowOjo6MjoyMDAxQ09MT040NjhDT0xPTmM4MENPTE9OYzExMUNPTE9OMjBjQ09MT04yOWZmQ09MT05mZTBkQ09MT040YzE6cHl0aG9uLXJlcXVlc3RzLzIuMTAuMDo6MC4wOjA6MDo5MTMtMS4wMDAwMDAwMCw4NjUtMS4wMDAwMDAwMCwzNzMwLTEuMDAwMDAwMDAsMzc1LTEuMDAwMDAwMDAsMTYwNy0xLjAwMDAwMDAwLDE1OTMtMS4wMDAwMDAwMCw0MTEtMS4wMDAwMDAwMCw3MDAtMS4wMDAwMDAwMCwyNDk0LTEuMDAwMDAwMDA6NjoxOjE6MDo0Ojo6MTUxODUzNDk4MzE0Njp0cnVl&fpc=226801c2-4e91-4374-b021-b26b816cd37f-3rms&i=22606054&s=https%253A%252F%252Feconomictimes.indiatimes.com%252Fmarkets%252Fcommodities%252Fviews%252Fcrude-oil-market-likely-to-turn-choppy-on-hurricane-harvey%252Farticleshow%252F60295339.cms&u=https%3A%2F%2Feconomictimes.indiatimes.com%2Fnews%2Feconomy%2Fpolicy%2Fraghuram-rajans-budget-tip-for-arun-jaitley-dont-blow-up-the-fiscal-deficit%2Farticleshow%2F62634204.cms%3Futm_source%3DColombia%26utm_medium%3DOrganicNative%26utm_campaign%3DCTN%26utm_content%3D18')"  rel="nofollow,noindex"><span><img class="lazy" data-original="//img.etimg.com/itetpic/2308/images/29/82ea3abcb7f29aa04571a9b04fb4eca4_0.jpg" src="//img.etimg.com/thumb/msid-42031747,width-154,height-110/etlogo.jpg" rel="nofollow" ></span><div><h3>Raghuram Rajan's Budget tip for Arun Jaitley</h3></div></a></div><div><a onclick="WdwWygiLw('//economictimes.indiatimes.com/itetklc/click.htm?r=MzY5ODEwM2UtYjQ5OC00ODg4LWFmZjYtZGUxMGNjYTI1YTY3LTNybXM6MjEwNzY2OjluajoxOTMwNDg4NDoxODozMjc2MDI6MjMxMTo6OjEuMDowOjYwMjk1MzM5OjA6MjMwODowOjo6MjoyMDAxQ09MT040NjhDT0xPTmM4MENPTE9OYzExMUNPTE9OMjBjQ09MT04yOWZmQ09MT05mZTBkQ09MT040YzE6cHl0aG9uLXJlcXVlc3RzLzIuMTAuMDo6MC4wOjA6MDozNzEyLTEuMDAwMDAwMDAsMzkwNC0xLjAwMDAwMDAwLDM3NzctMS4wMDAwMDAwMCwxNzk4LTEuMDAwMDAwMDAsMTYwNy0xLjAwMDAwMDAwLDQ1NS0xLjAwMDAwMDAwLDE2MTAtMS4wMDAwMDAwMCwyMTg3LTEuMDAwMDAwMDAsMzczMC0xLjAwMDAwMDAwLDM3MzItMS4wMDAwMDAwMCw3MzAtMS4wMDAwMDAwMCw0MTEtMS4wMDAwMDAwMCwxMTE5LTEuMDAwMDAwMDAsODY1LTEuMDAwMDAwMDAsNzQ0LTEuMDAwMDAwMDAsMzY4OS0xLjAwMDAwMDAwLDEzOTAtMS4wMDAwMDAwMCw2MjMtMS4wMDAwMDAwMCwzNzYwLTEuMDAwMDAwMDAsNjg5LTEuMDAwMDAwMDAsMzcyLTEuMDAwMDAwMDAsNjkzLTEuMDAwMDAwMDAsMTAxNC0xLjAwMDAwMDAwLDU2Ni0xLjAwMDAwMDAwLDM3NS0xLjAwMDAwMDAwLDIzNjMtMS4wMDAwMDAwMCwzODAtMS4wMDAwMDAwMCwyNDk0LTEuMDAwMDAwMDA6NjoxOjE6MDo0Ojo6MTUxODUzNDk4MzE0Njp0cnVl&fpc=226801c2-4e91-4374-b021-b26b816cd37f-3rms&i=22606054&s=https%253A%252F%252Feconomictimes.indiatimes.com%252Fmarkets%252Fcommodities%252Fviews%252Fcrude-oil-market-likely-to-turn-choppy-on-hurricane-harvey%252Farticleshow%252F60295339.cms&u=https%3A%2F%2Feconomictimes.indiatimes.com%2Fmarkets%2Fexpert-view%2Fis-the-economy-by-a-very-small-set-of-people-worries-raghuram-rajan%2Farticleshow%2F62636353.cms%3Futm_source%3DColombia%26utm_medium%3DOrganicNative%26utm_campaign%3DCTN%26utm_content%3D18')"  rel="nofollow,noindex"><span><img class="lazy" data-original="//img.etimg.com/itetpic/2308/images/29/3f23f13ff28c8c8d93ed726941396528_0.jpg" src="//img.etimg.com/thumb/msid-42031747,width-154,height-110/etlogo.jpg" rel="nofollow" ></span><div><h3>Is India being run by just a few, Rajan wonders</h3></div></a></div><div><a onclick="WdwWygiLw('//economictimes.indiatimes.com/itetklc/click.htm?r=MzY5ODEwM2UtYjQ5OC00ODg4LWFmZjYtZGUxMGNjYTI1YTY3LTNybXM6MjEwNzY2OjluajoxOTE5ODY0NToxODozMjc2MDI6MjMxMTo6OjEuMDowOjYwMjk1MzM5OjA6MjMwODowOjo6MjoyMDAxQ09MT040NjhDT0xPTmM4MENPTE9OYzExMUNPTE9OMjBjQ09MT04yOWZmQ09MT05mZTBkQ09MT040YzE6cHl0aG9uLXJlcXVlc3RzLzIuMTAuMDo6MC4wOjA6MDoxMjgtMS4wMDAwMDAwMCwxNzMwLTEuMDAwMDAwMDAsMTI1My0xLjAwMDAwMDAwLDE3OTgtMS4wMDAwMDAwMCw0NTUtMS4wMDAwMDAwMCwxOTYwLTEuMDAwMDAwMDAsNzQ2LTEuMDAwMDAwMDAsMTYxMC0xLjAwMDAwMDAwLDY4OS0xLjAwMDAwMDAwLDIzNTMtMS4wMDAwMDAwMCw0OTctMS4wMDAwMDAwMCwzNzYyLTEuMDAwMDAwMDAsNTMzLTEuMDAwMDAwMDAsMTAxNC0xLjAwMDAwMDAwLDIzNjMtMS4wMDAwMDAwMCwyMzY0LTEuMDAwMDAwMDAsMzcwOS0xLjAwMDAwMDAwLDI0OTQtMS4wMDAwMDAwMCwxMDIzLTEuMDAwMDAwMDAsNDQ3LTEuMDAwMDAwMDAsMTExOS0xLjAwMDAwMDAwOjY6MToxOjA6NDo6OjE1MTg1MzQ5ODMxNDY6dHJ1ZQ&fpc=226801c2-4e91-4374-b021-b26b816cd37f-3rms&i=22606054&s=https%253A%252F%252Feconomictimes.indiatimes.com%252Fmarkets%252Fcommodities%252Fviews%252Fcrude-oil-market-likely-to-turn-choppy-on-hurricane-harvey%252Farticleshow%252F60295339.cms&u=https%3A%2F%2Feconomictimes.indiatimes.com%2Fmagazines%2Fpanache%2Fa-look-inside-the-marriage-of-the-worlds-richest-couple-jeff-and-mackenzie-bezos%2Farticleshow%2F62577299.cms%3Futm_source%3DColombia%26utm_medium%3DOrganicNative%26utm_campaign%3DCTN%26utm_content%3D18')"  rel="nofollow,noindex"><span><img class="lazy" data-original="//img.etimg.com/itetpic/2308/images/29/c3b5173979a1e1b9fe1badbaf16efc00_0.jpg" src="//img.etimg.com/thumb/msid-42031747,width-154,height-110/etlogo.jpg" rel="nofollow" ></span><div><h3>A look inside marriage of Jeff, Mackenzie Bezos</h3></div></a></div><div><a onclick="WdwWygiLw('//economictimes.indiatimes.com/itetklc/click.htm?r=MzY5ODEwM2UtYjQ5OC00ODg4LWFmZjYtZGUxMGNjYTI1YTY3LTNybXM6MjEwNzY2OjluajoxOTY5MTM0MDo2OjMyNzYwMjoyMzExOjo6MS4wOjA6NjAyOTUzMzk6MDoyMzA4OjA6OjoyOjIwMDFDT0xPTjQ2OENPTE9OYzgwQ09MT05jMTExQ09MT04yMGNDT0xPTjI5ZmZDT0xPTmZlMGRDT0xPTjRjMTpweXRob24tcmVxdWVzdHMvMi4xMC4wOjowLjA6MDowOjg5MjAxLTEuMDAwMDAwMDAsODY1LTEuMDAwMDAwMDAsMzczMC0xLjAwMDAwMDAwLDU2Ni0xLjAwMDAwMDAwLDE3OTgtMS4wMDAwMDAwMCw4NzEtMS4wMDAwMDAwMCwxNTkzLTEuMDAwMDAwMDAsODc0LTEuMDAwMDAwMDAsMjM0LTEuMDAwMDAwMDAsMzc0My0xLjAwMDAwMDAwOjY6MToxOjA6NDo6OjE1MTg1MzQ5ODMxNDY6dHJ1ZQ&fpc=226801c2-4e91-4374-b021-b26b816cd37f-3rms&i=22606054&s=https%253A%252F%252Feconomictimes.indiatimes.com%252Fmarkets%252Fcommodities%252Fviews%252Fcrude-oil-market-likely-to-turn-choppy-on-hurricane-harvey%252Farticleshow%252F60295339.cms&u=https%3A%2F%2Feconomictimes.indiatimes.com%2Fnews%2Fpolitics-and-nation%2Fraid-on-bharati-ghosh-flat-blows-lid-off-39-litres-of-foreign-spirits%2Farticleshow%2F62845473.cms%3Futm_source%3DColombia%26utm_medium%3DOrganicNative%26utm_campaign%3DCTN%26utm_content%3D6')"  rel="nofollow,noindex"><span><img class="lazy" data-original="//img.etimg.com/itetpic/2308/images/29/304057ce3e483e062f3b4a00af8b8d57_0.jpg" src="//img.etimg.com/thumb/msid-42031747,width-154,height-110/etlogo.jpg" rel="nofollow" ></span><div><h3>Raid on Ghosh flat finds 39 litres of imported liquor</h3></div></a></div></div></div><script>        var coldetect;      /*  var htmlD1 =   '"{{titleLength}}60{{titleLength}}",#pd#<div><a onclick="WdwWygiLw('{{href}}')" rel="nofollow,noindex"><img class="lazy" data-original="{{imgsrc}}" src="//img.etimg.com/thumb/msid-42031747,width-154,height-110/etlogo.jpg"  rel="nofollow"><div><h3>{{title}}</h3><p class="brand_ctn">{{brand}}</p></div></a><div><span name="adchoicehtml"/></div></div>#pd#';var orghtmlD =  '"{{titleLength}}60{{titleLength}}",#og#<div><a onclick="WdwWygiLw('{{href}}')"  rel="nofollow,noindex"><span><img class="lazy" data-original="{{imgsrc}}" src="//img.etimg.com/thumb/msid-42031747,width-154,height-110/etlogo.jpg" rel="nofollow" ></span><div><h3>{{title}}</h3></div></a></div>#og#';*/function WdwWygiLw(par)       {     if(typeof otab == 'function'){ otab(par,'');   } else{if(typeof canRun == 'undefined' || (typeof canRun != 'undefined' && !canRun)) {                 window.open(par,'_blank');}else{window.open(par,'_blank'); }   }                   }             window.onload = function (){         if (window.frameElement !== null){document.body.style.margin="0px"; }};try{trev('//economictimes.indiatimes.com/itetnfy/notify.htm?d=%7B%22skuIds%22%3A%2219300890-%2C19304884-%2C19198645-%2C19691340-%22%2C%22fdId%22%3A0%2C%22imprId%22%3A%223698103e-b498-4888-aff6-de10cca25a67-3rms%22%2C%22adsltId%22%3A%22210766%22%2C%22fpc%22%3A%22226801c2-4e91-4374-b021-b26b816cd37f-3rms%22%2C%22pv%22%3A%22PV_MACRO%22%2C%22i%22%3Atrue%2C%22ci%22%3A%2222606054%22%2C%22ist%22%3A1518534983146%2C%22vst%22%3A%22ETS%22%7D','VBGxZHGf');tpImp([[],[],[],[],[],[],[],[]],'VBGxZHGf',[]);}catch(e){};</script>
<!--/insert_native_content.cms?contentID='210766~60295339~0'&removens=1potime:26--></div><div class="most_read" id="most_read_60295339"></div></section><aside class="flr sideBar"><div class="adsbg300" data-oop="0" data-size="[[300, 250], [300, 600]]" data-adsSlot="ET_Markets/ET_Markets_Commodities_AS/ET_ROS_ATF_MKT_CMD_AS_300" id="div-gpt-ad-1463054018812-0-60295339" data-loc="All"></div><div class="clr"></div><div class="clr"></div><div class="clr clearfix seowidget"><div class="widgetSEO ent_wdt"><div class="seoWidget_con"><div class="head">Top Trending Terms
							</div><div class="textDiv"><a target="_blank" onclick="ga('send','event','ETWH','SEO_Band','SEO_link1');" title="Budget 2018 Key Highlights" href="/news/economy/policy/key-highlights-from-budget-2018-ease-of-living-is-new-catch-phrase/articleshow/62735935.cms">Budget 2018 Key Highlights</a></div><div class="textDiv"><a target="_blank" onclick="ga('send','event','ETWH','SEO_Band','SEO_link2');" title="LTCG tax" href="/markets/stocks/news/arun-jaitley-decides-to-ride-the-bull-brings-back-ltcg-tax/articleshow/62738499.cms">LTCG tax</a></div><div class="textDiv"><a target="_blank" onclick="ga('send','event','ETWH','SEO_Band','SEO_link3');" title="Budget 2018 Live" href="/budget-2018-live-updates/liveblog/62733507.cms">Budget 2018 Live</a></div><div class="textDiv"><a target="_blank" onclick="ga('send','event','ETWH','SEO_Band','SEO_link4');" title="Budget Impact on Stock Market" href="/budget-2018/budget-faqs/correction/articleshow/62494401.cms">Budget Impact on Stock Market</a></div><div class="textDiv"><a target="_blank" onclick="ga('send','event','ETWH','SEO_Band','SEO_link5');" title="Budget 2018" href="/budget2018">Budget 2018</a></div><div class="textDiv"><a target="_blank" onclick="ga('send','event','ETWH','SEO_Band','SEO_link6');" title="IPO" href="/markets/ipo">IPO</a></div><div class="textDiv"><a target="_blank" onclick="ga('send','event','ETWH','SEO_Band','SEO_link7');" title="Axis Bank Share Price" href="/axis-bank-ltd/stocks/companyid-9175.cms">Axis Bank Share Price</a></div><div class="textDiv"><a target="_blank" onclick="ga('send','event','ETWH','SEO_Band','SEO_link8');" title="Bitcoin" href="/markets/stocks/news/what-is-bitcoin-and-how-does-it-work/articleshow/60701874.cms">Bitcoin</a></div><div class="textDiv"><a target="_blank" onclick="ga('send','event','ETWH','SEO_Band','SEO_link9');" title="Silver Price" href="/commoditysummary/symbol-SILVER.cms">Silver Price</a></div><div class="textDiv"><a target="_blank" onclick="ga('send','event','ETWH','SEO_Band','SEO_link10');" title="Gold Rate" href="/commoditysummary/symbol-GOLD.cms">Gold Rate</a></div><div class="textDiv"><a target="_blank" onclick="ga('send','event','ETWH','SEO_Band','SEO_link11');" title="Top Gainers" href="/marketstats/pid-0,pageno-1,sortby-percentchange,sortorder-desc,sort-intraday,exchange-50.cms">Top Gainers</a></div><div class="textDiv"><a target="_blank" onclick="ga('send','event','ETWH','SEO_Band','SEO_link12');" title="Share Market" href="/markets">Share Market</a></div></div></div><!--/seowidget.cms?msid=60936773potime:4--></div><div class="clr"></div><div data-widgetname="photoWidget" data-estimatedheight="580" class="clr clearfix sideWidgets photoWidget" data-url="/widget_etspotlight.cms?tracker=articleshow"></div><div class="clearfix twitter_promo"><a style="display: inline-block;line-height: 0;" target="_blank" href="https://twitter.com/etmarkets" onclick="ga(&quot;send&quot;, {hitType: &quot;social&quot;, socialNetwork: &quot;Twitter&quot;, socialAction: &quot;markets_page_follow&quot;, socialTarget: window.location.href, page: window.location.pathname});"><img alt="Follow on Twitter" src="https://img.etimg.com/photo/51042186.cms"></a></div><div data-oop="0" data-size="[[300,250], [300, 600]]" data-adsSlot="ET_Markets/ET_MKT_LNTMF_ATF_300" id="div-gpt-ad-9335687899087-0-60295339" class="adsbg300" data-loc="All"></div><div class="clr clearfix tabsView"><div class="tabsBtn mostPopular"><ul><li class="active" data-url="/most_read.cms?msid=1977021501"><a href="#">Most Read</a></li><li data-url="/most_shared.cms?category=Markets"><a class="active" href="#">Most Shared</a></li><li data-url="/most_commented.cms?msid=1977021501"><a class="active" href="#">Most Commented</a></li></ul><div class="clr"></div></div><div class="tabsContent"><ul><li class="active"><ul class="list1"><li class="stryline"><a onclick="ga('send','event','MarketSec','select','MostReadStory');" data-track="MRS1" href="/markets/stocks/news/sbi-reports-surprise-q3-loss-at-rs-2416-crore-gross-npas-rise-to-rs-1-99-lakh-crore/articleshow/62852294.cms">SBI reports surprise Q3 loss at Rs 2,416 crore, gross NPAs rise to Rs 1.99 lakh crore</a></li><li class="stryline"><a onclick="ga('send','event','MarketSec','select','MostReadStory');" data-track="MRS2" href="/markets/stocks/news/bitcoin-finds-a-bottom-as-risk-aversion-grips-global-market/articleshow/62869584.cms">Bitcoin finds a bottom as risk aversion grips global market</a></li><li class="stryline"><a onclick="ga('send','event','MarketSec','select','MostReadStory');" data-track="MRS3" href="/markets/stocks/news/bse-nse-may-soon-stop-trading-of-their-indices-in-foreign-bourses/articleshow/62853301.cms">BSE, NSE to stop trading of their indices on foreign bourses</a></li><li class="stryline"><a onclick="ga('send','event','MarketSec','select','MostReadStory');" data-track="MRS4" href="/markets/stocks/news/bourses-to-halt-offshore-trading-investors-face-tax-hit-forex-risks/articleshow/62871672.cms">Bourses to halt offshore trading: Foreign investors face tax hit, forex risks</a></li><li class="stryline"><a onclick="ga('send','event','MarketSec','select','MostReadStory');" data-track="MRS5" href="/markets/stocks/news/up-to-45-times-return-this-kolkata-it-guy-knows-multibaggers-better-than-coding/articleshow/62831441.cms">Up to 45 times return! This Kolkata IT guy knows multibaggers better than coding</a></li></ul><p class="more"><a href="/mostviewed.cms" data-track="MRMOR">More &raquo;</a></p><!--/most_read.cms?days=3&msid=1977021501potime:1--></li><li></li><li></li></ul><div class="clr"></div></div></div><div data-oop="0" data-size="[[300,250],[300,600]]" data-adsSlot="/7176/Economictimes/ET_Budget2018/CEO_AS/ET_Budget_BTF_CEO_AS_300" data-loc="All" id="div-gpt-ad-5987376486442-2-60295339" class="adSelector3 adsbg300"></div><div><div class="adsbg300" data-oop="0" data-size="[300, 250]" data-adsSlot="ET_Markets/ET_Markets_Commodities_AS/ET_ROS_BTF_MKT_CMD_AS_300" id="div-gpt-ad-1386443008534-3-60295339" data-loc="All"></div></div><div data-widgetname="notToBeMissed" data-estimatedheight="320" class="clearfix sideWidgets notToBeMissed" data-url="/listing_widget.cms"></div></aside></div>
            
                
            
        <!--/article_view2.cms?msid=60295339&nextstry=0potime:1851--></div><div style="width:160px; height:600px;position: absolute;top: 350px;left: -160px;" data-oop="1" data-size="[160, 600]" data-adsSlot="ET_ROS_Sticky_160" id="div-gpt-ad-1477391859570-0" data-loc="100"></div></div><section class="bottomBar"><aside class="companySearch flt"><h2 class="title4"><a href="/currentquote.cms">Get a Quote</a></h2><form action="#" method="post"><div class="flt"><input type="text" value="" placeholder="Type Company Name"></div><div class="flt"><button class="flr quotebutton">Get Quote</button></div><div class="clr"></div></form></aside><aside class="browseCompanies flt"><h2 class="title4">Browse Companies</h2><a href="/currentquote.cms?ticker=a">A</a><a href="/currentquote.cms?ticker=b">B</a><a href="/currentquote.cms?ticker=c">C</a><a href="/currentquote.cms?ticker=d">D</a><a href="/currentquote.cms?ticker=e">E</a><a href="/currentquote.cms?ticker=f">F</a><a href="/currentquote.cms?ticker=g">G</a><a href="/currentquote.cms?ticker=h">H</a><a href="/currentquote.cms?ticker=i">I</a><a href="/currentquote.cms?ticker=j">J</a><a href="/currentquote.cms?ticker=k">K</a><a href="/currentquote.cms?ticker=l">L</a><a href="/currentquote.cms?ticker=m">M</a><a href="/currentquote.cms?ticker=n">N</a><a href="/currentquote.cms?ticker=o">O</a><a href="/currentquote.cms?ticker=p">P</a><a href="/currentquote.cms?ticker=q">Q</a><a href="/currentquote.cms?ticker=r">R</a><a href="/currentquote.cms?ticker=s">S</a><a href="/currentquote.cms?ticker=t">T</a><a href="/currentquote.cms?ticker=u">U</a><a href="/currentquote.cms?ticker=v">V</a><a href="/currentquote.cms?ticker=w">W</a><a href="/currentquote.cms?ticker=x">X</a><a href="/currentquote.cms?ticker=y">Y</a><a href="/currentquote.cms?ticker=z">Z</a><span>|</span><a href="/currentquote.cms?ticker=1">1</a><a href="/currentquote.cms?ticker=2">2</a><a href="/currentquote.cms?ticker=3">3</a><a href="/currentquote.cms?ticker=4">4</a><a href="/currentquote.cms?ticker=5">5</a><a href="/currentquote.cms?ticker=6">6</a><a href="/currentquote.cms?ticker=7">7</a><a href="/currentquote.cms?ticker=8">8</a><a href="/currentquote.cms?ticker=9">9</a><div class="clrwh"></div><h2 class="title4">Browse Mutual Funds</h2><a href="/mutual_funds_search/schemename-a,isschemestartwith-true.cms">A</a><a href="/mutual_funds_search/schemename-b,isschemestartwith-true.cms">B</a><a href="/mutual_funds_search/schemename-c,isschemestartwith-true.cms">C</a><a href="/mutual_funds_search/schemename-d,isschemestartwith-true.cms">D</a><a href="/mutual_funds_search/schemename-e,isschemestartwith-true.cms">E</a><a href="/mutual_funds_search/schemename-f,isschemestartwith-true.cms">F</a><a href="/mutual_funds_search/schemename-g,isschemestartwith-true.cms">G</a><a href="/mutual_funds_search/schemename-h,isschemestartwith-true.cms">H</a><a href="/mutual_funds_search/schemename-i,isschemestartwith-true.cms">I</a><a href="/mutual_funds_search/schemename-j,isschemestartwith-true.cms">J</a><a href="/mutual_funds_search/schemename-k,isschemestartwith-true.cms">K</a><a href="/mutual_funds_search/schemename-l,isschemestartwith-true.cms">L</a><a href="/mutual_funds_search/schemename-m,isschemestartwith-true.cms">M</a><a href="/mutual_funds_search/schemename-n,isschemestartwith-true.cms">N</a><a href="/mutual_funds_search/schemename-o,isschemestartwith-true.cms">O</a><a href="/mutual_funds_search/schemename-p,isschemestartwith-true.cms">P</a><a href="/mutual_funds_search/schemename-q,isschemestartwith-true.cms">Q</a><a href="/mutual_funds_search/schemename-r,isschemestartwith-true.cms">R</a><a href="/mutual_funds_search/schemename-s,isschemestartwith-true.cms">S</a><a href="/mutual_funds_search/schemename-t,isschemestartwith-true.cms">T</a><a href="/mutual_funds_search/schemename-u,isschemestartwith-true.cms">U</a><a href="/mutual_funds_search/schemename-v,isschemestartwith-true.cms">V</a><a href="/mutual_funds_search/schemename-w,isschemestartwith-true.cms">W</a><a href="/mutual_funds_search/schemename-x,isschemestartwith-true.cms">X</a><a href="/mutual_funds_search/schemename-y,isschemestartwith-true.cms">Y</a><a href="/mutual_funds_search/schemename-z,isschemestartwith-true.cms">Z</a></aside><div class="clr"></div></section><script>
		    var language = '';
	    </script><!--/bottom_bar.cms?language=potime:5--><section id="bottomAd"><div data-oop="0" data-size="[[1003, 90],[970,90],[728, 90]]" data-adsSlot="ET_Markets/ET_Markets_Commodities_AS/ET_ROS_BTF_MKT_CMD_AS_728" id="div-gpt-ad-1386443008534-4" data-loc="All"></div></section><footer id="footer"><div class="bottomContainer"><div class="flt"><a href="/" class="homeSprite" id="etMashHead" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_/');"></a><span class="homeSprite" id="etInternet">Powered by</span></div><div class="flr bottomDiv"><ul class="flt"><li><a href="/markets/markets/1977021501.cms" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_markets/markets/1977021501.cms');">Live Market</a></li><li><a href="/newshome.cms" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_newshome.cms');">News</a></li><li><a href="http://etportfolio.economictimes.indiatimes.com/DashBoard.htm" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://etportfolio.economictimes.indiatimes.com/DashBoard.htm');">Portfolio</a></li><li><a href="http://m.economictimes.com/" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://m.economictimes.com');">Mobile</a></li><li><a href="/et-now/videohome/4413218.cms" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_et-now/videohome/4413218.cms');">Live TV</a></li><li><a href="/listing?frm=HP_Wg" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_listing?frm=HP_Wg');">Biz Listings</a></li></ul><ul class="flt"><li><a href="/industry/articlelist/13352306.cms" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_industry/articlelist/13352306.cms');">Industry</a></li><li><a href="/subscription.cms" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_subscription.cms');" target="_blank">Newsletters</a></li><li><a href="/commodities.cms" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_commodities.cms');">Commodities</a></li><li><a href="http://speed.economictimes.indiatimes.com" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://speed.economictimes.indiatimes.com');" target="_blank">Speed</a></li><li><a href="http://blogs.economictimes.indiatimes.com" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://blogs.economictimes.indiatimes.com');">Blogs</a></li><li><a href="/rss.cms" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://economictimes.indiatimes.com/rss.cms');">RSS</a></li></ul><ul class="flt"><li><a target="_blank" href="http://www.timesinternet.in" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.timesinternet.in');">About Us</a></li><li><a target="_blank" href="https://www.ads.timesinternet.in/expresso/selfservice/loginSelfService.htm" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_https://www.ads.timesinternet.in/expresso/selfservice/loginSelfService.htm');">Create Your Own Ad</a></li><li><a target="_blank" href="http://advertise.indiatimes.com/" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://advertise.indiatimes.com');">Advertise with Us</a></li><li><a target="_blank" href="http://www.indiatimes.com/termsandcondition" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.indiatimes.com/termsandcondition');">Terms of Use &amp; Grievance Redressal</a></li><li><a target="_blank" href="http://www.indiatimes.com/privacypolicy" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.indiatimes.com/privacypolicy');">Privacy policy</a></li></ul></div><div class="clr"></div></div><div id="footorDiv"><div class="bottomContainer"><div class="flt follow"><span class="flt" id="textFootor">FOLLOW US</span><a title="Facebook" id="fbFooterIcon" class="flt footorSocialIcon homeSprite" target="_blank" href="https://www.facebook.com/EconomicTimes" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_https://www.facebook.com/EconomicTimes');"></a><a title="Twitter" class="flt footorSocialIcon homeSprite" id="twFooterIcon" target="_blank" href="https://twitter.com/economictimes" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_https://twitter.com/economictimes');"></a><a title="Google Plus" id="goFooterIcon" class="flt footorSocialIcon homeSprite" target="_blank" href="https://plus.google.com/+TheEconomicTimes/" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_https://plus.google.com/+TheEconomicTimes');"></a><a onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_https://rss.cms/+TheEconomicTimes')" title="RSS" id="rssFooterIcon" class="flt footorSocialIcon homeSprite" target="_blank" href="/rss.cms"></a></div><div class="flr"><div class="footerApps"><a target="_blank" href="http://itunes.apple.com/us/app/the-economic-times/id474766725?ls=1&amp;t=8apple.com/us" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://itunes.apple.com/us/app/the-economic-times/id474766725?ls=1&amp;t=8apple.com/us');"><span id="appFooterIcon" class="footorSocialIcon homeSprite"></span></a><a target="_blank" href="http://itunes.apple.com/us/app/the-economic-times/id474766725?ls=1&amp;mt=8" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://itunes.apple.com/us/app/the-economic-times/id474766725?ls=1&amp;mt=8');"><span class="playStoreText">Download it from <span class="storeName">APP STORE</span></span></a></div><div class="footerApps"><a target="_blank" href="https://market.android.com/details?id=com.et.reader.activities" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_https://market.android.com/details?id=com.et.reader.activities');"><span id="goappFooterIcon" class="footorSocialIcon homeSprite"></span></a><a target="_blank" href="https://market.android.com/details?id=com.et.reader.activities" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_https://market.android.com/details?id=com.et.reader.activities');"><span class="playStoreText">Download it from <span class="storeName">GOOGLE PLAY</span></span></a></div><div class="footerApps"><a target="_blank" href="http://www.windowsphone.com/en-US/apps/d73c2150-6acf-445b-b810-19a004b5d3e8" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.windowsphone.com/en-US/apps/d73c2150-6acf-445b-b810-19a004b5d3e8');"><span id="winappFooterIcon" class="footorSocialIcon homeSprite"></span></a><a target="_blank" href="http://www.windowsphone.com/en-US/apps/d73c2150-6acf-445b-b810-19a004b5d3e8" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.windowsphone.com/en-US/apps/d73c2150-6acf-445b-b810-19a004b5d3e8');"><span class="playStoreText">Download it from <span class="storeName">Windows Store</span></span></a></div></div><div class="clr"></div></div></div><div id="footorBottom"><div class="bottomContainer"><div class="flt bottomDiv bottomText">Other Times Group news sites<br><a target="_blank" href="http://hindi.economictimes.indiatimes.com/" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://hindi.economictimes.indiatimes.com');">इकनॉमिक टाइम्स</a>| <a target="_blank" href="http://gujarati.economictimes.indiatimes.com/" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://gujarati.economictimes.indiatimes.com');">ઈકોનોમિક ટાઈમ્સ</a> | <a rel="nofollow" target="_blank" href="http://www.punemirror.in/" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.punemirror.in');">Pune Mirror</a> | <a rel="nofollow" target="_blank" href="http://www.bangaloremirror.com/" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.bangaloremirror.com');">Bangalore Mirror</a> | <a rel="nofollow" target="_blank" href="http://www.ahmedabadmirror.com/" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.ahmedabadmirror.com');">Ahmedabad Mirror</a> | <a rel="nofollow" target="_blank" href="http://www.itsmyascent.com/" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.itsmyascent.com');">ItsMyAscent</a> | <a rel="nofollow" target="_blank" href="http://www.educationtimes.com/" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.educationtimes.com');">Education Times</a> | <a rel="nofollow" target="_blank" href="http://brandcapital.co.in/" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://brandcapital.co.in');">Brand Capital</a> | <a rel="nofollow" target="_blank" href="http://www.mumbaimirror.com/" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.mumbaimirror.com');">Mumbai Mirror</a> | <a rel="nofollow" target="_blank" href="http://www.timesnow.tv/" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.timesnow.tv');">Times Now</a> | <a rel="nofollow" target="_blank" href="http://www.indiatimes.com/" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.indiatimes.com');">Indiatimes</a> | <a rel="nofollow" href="http://navbharattimes.indiatimes.com/" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://navbharattimes.indiatimes.com');">नवभारत टाइम्स</a> | <a rel="nofollow" href="http://maharashtratimes.indiatimes.com/" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://maharashtratimes.indiatimes.com');">महाराष्ट्र टाइम्स</a> | <a rel="nofollow" href="http://vijaykarnataka.indiatimes.com/" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://vijaykarnataka.indiatimes.com');">ವಿಜಯ ಕರ್ನಾಟಕ</a> | <a rel="nofollow" href="http://gogreenindia.co.in" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://gogreenindia.co.in');">Go Green</a> | <a target="_blank" rel="nofollow" href="http://www.adageindia.in/" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.adageindia.in/');">AdAge India</a> | <a rel="nofollow" target="_blank" href="http://eisamay.indiatimes.com/" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://eisamay.indiatimes.com');">Eisamay</a> | <a rel="nofollow" href="http://in.ign.com/" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://in.ign.com');">IGN India</a> | <a rel="nofollow" href="http://navgujaratsamay.indiatimes.com/" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://navgujaratsamay.indiatimes.com');">NavGujarat Samay</a> | <a target="_blank" href="http://timesofindia.indiatimes.com/" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://timesofindia.indiatimes.com/');">Times of India</a> | <a target="_blank" href="http://tamil.samayam.com/" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://tamil.samayam.com/');">Samayam Tamil</a> | <a target="_blank" href="http://telugu.samayam.com/" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://telugu.samayam.com/');">Samayam Telugu</a> | <a target="_blank" href="http://www.misskyra.com/" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.misskyra.com/');">Miss Kyra</a> | <a target="_blank" href="http://www.bombaytimes.com/" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.bombaytimes.com/');">Bombay Times</a> | <a target="_blank" href="https://www.filmipop.com/" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_https://www.filmipop.com/');">Filmipop</a> | <a target="_blank" href="http://www.brainbaazi.com/" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.brainbaazi.com/');">BrainBaazi</a> | <a target="_blank" href="https://play.google.com/store/apps/details?id=com.brainbaazi&amp;referrer=af_tranid%3D4nfW-MdJtgwHn2QlvuyueQ%26pid%3DWebsite%26c%3DTop_CTA" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_https://play.google.com/store/apps/details?id=com.brainbaazi&amp;referrer=af_tranid%3D4nfW-MdJtgwHn2QlvuyueQ%26pid%3DWebsite%26c%3DTop_CTA');">BrainBaazi APP</a><br><br>Living and Entertainment<br><a rel="nofollow" target="_blank" href="http://timescity.com" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://timescity.com');">Timescity</a>| <a rel="nofollow" href="http://idiva.com/" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://idiva.com');">iDiva</a> | <a rel="nofollow" href="http://timesofindia.indiatimes.com/entertainment" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://timesofindia.indiatimes.com/entertainment');">Entertainment</a> | <a rel="nofollow" href="http://www.zoomtv.in/" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','http://www.zoomtv.in');">Zoom</a> | <a rel="nofollow" href="http://healthmeup.com/" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://healthmeup.com');">Healthmeup</a> | <a rel="nofollow" href="http://luxpresso.com/" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://luxpresso.com');">Luxpresso</a> | <a rel="nofollow" href="http://www.gadgetreview.com/" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.gadgetreview.com');">Gadget Reviews</a> | <a rel="nofollow" href="http://www.hdfcbank.timescard.com/" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.hdfcbank.timescard.com/');">Titanium &amp; Platinum Credit Card</a> | <a rel="nofollow" href="http://gaana.com/newrelease/" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://gaana.com/newrelease');">Online Songs</a> | <a rel="nofollow" href="http://mensxp.com" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://mensxp.com');">MensXP</a> | <a rel="nofollow" href="http://www.happytrips.com/hotels" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.happytrips.com/hotels');">Hotels</a> | <a rel="nofollow" href="http://www.happytrips.com/guides" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.happytrips.com/guides');">Travel Destinations</a> | <a rel="nofollow" href="http://cricbuzz.com" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://cricbuzz.com');">Cricbuzz</a> | <a target="_blank" href="http://recipes.timesofindia.com/" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://recipes.timesofindia.com/');">Recipes</a> | <a target="_blank" href="http://gaana.com/newrelease/" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://gaana.com/newrelease/');">Gaana</a> | <a target="_blank" href="http://www.happytrips.com/guides" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.happytrips.com/guides');">Happytrips</a> | <a target="_blank" href="https://www.getsmartapp.com/" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_https://www.getsmartapp.com/');">Getsmartapp</a><br><br>Interest Network<br><a rel="nofollow" href="http://www.itimes.com" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.itimes.com');">itimes</a></div><div class="flr bottomDiv bottomText">Hot on the Web<br><a target="_blank" href="/news/economy/policy/key-highlights-from-budget-2018-ease-of-living-is-new-catch-phrase/articleshow/62735935.cms">Budget Highlights</a> | <a target="_blank" href="/wealth/tax-saving-investments-fy17-18">Tax Saving Investments</a> | <a target="_blank" href="/wealth/tax/latest-income-tax-slabs/articleshow/62751981.cms">Income Tax Slabs</a> | <a target="_blank" href="/wealth/personal-finance-news/aadhaar-everything-you-need-to-know-about-it/articleshow/60173210.cms">Aadhaar Card</a> | <a target="_blank" href="/wealth/tax/looking-to-save-tax-for-fy-2017-18-here-are-6-investments-with-tax-free-income/articleshow/58280728.cms">How to Save Income Tax</a> | <a target="_blank" href="/wealth/ifsccode/bank-axis-bank.cms">Axis Bank IFSC Code</a> | <a target="_blank" href="/topic/Income-Tax">Income Tax</a> | <a target="_blank" href="/sensex-nifty-live-today-2018-02-12/liveblog/62879288.cms">Sensex Today</a> | <a target="_blank" href="/budget2018">Budget</a> | <a target="_blank" href="/indices/sensex_30_companies">Sensex</a> | <a target="_blank" href="/personal-finance/calculators/tax-impact-calculator">Income Tax Calculator</a> | <a target="_blank" href="/wealth/personal-finance-news/aadhaar-everything-you-need-to-know-about-it/articleshow/60173210.cms">Aadhaar</a><br><br>Services<br><a href="http://www.ads2book.com/" target="_blank" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.ads2book.com');">Book print ads</a>| <a href="http://shopping.indiatimes.com/" target="_blank" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://shopping.indiatimes.com');">Online shopping</a> | <a href="http://www.simplymarry.com/" target="_blank" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.simplymarry.comm');">Matrimonial</a> | <a href="http://www.astrospeak.com" target="_blank" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.astrospeak.com');">Astrology</a> | <a href="http://www.timesjobs.com/" target="_blank" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.timesjobs.com');">Jobs</a> | <a href="http://www.techgig.com" target="_blank" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.techgig.com');">Tech Community</a> | <a href="http://www.magicbricks.com/" target="_blank" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.magicbricks.com');">Property</a> | <a href="http://www.zigwheels.com/" target="_blank" rel="follow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.zigwheels.com');">Buy car</a> | <a href="http://www.zigwheels.com/bikes" target="_blank" rel="follow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.zigwheels.com/bikes');">Bikes in India</a> | <a href="http://www.yolist.com" target="_blank" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.yolist.com');">Free Classifieds</a> | <a href="http://timesofindia.indiatimes.com/business/india-business/Send-Money-to-India-the-safe-convenient-inexpensive-way/articleshow/11079712.cms" target="_blank" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://timesofindia.indiatimes.com/business/india-business/Send-Money-to-India-the-safe-convenient-inexpensive-way/articleshow/11079712.cms');">Send money to India</a> | <a href="http://www.zigwheels.com/used-car" rel="follow" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.zigwheels.com/used-car');">Used Cars</a> | <a href="http://timescity.com/delhi/restaurants" target="_blank" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://timescity.com/delhi/restaurants');">Restaurants in Delhi</a> | <a href="http://www.timesofmoney.com/remittance/jsp/home.jsp" target="_blank" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.timesofmoney.com/remittance/jsp/home.jsp');">Remit to India</a> | <a href="http://www.gadgetsnow.com/mobile-phones" target="_blank" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.gadgetsnow.com/mobile-phones');">Buy Mobiles</a> | <a href="http://gaana.com" target="_blank" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.gaana.com');">Listen Songs</a> | <a href="/newshome.cms" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_newshome.cms');">News</a> | <a href="http://www.timesmobile.in" target="_blank" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','http://www.timesmobile.in');">TimesMobile</a> | <a href="http://property.magicbricks.com/" target="_blank" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://property.magicbricks.com');">Real Estate Developers</a> | <a href="http://dineout.co.in/" target="_blank" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://dineout.co.in');">Restaurant Deals in Delhi</a> |  <a href="http://www.zigwheels.com/insurance/" target="_blank" rel="follow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.zigwheels.com/insurancen');">Car Insurance</a> | <a target="_blank" href="http://www.gadgetsnow.com/" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.gadgetsnow.com/');">Gadgets Now</a> | <a target="_blank" href="/listing?frm=HP_Wg" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://economictimes.indiatimes.com/listing?frm=HP_Wg');">Free Business Listings</a> | <a target="_blank" href="https://www.coupondunia.in/" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_https://www.coupondunia.in/');">CouponDunia</a> | <a target="_blank" href="https://www.remit2india.com/sendmoneytoindia/homepage.jsp" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_https://www.remit2india.com/sendmoneytoindia/homepage.jsp');">Remit2India</a> | <a target="_blank" href="http://www.in.techradar.com/" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.in.techradar.com/');">Techradar</a> | <a target="_blank" href="http://www.alivear.com/" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_http://www.alivear.com/');">AliveAR</a> | <a target="_blank" href="https://play.google.com/store/apps/details?id=com.getsmartapp" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_https://play.google.com/store/apps/details?id=com.getsmartapp');">Getsmartapp App</a> | <a target="_blank" href="https://play.google.com/store/apps/details?id=com.smartspends" rel="nofollow" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_https://play.google.com/store/apps/details?id=com.smartspends');">ETMoney Finance App</a> | <a href="/feedback.cms" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_economictimes.com/feedback');">Feedback</a> | <a href="https://www.zigwheels.com/" target="_blank" onclick="ga('send','event','NEWSCAT-FOOTER','click','Pos_1_economictimes.com/Auto');">Auto</a><a target="_blank" href="javascript:window.open('https://etapps.indiatimes.com/gcm_pushnotification_auto.cms','Subscribe','width=540,height=500,left=420,top=100');" class="gcmFL">Manage Notifications</a><br></div></div></div><div id="footerMessage"><div id="messageDiv"><div class="textMessage">In Case You Missed It</div><div class="footer-related-links"><ul><li class="clr homeSprite flt"><a target="_blank" onclick="ga('send','event','NEWSCAT-ICMLINK','click','Pos_1_https://economictimes.indiatimes.com/sun-pharmaceutical-industries-ltd/stocks/companyid-9134.cms');" href="/sun-pharmaceutical-industries-ltd/stocks/companyid-9134.cms">Sun Pharma Share Price</a></li><li class="homeSprite flr"><a target="_blank" onclick="ga('send','event','NEWSCAT-ICMLINK','click','Pos_2_https://economictimes.indiatimes.com/commoditysummary/symbol-CRUDEOIL.cms');" href="/commoditysummary/symbol-CRUDEOIL.cms">Crude Oil Price</a></li><li class="clr homeSprite flt"><a target="_blank" onclick="ga('send','event','NEWSCAT-ICMLINK','click','Pos_3_https://economictimes.indiatimes.com/tata-motors-ltd/stocks/companyid-12934.cms');" href="/tata-motors-ltd/stocks/companyid-12934.cms">Tata Motors Share Price</a></li><li class="homeSprite flr"><a target="_blank" onclick="ga('send','event','NEWSCAT-ICMLINK','click','Pos_4_https://economictimes.indiatimes.com/marketstats/pid-181,noofmonths-1,pageno-1.cms');" href="/marketstats/pid-181,noofmonths-1,pageno-1.cms">Upcoming IPO</a></li><li class="clr homeSprite flt"><a target="_blank" onclick="ga('send','event','NEWSCAT-ICMLINK','click','Pos_5_https://economictimes.indiatimes.com/icici-bank-ltd/stocks/companyid-9194.cms');" href="/icici-bank-ltd/stocks/companyid-9194.cms">ICICI Bank Share Price</a></li><li class="homeSprite flr"><a target="_blank" onclick="ga('send','event','NEWSCAT-ICMLINK','click','Pos_6_https://economictimes.indiatimes.com/budget2018');" href="/budget2018">Budget 2018</a></li><li class="clr homeSprite flt"><a target="_blank" onclick="ga('send','event','NEWSCAT-ICMLINK','click','Pos_7_https://economictimes.indiatimes.com/marketstats/pid-131,pageno-1,sortby-r1week,sortorder-desc,period-r1week,fundtypeid-1.cms');" href="/marketstats/pid-131,pageno-1,sortby-r1week,sortorder-desc,period-r1week,fundtypeid-1.cms">Best Mutual Funds to Buy</a></li><li class="homeSprite flr"><a target="_blank" onclick="ga('send','event','NEWSCAT-ICMLINK','click','Pos_8_https://economictimes.indiatimes.com/indices/sensex_30_companies');" href="/indices/sensex_30_companies">Sensex</a></li><li class="clr homeSprite flt"><a target="_blank" onclick="ga('send','event','NEWSCAT-ICMLINK','click','Pos_9_http://economictimes.indiatimes.com/markets/stocks/news/rbi-leaves-repo-rate-unchanged-at-6-cuts-gva-growth-estimate-to-6-7/articleshow/60937659.cms');" href="/markets/stocks/news/rbi-leaves-repo-rate-unchanged-at-6-cuts-gva-growth-estimate-to-6-7/articleshow/60937659.cms">Repo Rate</a></li><li class="homeSprite flr"><a target="_blank" onclick="ga('send','event','NEWSCAT-ICMLINK','click','Pos_10_http://economictimes.indiatimes.com/marketstats/pid-40,exchange-nse,sortby-value,sortorder-desc.cms');" href="/marketstats/pid-40,exchange-nse,sortby-value,sortorder-desc.cms">NSE</a></li><li class="clr homeSprite flt"><a target="_blank" onclick="ga('send','event','NEWSCAT-ICMLINK','click','Pos_11_http://economictimes.indiatimes.com/marketstats/pid-41,exchange-nse,sortby-value,sortorder-desc.cms');" href="/marketstats/pid-41,exchange-nse,sortby-value,sortorder-desc.cms">BSE</a></li><li class="homeSprite flr"><a target="_blank" onclick="ga('send','event','NEWSCAT-ICMLINK','click','Pos_12_https://economictimes.indiatimes.com/definition/stock-market');" href="/definition/stock-market">Stock Market</a></li></ul></div><div class="clr"></div></div></div><div class="copyrightText"><p>Copyright &copy; 2018 Bennett, Coleman &amp; Co. Ltd. All rights reserved. For reprint rights: <a href="http://timescontent.com/" target="_blank" rel="nofollow">Times Syndication Service</a></p></div></footer><!--/etfooter_new.cms?rssid=50991765potime:2--><div class="articlelist_container"><div class="article_nav_wrapper"><div class="article_nav prev" data-type="prev" style="display: none;"></div><div class="article_nav next" data-type="next" style="display: block;"></div></div><ul class="articles"><li class="active" data-msid="60295339"><a href="/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/articleshow/60295339.cms" title="Crude oil market likely to turn choppy on Hurricane Harvey"><div><span class="num">1</span></div><div>Crude oil market likely to turn choppy on Hurricane Harvey</div></a></li><li xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:g="http://base.google.com/ns/1.0" class="disable" data-msid="62899754"><a href="/markets/commodities/views/how-will-rising-bond-yields-affect-gold-as-an-asset-class/articleshow/62899754.cms" title="How will rising bond yields affect gold as an asset class?"><div><span class="num"></span></div><div>How will rising bond yields affect gold as an asset class?</div></a></li><li class="disable" data-msid="62871831"><a href="/markets/commodities/views/view-opecs-oil-nightmare-is-already-coming-true/articleshow/62871831.cms" title="View: Opec's oil nightmare is already coming true"><div><span class="num"></span></div><div>View: Opec's oil nightmare is already coming true</div></a></li><li class="disable" data-msid="62854909"><a href="/markets/commodities/views/gold-may-lose-some-shine-prices-to-fall-towards-1250-level-in-medium-term/articleshow/62854909.cms" title="Gold may lose some shine; prices to fall towards $1,250 level in medium term"><div><span class="num"></span></div><div>Gold may lose some shine; prices to fall towards $1,250 level in medium term</div></a></li><li class="disable" data-msid="62824068"><a href="/markets/commodities/views/crude-oil-susceptible-to-steep-price-correction/articleshow/62824068.cms" title="Crude oil susceptible to steep price correction"><div><span class="num"></span></div><div>Crude oil susceptible to steep price correction</div></a></li><li class="disable" data-msid="62724314"><a href="/markets/commodities/views/what-is-wrong-with-silver-this-is-the-question-everybody-is-asking/articleshow/62724314.cms" title="What is wrong with silver? This is the question everybody is asking"><div><span class="num"></span></div><div>What is wrong with silver? This is the question everybody is asking</div></a></li><li class="disable" data-msid="62712919"><a href="/markets/commodities/views/oil-rally-looks-overstretched-may-see-profit-taking/articleshow/62712919.cms" title="Oil rally looks overstretched; prices may fall a bit"><div><span class="num"></span></div><div>Oil rally looks overstretched; prices may fall a bit</div></a></li><li class="disable" data-msid="62623166"><a href="/markets/commodities/views/oil-has-run-up-too-far-too-fast-correction-ahead/articleshow/62623166.cms" title="Oil has run up too far, too fast; correction ahead?"><div><span class="num"></span></div><div>Oil has run up too far, too fast; correction ahead?</div></a></li><li class="disable" data-msid="62604127"><a href="/markets/commodities/views/gold-not-done-and-dusted-best-days-are-still-to-come/articleshow/62604127.cms" title="Gold not done and dusted, best days are still to come"><div><span class="num"></span></div><div>Gold not done and dusted, best days are still to come</div></a></li><li class="disable" data-msid="62522605"><a href="/markets/commodities/views/after-a-forgetful-2015-2016-stars-align-for-nickel/articleshow/62522605.cms" title="After forgetful 2015, 2016, stars align for nickel"><div><span class="num"></span></div><div>After forgetful 2015, 2016, stars align for nickel</div></a></li><li class="disable" data-msid="62511257"><a href="/markets/commodities/views/a-short-term-correction-in-oil-prices-may-be-on-cards/articleshow/62511257.cms" title="A short-term correction in oil prices may be on cards"><div><span class="num"></span></div><div>A short-term correction in oil prices may be on cards</div></a></li><!--/articleshowsp_list_bottom.cms?msid=50991765potime:2--></ul></div><div id="scrollTop"><span class="white"></span><span class="black"></span></div></section><div class="popup hidden" id="shareEmail"><h3 class="ttile4">Mail This Article</h3><div style="margin:0 auto; width:440px"><iframe width="440" height="400" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe></div></div><div class="popup hidden" id="saveArt"><div style="text-align:center" class="hidden"><h3 style="margin-bottom:15px" class="title4">My Saved Articles</h3><button onclick="sso.login()" class="btn1">Sign in</button><button onclick="sso.signup()" class="btn1">Sign up</button></div><div style="margin:0 auto; width:440px"><iframe width="440" height="100" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe></div></div><div id="reportAbuseDiv" class="hidden"><form id="abuseForm" method="post" name="abuseForm"><input value="fdc9c803-1c41-4b9f-9774-ffb531e06db4" id="_commentId" name="_commentId" type="hidden"><input value="reco4fdc9c803-1c41-4b9f-9774-ffb531e06db4" id="cookieValue" name="cookieValue" type="hidden"><div class="formElms"><p class="head">Find this comment offensive?</p><div class="container_offensive"><p class="des">Choose your reason below and click on the Report button. This will alert our moderators to take action</p><label for="ofusername"><b>Name</b></label><input maxlength="100" size="45" id="ofusername" name="ofusername" type="text"><p class="headGrey">Reason for reporting:</p><input id="ofreason" name="ofreason" type="hidden"><label class="flt"><input value="Foul language" name="ofreasonradio" type="radio"><span>Foul language</span></label><label><input value="Slanderous" name="ofreasonradio" type="radio"><span>Slanderous</span></label><label><input value="Inciting hatred against a certain community" name="ofreasonradio" type="radio"><span>Inciting hatred against a certain community</span></label><label><input value="Others" name="ofreasonradio" type="radio"><span>Others</span></label><div class="clr"></div><textarea class="hidden" value="" name="offensiveother"></textarea><input value="Report this!" onclick="SubmitAbuse('abuseForm');" type="button"><input class="closeBtn" value="Close" type="button"></div><input id="ofcommenteroid" name="ofcommenteroid" type="hidden"><input value="153" id="ofcommenthostid" name="ofcommenthostid" type="hidden"><input value="2147477890" id="ofcommentchannelid" name="ofcommentchannelid" type="hidden"><input id="ofuseremail" name="ofuseremail" type="hidden"><input id="ofcommentid" name="ofcommentid" type="hidden"><div class="msg"><p>Your Reason has been Reported to the admin.</p><input class="closeBtn" value="Close" type="button"></div></div></form></div><div id="slidebadgearea"></div><form action="https://socialappsintegrator.indiatimes.com/socialsite/facebookpost" method="post" target="iFbPost" name="fbPost" id="fbPost"><input value="et" name="channel" type="hidden"><input value="economictimes.indiatimes.com" name="caption" type="hidden"><input value="https://economictimes.indiatimes.com/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/articleshow/60295339.cms" name="source" type="hidden"><input name="name" type="hidden" value="Crude oil market likely to turn choppy on Hurricane Harvey - The Economic Times"><input name="description" type="hidden" value="Trading this week may be choppy as markets assess the impact of the Hurricane Harvey on US energy infrastructure."><input name="picture" type="hidden" value="https://img.etimg.com/thumb/msid-60295353,width-672,resizemode-4,imgsize-49553/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/crude-oil.jpg"><input id="fbpostLink" name="link" type="hidden" value="https://economictimes.indiatimes.com/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/articleshow/60295339.cms"><input value="" id="fbpostMessage" name="message" type="hidden"></form><form action="https://socialappsintegrator.indiatimes.com/socialsite/twitterpost" target="iTwPost" method="post" name="twPost" id="twPost"><input type="hidden" name="channel" value="et"><input type="hidden" id="twpostMessage" name="message" value=""><input type="hidden" id="twpostLink" name="link" value="https://economictimes.indiatimes.com/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/articleshow/60295339.cms"></form><iframe id="iFbPost" name="iFbPost" class="hidden"></iframe><iframe id="iTwPost" name="iTwPost" class="hidden"></iframe><!--[if lte IE 8]><script src="https://js.etimg.com/js_jquery/v-7.cms" type="text/javascript"></script><![endif]--><!--[if gte IE 9]><script src="https://js.etimg.com/js_jquery32/v-1,minify-1.cms" type="text/javascript"></script><![endif]--><![if !IE]><script src="https://js.etimg.com/js_jquery32/v-1,minify-1.cms" type="text/javascript"></script><![endif]><script src="https://js.etimg.com/js_common/v-561,minify-1.cms" type="text/javascript"></script><script>
		    var catids = '2147477890,1977021501,1808152121,50991765';
			var _pg_startpt = (new Date()).getTime();
			function trim(str){return str.replace(/^\s\s*/, '').replace(/\s\s*$/, '');}
			var _iBeat_articleid="60295339";
			var _iBeat_tag='crude oil,harshal barot,hurricane harvey,Stocks,OECD,opec,markets';
			var _iBeat_url = 'https://economictimes.indiatimes.com/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/articleshow/60295339.cms';
			//_iBeat_url=escape(_iBeat_url);
			var _iBeat_type="1";
			var _iBeat_action="1";
			var _iBeat_cat=trim("Markets");
			var _iBeat_subcat=trim("Commodities");
			var _iBeat_articledt='Aug 30, 2017, 08.16 PM IST';
			var _iBeat_author='';
			var _iBeat_channel='ET CONTRIBUTORS';
			var _page_config = {
				host: 'economictimes.indiatimes.com', 
				key: 'f66e70a45a565c9c76a526c5e9e99df',
				domain: 'economictimes.indiatimes.com',
				channel:  _iBeat_channel,
				action : _iBeat_action,
				articleId: _iBeat_articleid,
				contentType: 1,
				location : 1,
				cat : _iBeat_cat,
				subcat: _iBeat_subcat,
				contenttag: _iBeat_tag,
				catIds: catids,
				author: _iBeat_author,
				articledt: _iBeat_articledt,
				url: _iBeat_url,
				iBeatField:'undefined',
            };
			(function(){
				function pingIbeat() {
				window._pg_endpt=(new Date()).getTime();
				var e = document.createElement('script');
				e.setAttribute('language', 'javascript');
				e.setAttribute('type', 'text/javascript');
				e.setAttribute('src', "https://js.etimg.com/js_ibeat.cms");
				document.body.appendChild(e);
				}
				var oldonload = window.onload;
				window.onload = (typeof window.onload != 'function') ?
				pingIbeat : function() { oldonload(); pingIbeat(); };
			})();
		</script><script>//ga('set', 'dimension4', 'ET CONTRIBUTORS');
					    var page = {
							msid : 60295339,
							subsec1 : '1977021501',
							compId : '',
							cfmid : '',
							cfseopath : '',
							budgetCommentKeyword: '0'
						}

						var sharer = {
							title:"Crude oil market likely to turn choppy on Hurricane Harvey - The Economic Times",
							desc:"Trading this week may be choppy as markets assess the impact of the Hurricane Harvey on US energy infrastructure.",
							img:"https://img.etimg.com/thumb/msid-60295353,width-672,resizemode-4,imgsize-49553/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/crude-oil.jpg",
							url:"https://economictimes.indiatimes.com/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/articleshow/60295339.cms"
						}
						objSharer = typeof objSharer == 'undefined' ? {} : objSharer;
			    	    objSharer[60295339] = {
							title:"Crude oil market likely to turn choppy on Hurricane Harvey - The Economic Times",
							desc:"Trading this week may be choppy as markets assess the impact of the Hurricane Harvey on US energy infrastructure.",
							img:"https://img.etimg.com/thumb/msid-60295353,width-672,resizemode-4,imgsize-49553/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/crude-oil.jpg",
							url:"https://economictimes.indiatimes.com/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/articleshow/60295339.cms"
						}
						var isMarket = 0;
						var lp_read_act = "read_mkt";
							isMarket = 1;var articleDate = "Aug 30, 2017, 08.16 PM IST",
						dt1 = articleDate.split(','),
						dt2 = dt1[0],
						dt3 = dt2.split(' '),
						dt4 = dt3[1]+ " " + dt3[0],
						dt5 = dt4 + "," + dt1[1] + "," + dt1[2];
    					$('article').eq(0).addClass("bindDone");
						</script><script>var checkDate = '';</script><script type="application/ld+json">{
					  "@context": "http://schema.org",
					  "@type": "NewsArticle",
					  "mainEntityOfPage":"https://economictimes.indiatimes.com/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/articleshow/60295339.cms",
					  /*"mainEntityOfPage":{
					    "@type":"WebPage",
					    "@id":"https://economictimes.indiatimes.com/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/articleshow/60295339.cms"
					  },*/
					  "headline": "Crude oil market likely to turn choppy on Hurricane Harvey",
					  "image": {
					    "@type": "ImageObject",
					    "url": "https://img.etimg.com/thumb/msid-60295353,width-672,resizemode-4,imgsize-49553/markets/commodities/views/crude-oil-market-likely-to-turn-choppy-on-hurricane-harvey/crude-oil.jpg",
					    "height": 800,
					    "width": 800
					  },
					  "datePublished": "2017-08-30T20:16:00.000Z",
					  "dateModified": "2017-08-30T20:19:00.000Z",
					  "author": {
					    "@type": "Organization",
					    "name": "ET CONTRIBUTORS"
					  },
					  "publisher": {
					  	"@type": "Organization",
					    "name": "Economic Times",
					    "logo": {
					      "@type": "ImageObject",
					      "url": "https://img.etimg.com/photo/17952959.cms",
					      "width": 286,
					      "height": 26
					    }
					  },
					  "description": "Trading this week may be choppy as markets assess the impact of the Hurricane Harvey on US energy infrastructure."
					  }</script><script type="text/javascript">var secname="Markets Commodities Views";
		var agename='ET CONTRIBUTORS';</script><script type="text/javascript">
			var _sf_async_config = _sf_async_config || {uid:10538,domain:"economictimes.indiatimes.com"};
			_sf_async_config.sections = secname;
			_sf_async_config.authors = agename;
			(function(){
			  function loadChartbeat() {
			  	//alert(chartbeat);
			    window._sf_endpt=(new Date()).getTime();
			    var e = document.createElement('script');
			    e.setAttribute('language', 'javascript');
			    e.setAttribute('type', 'text/javascript');
			    e.setAttribute('src',
			       (("https:" == document.location.protocol) ? "https://s3.amazonaws.com/" : "http://") + "static.chartbeat.com/js/chartbeat.js");
			    document.body.appendChild(e);
			  }
			  var oldonload = window.onload;
			  window.onload = (typeof window.onload != 'function') ?
			     loadChartbeat : function() { oldonload(); loadChartbeat(); };
			})();
			
			</script><div id="fb-root"></div><noscript><img class="hidden" alt="comscore" src="https://sb.scorecardresearch.com/p?c1=2&amp;c2=6036484&amp;cv=2.0&amp;cj=1"></noscript><script>var urlTtxt='60295339.cms?msid=60295339'	
					function invokeLogin(){
						try{						
						isLoggedSso = getCookievaluetwitt('MSCSAuth');
						if(Get_Ckie('autologin')!=null){
							Delete_Ckie("autologin","/",".indiatimes.com");
						}
						tpbar1();												
						setTimeout("twtFbSso()",1000);
						setTimeout("dolike()",2000);
						setTimeout(function(){populate_wf_new('/cmtofartfb/'+urlTtxt,'populatecomment','no','putMathQ(1);fillformdetail(1);putCmtCnt();getemid();')},5000);
						}
						catch(ex){							
						}					
					}
					</script><img src="https://img.etimg.com/photo/17981456.cms" alt="Logout" class="hidden" height="1" width="1" id="imgLogout"><div class="wid" id="slidebadgearea"></div><script src="https://js.etimg.com/js_socialdatacapture_min/v-77,minify-1.cms" type="text/javascript"></script><script type="text/javascript">var _mfq = _mfq || [];
    			    var mouseflowPath = '/articleshow';
                    (function() {
                       var mf = document.createElement("script"); mf.type = "text/javascript"; mf.async = "async";
                       mf.src = "//cdn.mouseflow.com/projects/81baae85-f91c-464e-ac38-15a987752b7a.js";
                       document.getElementsByTagName("head")[0].appendChild(mf);
                    })();</script><script type="text/javascript" src="//static.clmbtech.com/ase/2308/4/aa.js" async=""></script><div data-oop="1" data-size="" data-adsSlot="/7176/Economictimes/ET_Budget2018/CEO_AS/ET_Budget_OP_CEO_AS_INNOV2" data-loc="All" class="adcodeS adSelector5" id="div-gpt-ad-5987376486442-0-oop2"></div><div data-oop="1" data-size="" data-adsSlot="ET_Markets/ET_Markets_Commodities_AS/ET_ROS_OP_MKT_CMD_AS_Innov1" id="div-gpt-ad-1386443008534-0-oop1" data-loc="All"></div><script src="https://js.etimg.com/js_related_companies/v-25,minify-1.cms" type="text/javascript"></script><script src="https://js.etimg.com/js_articleshownew/v-217,minify-1.cms" type="text/javascript"></script><script>$('.articlelist_container ul li[data-msid=' + page.msid + ']').eq(1).remove();
    				    /* Premium Content */
    				    function hidePremiumContentBox(){
    			            if (typeof isContentPrintable!="undefined" && isContentPrintable == 1 && _tp_data.isLogged == true){
                                $('.article_block').removeClass('exclusive-print');
                            } else if (typeof isContentPrintable!="undefined" && isContentPrintable == 1 && _tp_data.isLogged == false){
                			     //ga('send', 'event', 'SignIn Content', 'Content View', 'Viewed', 1);
                            }
    				    }
    				    
    				    $(document).ready(function(){
    				        hidePremiumContentBox();
    				    });
                        /* Premium Content */
                    

					</script><div class="commentBoxContainer" style="display:none"><div class="flt articleTitle"></div><div onclick="commentBox.hide();" class="close_btn asSprite"></div><div id="defaultCommentForm"><form action="#" method="post" enctype="application/x-www-form-urlencoded" class="cmtForm" id="commentOnArticle0" name="commentOnArticle0"><img class="def_cmt_avatar flt" src="https://img.etimg.com/photo/47865640.cms"><textarea onkeyup="remainingChar(this,'atrcharcount0')" name="cmtMsg" class="flt cmt_txtarea" placeholder="Add your comment here"></textarea><div class="hidden nonLogged"><h4>To post this comment you must</h4><div class="loginBtns"><p class="flt">Log In/Connect with:</p><a onclick="window.open('https://jsso.indiatimes.com/sso/identity/login/socialLogin?channel=et&amp;oauthsiteid=facebook','jsso','width=600,height=600');" href="javascript:void(0)" class="flt shareSprite fbLogin"></a><a onclick="window.open('https://jsso.indiatimes.com/sso/identity/login/socialLogin?channel=et&amp;oauthsiteid=googleplus','jsso','width=600,height=600');" href="javascript:void(0)" class="flt shareSprite gpLogin"></a><a onclick="sso.login(); window.scroll(0,0); return false;" class="moreLoginOpt flt" href="#">Indiatimes Network</a><div class="clr"></div></div></div><div class="uInfo hidden"><div class="or nonLogged"><b>or</b></div><div class="cmt_info flt"><h3>Fill in your details:</h3><label class="nonLogged"><input name="fromname" maxlength="20" value="" placeholder="Name" type="text"><p>Will be displayed</p></label><label class="nonLogged"><input name="fromaddress" maxlength="40" value="" placeholder="Email" type="text"><p>Will not be displayed</p></label><label><input name="location" maxlength="20" value="" placeholder="Location" type="text"><p>Will be displayed</p></label><div class="clr"></div></div><div class="shareCmt flr"><div><h3 class="flt">Share this Comment:</h3><label><input name="chktwt" value="0" type="checkbox">Post to Twitter
											</label><div class="clr"></div></div><div class="flr"><input value="Post Comment" onclick="submitComment(this);logaction('5');" class="cmt_submit_btn" type="button"></div><div class="clr"></div><div class="clr"></div></div></div><input value="1" id="roaltdetails" name="roaltdetails" type="hidden"><input value="0" id="parentid" name="parentid" type="hidden"><input value="0" id="rootid" name="rootid" type="hidden"></form><div class="hidden cmtMsg"></div><h5 class="no_cmt_message"></h5></div><div id="populatecomment"><div class="cmtBox"></div></div></div><div class="add_to_portfolio hidden"></div><div id="comscore"></div><div id="feedbackForm"><div class="btn"><div class="close"></div></div><div class="loading_feedback"><p>Loading<br>Please wait...</p></div><div class="clr"></div></div></body></html>