<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Hurricane Harvey: Trump to visit Texas on Tuesday</title>
<meta id="description" name="description" content=""  itemprop="description"/>
<meta id="keywords" name="keywords" content="" itemprop="keywords"/> 
<meta id="news_keywords" name="news_keywords" content="" /> 
<link rel="amphtml" href="https://www.outlookindia.com/newsscroll/amp/hurricane-harvey-trump-to-visit-texas-on-tuesday/1133315"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0;">

<meta property="og:site_name" content="https://www.outlookindia.com/" />

<meta property="og:title" content="Hurricane Harvey: Trump to visit Texas on Tuesday" />
<meta property="og:description" content="" />
<meta property="og:type" content="article" />
<meta property="og:image" content="https://www.outlookindia.com/public/uploads/outlook-banner-img.gif" />

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@outlookindia" />
<meta name="twitter:url" content="https://www.outlookindia.com/newsscroll/hurricane-harvey-trump-to-visit-texas-on-tuesday/1133315"/>
<meta name="twitter:title" content="Hurricane Harvey: Trump to visit Texas on Tuesday" />
<meta name="twitter:description" content="" />
<meta name="twitter:image" content="https://www.outlookindia.com/public/uploads/outlook-banner-img.gif" />

<link href="/new/css/newsscroll/style2.css" type="text/css" rel="stylesheet">
<link href="/new/css/newsscroll/responsive.css" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>

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

<!-- SIDE BANNER -->
<!-- Javascript tag  -->
<!-- begin ZEDO for channel:  Skinning on Ol , publisher: Outlook , Ad Dimension: Skinning - 1 x 1 -->
<script language="JavaScript">
var zflag_nid="2601"; var zflag_cid="80"; var zflag_sid="1"; var zflag_width="1"; var zflag_height="1"; var zflag_sz="30"; 
</script>
<script language="JavaScript" src="https://saxp.zedo.com/jsc/sxp2/fo.js"></script>
<!-- end ZEDO for channel:  Skinning on Ol , publisher: Outlook , Ad Dimension: Skinning - 1 x 1 -->

<style>
.stry_dtl_rgt a {padding-right:10px;}
</style>

</head>
<body itemscope itemtype="http://schema.org/WebPage">
<header>
<!-- TOP BANNER -->
  <div class="ads_container">
	<!-- Javascript tag  -->
	<!-- begin ZEDO for channel:  Outlook_newsscroll_leaderboard , publisher: Outlook , Ad Dimension: LeaderBoard_970x90 - 970 x 90 -->
	<script language="JavaScript">
	var zflag_nid="2601"; var zflag_cid="175"; var zflag_sid="1"; var zflag_width="970"; var zflag_height="90"; var zflag_sz="27"; 
	</script>
	<script language="JavaScript" src="https://saxp.zedo.com/jsc/sxp2/fo.js"></script>
	<!-- end ZEDO for channel:  Outlook_newsscroll_leaderboard , publisher: Outlook , Ad Dimension: LeaderBoard_970x90 - 970 x 90 -->
  </div>
<!-- TOP BANNER -->

  <div class="logo_div"><a href="https://www.outlookindia.com"><img src="/new/images/newsscroll/logo.jpg"></a></div>
</header><!-- Begin comScore Tag -->
<script>var _comscore=_comscore||[];_comscore.push({c1:"2",c2:"22214668"});(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>
<noscript>
<img src="http://b.scorecardresearch.com/p?c1=2&c2=22214668&cv=2.0&cj=1" data-pagespeed-url-hash="1764106727"/>
</noscript>
<!-- End comScore Tag -->
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script type="text/javascript">
jQuery(document).ready(function() {	
	var track_load = 0; 
	var loading  = false;
	var left_height = jQuery('.excl_left').height();
	jQuery(window).scroll(function() {
		if((((jQuery(window).scrollTop()) + jQuery(window).height())) >= (jQuery(document).height()-100))
		{ 
			if(loading == false){ 
				loading = true; 
				var next_nextID = jQuery("#next_nextID").val();
				if(next_nextID>0){	
					jQuery.ajax({
					   type:"post",
					   url:"/newsscroll/load_next_story",
					   data:"article_id=" + next_nextID,					   
					   success:function(retrunData){  
						 	retrunData = retrunData.split("###@@@###");
							pathname = retrunData[2];
							jQuery("#more_story").append(retrunData[0]);
							jQuery("#next_nextID").val(retrunData[1]);
							ga('set', 'dimension1', retrunData[4]);
							ga('send', 'pageview', location.pathname);
							loading = false;
						}						
						
					});
				}	
			}	
		}
	});	
});

var curURL = '/newsscroll/hurricane-harvey-trump-to-visit-texas-on-tuesday/1133315';
jQuery(window).scroll(function() {
  jQuery( '.loaded_story' ).each(function() {
      if (isScrolledIntoView(jQuery(this))) {
		  url = jQuery(this).attr('data-articleurl');
		  title = jQuery(this).attr('data-articletitle');
		  storyId = jQuery(this).attr('data-articleid');
		  ChangeUrl(title, url);
		  
      }
  });
  
});

function isScrolledIntoView(elem)
{
	var jQueryelem = elem;
    var jQuerywindow = jQuery(window);
    var docViewTop = jQuerywindow.scrollTop();
    var docViewBottom = docViewTop + jQuerywindow.height();
    var elemTop = jQueryelem.offset().top;
	var elemBottom = elemTop + jQueryelem.height();
    return ((elemBottom <= docViewBottom) && (elemTop >= docViewTop));
}

function ChangeUrl(title, url) {
    if (typeof (history.pushState) != "undefined") {
		var obj = { Title: title, Url: url };
        history.pushState(obj, title, url);
	
	jQuery('html head').find('title').text(title);
    } else {
        alert("Browser does not support HTML5.");
    }
}
</script>

<div id="more_story">
	<div class="container">
		<input type="hidden" id="next_nextID" name="next_nextID" value="">
		<div class="loaded_story" data-articleurl="/newsscroll/hurricane-harvey-trump-to-visit-texas-on-tuesday/1133315"  data-articletitle="Hurricane Harvey: Trump to visit Texas on Tuesday"></div>
		
		<span class="main_slug">The News Scroll</span>
		<span class="slug">28 August 2017 &nbsp;<font style="text-transform:none;">Last Updated at</font> 4:54 am</span>
	  
	  <div class="main_storypage">
		<h2 itemprop="headline">Hurricane Harvey: Trump to visit Texas on Tuesday</h2>
		<h3></h3>
		
				
		<div class="stry_dtl_rgt">
			
			<script type="text/javascript">if(typeof wabtn4fg==="undefined"){wabtn4fg=1;h=document.head||document.getElementsByTagName("head")[0],s=document.createElement("script");s.type="text/javascript";s.src="https://www.outlookindia.com//jquery/whatsapp-button.js";h.appendChild(s);}</script>			
			<a class="social-links" onclick="javascript:window.open(this.href,'','menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.outlookindia.com%2Fnewsscroll%2Fhurricane-harvey-trump-to-visit-texas-on-tuesday%2F1133315"><img src="/images/facebook1.png"></a>			
			<a class="social-links" onclick="javascript:window.open(this.href,'','menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;" href="https://twitter.com/intent/tweet?original_referer=https%3A%2F%2Fwww.outlookindia.com%2Fnewsscroll%2Fhurricane-harvey-trump-to-visit-texas-on-tuesday%2F1133315&text=Hurricane+Harvey%3A+Trump+to+visit+Texas+on+Tuesday  https%3A%2F%2Fwww.outlookindia.com%2Fnewsscroll%2Fhurricane-harvey-trump-to-visit-texas-on-tuesday%2F1133315"><img src="/images/twitter_short.png"></a>
			<a class="social-links" onclick="javascript:window.open(this.href,'','menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;" href="https://pinterest.com/pin/create/button/?url=https%3A%2F%2Fwww.outlookindia.com%2Fnewsscroll%2Fhurricane-harvey-trump-to-visit-texas-on-tuesday%2F1133315&media=&description="><img src="/images/pinterest1.png"></a>
			<a class="social-links" onclick="javascript:window.open(this.href,'','menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;" href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fwww.outlookindia.com%2Fnewsscroll%2Fhurricane-harvey-trump-to-visit-texas-on-tuesday%2F1133315&title=Hurricane+Harvey%3A+Trump+to+visit+Texas+on+Tuesday&summary=&source=Outlook India"><img src="/images/linkedin.png"></a>
			<a class="social-links" onclick="javascript:window.open(this.href,'','menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;" href="https://plus.google.com/share?url=https%3A%2F%2Fwww.outlookindia.com%2Fnewsscroll%2Fhurricane-harvey-trump-to-visit-texas-on-tuesday%2F1133315"><img src="/images/google_plus1.png"></a>		</div>
		
		<meta itemprop="datePublished" content="August 28, 2017 04:54 IST" />
		
	   <div class="article_page" itemscope itemtype="http://schema.org/NewsArticle">
				
		<div class="article_description">

		<div style="display:none;">
			<span itemprop="author">Outlook</span>
			 <span itemprop="datePublished">August 28, 2017 04:54 IST</span>
			<span itemprop="headline">Hurricane Harvey: Trump to visit Texas on Tuesday</span>
			<span itemprop="image" 	itemscope itemtype="https://schema.org/ImageObject">
				<img itemprop="image" src="https://www.outlookindia.com/public/uploads/outlook-banner-img.gif" />
				<meta itemprop="url" content="https://www.outlookindia.com/public/uploads/outlook-banner-img.gif">
				<meta itemprop="width" content="630">
				<meta itemprop="height" content="421">
			</span>
			<div itemprop="publisher" itemscope itemtype="https://schema.org/Organization">
				<span itemprop="logo" itemscope itemtype="http://schema.org/ImageObject">
					<img itemprop="url" src="https://www.outlookindia.com/new/images/logo.png" />
				</span>
				<span itemprop="name">outlookindia.com</span>
			</div>
			<span itemprop="dateModified">1970-01-01T05:30:00+0530</span> 
			<span itemprop="mainEntityOfPage" content="https://www.outlookindia.com/newsscroll/hurricane-harvey-trump-to-visit-texas-on-tuesday/1133315"></span>    
		</div>
		
			<!--<div class="stry_desc" style="display:none;"><p>By Seema Hakhu Kachru & Lalit K Jha</p><p>Washington, Aug 28  US President Donald Trump will visit storm-ravaged Texas on Tuesday, the White House says, even as the administration ramps up its response to the most powerful hurricane to hit America in 13 years.</p><p>Hurricane Harvey left a trail of destruction as it sept through Texas yesterday, pummelling the region with heavy rains and claiming at least 5 lives since making landfall on the US' Gulf Coast.</p><p>"We are coordinating logistics with state and local officials, and once details are finalised, we will let you know," press secretary Sarah Huckabee Sanders said.</p><p>"We continue to keep all of those affected in our thoughts and prayers," she added.</p><p>US President Trump took to Twitter Sunday to indicate he was monitoring Tropical Storm Harvey, which continues to wreak havoc on the Texas Gulf Coast after being downgraded from a hurricane.</p><p>The US president praised the "great coordination between all levels of government" and "great talent on the ground".</p><p>He also said he will visit Texas "as soon as that trip can be made without causing disruption" to the ongoing emergency response.</p><p>He continued to closely monitor the situation in Texas and held a video teleconference with top officials from Camp David, where he is spending the weekend.</p><p>Participants in the call included the Vice President Mike Pence and Chief of Staff John Kelly.</p><p>"President Trump continued to stress his expectation that all departments and agencies stay fully committed to supporting the Governors of Texas and Louisiana and his number one priority of saving lives," said a read out of the video conference.</p><p> "The President and Vice President continue to extend their thoughts and prayers to those affected and recognise the many volunteer and faith-based organisations dedicating time and efforts to helping fellow Americans," it said.</p><p>Trump has already declared major disaster in the state of Texas.</p><p>Meanwhile the National Weather Service called the flooding in Texas unprecedented as the State experienced a record breaking 50 inches of rain in parts of Texas.</p><p>"The breadth and intensity of this rainfall are beyond anything experienced before.</p><p>"Catastrophic flooding is now underway and expected to continue for days," the service said in a statement.</p><p>Later yesterday, Trump held a second Cabinet meeting on Hurricane Harvey to shore up response and recovery efforts, according to the White House.</p><p>The storm has hammered Texas since Friday, when it first made landfall as a Category 4 hurricane.</p><p>The federal government has 5,000 people on site in Texas and Louisiana, where the storm continues to bring torrential rains and flooding.</p><p>Trump, who spent Sunday morning praising the federal government's response to Harvey in a series of tweets, "continued to stress his expectation that all departments and agencies stay fully committed to supporting the Governors of Texas and Louisiana and his number one priority of saving lives," the statement reads.</p><p>Vice President Mike Pence in a tweet yesterday emphasised the White House statement that Trump's top priority is saving lives.</p><p>"@POTUS stressed all depts & agencies stay committed to supporting Govs of Texas & Louisiana & his number one priority of saving lives," Pence wrote on Twitter, including a readout of the teleconference the two held earlier.</p><p>The statement adds that Trump "reminded everyone that search and rescue efforts will transition to mass care, restoring power, providing life-sustaining necessities for the population that sheltered in place, and economic recovery.</p><p>He also urged those impacted by the storm to continue to heed the instructions of State and local officials.</p><p>Earlier Sunday, Texas Gov. Greg Abbott heaped praise on the federal government's response to Hurricane Harvey, and Trump convened administration leaders to discuss the recovery from the storm that battered the Texas coast over the weekend.</p><p>Their efforts came as it became clear that the situation was bad and could possibly get much worse.</p><p>Amid dire warnings, Abbott praised the response to the crisis.</p><p>The monster storm has claimed 10 lives so far.</p><p>The director of the Federal Emergency Management Agency said recovery efforts would take years. </p></div>-->
		
				<!-- BANNER SECTION -->
		<div class="banner_newsscroll">
			<!--Iframe Tag  -->
			<!-- begin ZEDO for channel:  Outlook_newsscroll_300X250_1 , publisher: Outlook , Ad Dimension: MRec Bottom - 300 x 250 -->
			<iframe  src="https://saxp.zedo.com/jsc/sxp2/ff2.html?n=2601;c=176;s=1;d=16;w=300;h=250" frameborder=0 marginheight=0 marginwidth=0 scrolling="no" allowTransparency="true" width=300 height=250></iframe>
			<!-- end ZEDO for channel:  Outlook_newsscroll_300X250_1 , publisher: Outlook , Ad Dimension: MRec Bottom - 300 x 250 -->
			
			<!--Iframe Tag  -->
			<!-- begin ZEDO for channel:  Outlook_newsscroll_300X250_2 , publisher: Outlook , Ad Dimension: MRec Bottom - 300 x 250 -->
			<iframe  src="https://saxp.zedo.com/jsc/sxp2/ff2.html?n=2601;c=177;s=1;d=16;w=300;h=250" frameborder=0 marginheight=0 marginwidth=0 scrolling="no" allowTransparency="true" width=300 height=250></iframe>
			<!-- end ZEDO for channel:  Outlook_newsscroll_300X250_2 , publisher: Outlook , Ad Dimension: MRec Bottom - 300 x 250 -->
		</div>
		<!-- BANNER SECTION -->
		
		<div itemprop="articleBody"><p>By Seema Hakhu Kachru & Lalit K Jha</p><p>Washington, Aug 28  US President Donald Trump will visit storm-ravaged Texas on Tuesday, the White House says, even as the administration ramps up its response to the most powerful hurricane to hit America in 13 years.</p><p>Hurricane Harvey left a trail of destruction as it sept through Texas yesterday, pummelling the region with heavy rains and claiming at least 5 lives since making landfall on the US' Gulf Coast.</p><p>"We are coordinating logistics with state and local officials, and once details are finalised, we will let you know," press secretary Sarah Huckabee Sanders said.</p><p>"We continue to keep all of those affected in our thoughts and prayers," she added.</p><p>US President Trump took to Twitter Sunday to indicate he was monitoring Tropical Storm Harvey, which continues to wreak havoc on the Texas Gulf Coast after being downgraded from a hurricane.</p><p>The US president praised the "great coordination between all levels of government" and "great talent on the ground".</p><p>He also said he will visit Texas "as soon as that trip can be made without causing disruption" to the ongoing emergency response.</p><p>He continued to closely monitor the situation in Texas and held a video teleconference with top officials from Camp David, where he is spending the weekend.</p><p>Participants in the call included the Vice President Mike Pence and Chief of Staff John Kelly.</p><p>"President Trump continued to stress his expectation that all departments and agencies stay fully committed to supporting the Governors of Texas and Louisiana and his number one priority of saving lives," said a read out of the video conference.</p><p> "The President and Vice President continue to extend their thoughts and prayers to those affected and recognise the many volunteer and faith-based organisations dedicating time and efforts to helping fellow Americans," it said.</p><p>Trump has already declared major disaster in the state of Texas.</p><p>Meanwhile the National Weather Service called the flooding in Texas unprecedented as the State experienced a record breaking 50 inches of rain in parts of Texas.</p><p>"The breadth and intensity of this rainfall are beyond anything experienced before.</p><p>"Catastrophic flooding is now underway and expected to continue for days," the service said in a statement.</p><p>Later yesterday, Trump held a second Cabinet meeting on Hurricane Harvey to shore up response and recovery efforts, according to the White House.</p><p>The storm has hammered Texas since Friday, when it first made landfall as a Category 4 hurricane.</p><p>The federal government has 5,000 people on site in Texas and Louisiana, where the storm continues to bring torrential rains and flooding.</p><p>Trump, who spent Sunday morning praising the federal government's response to Harvey in a series of tweets, "continued to stress his expectation that all departments and agencies stay fully committed to supporting the Governors of Texas and Louisiana and his number one priority of saving lives," the statement reads.</p><p>Vice President Mike Pence in a tweet yesterday emphasised the White House statement that Trump's top priority is saving lives.</p><p>"@POTUS stressed all depts & agencies stay committed to supporting Govs of Texas & Louisiana & his number one priority of saving lives," Pence wrote on Twitter, including a readout of the teleconference the two held earlier.</p><p>The statement adds that Trump "reminded everyone that search and rescue efforts will transition to mass care, restoring power, providing life-sustaining necessities for the population that sheltered in place, and economic recovery.</p><p>He also urged those impacted by the storm to continue to heed the instructions of State and local officials.</p><p>Earlier Sunday, Texas Gov. Greg Abbott heaped praise on the federal government's response to Hurricane Harvey, and Trump convened administration leaders to discuss the recovery from the storm that battered the Texas coast over the weekend.</p><p>Their efforts came as it became clear that the situation was bad and could possibly get much worse.</p><p>Amid dire warnings, Abbott praised the response to the crisis.</p><p>The monster storm has claimed 10 lives so far.</p><p>The director of the Federal Emergency Management Agency said recovery efforts would take years. </p>	   
	   		<div class="more_out">
			<!-- WEBSITE SECTION -->
		 <div class="morefrom_website"><span style="color:#f21a25;font-weight:600;font-size:15px;"><em>More from Website</em></span>
			<div class="box">
			   				  <div class="story1">
				  <div class="image_div">
					<a href="https://www.outlookindia.com/website/story/such-a-scam-could-not-be-done-without-high-level-protection-rahul-demands-pm-mod/308446">
						<img src="https://www.outlookindia.com/public/uploads/articles/2018/2/17/Rahul_P_C_(3)_630_630_80_80.jpg" alt="'Such A Scam Could Not Be Done Without High-Level Protection,' Rahul Demands PM Modi's Answer On PNB Scam">
					</a>
				  </div>
					<div class="content">
					  <h2><a href="https://www.outlookindia.com/website/story/such-a-scam-could-not-be-done-without-high-level-protection-rahul-demands-pm-mod/308446">'Such A Scam Could Not Be Done Without High-Level Protection,' Rahul Demands PM Modi's Answer On PNB Scam</a></h2>
					 <!-- <p>The Congress party has been cornering the Centre ever since the scam came to light while alleging that the fraud took place "under the nose of the NDA government."</p>-->
					</div>
				  </div>
			  				  <div class="story1">
				  <div class="image_div">
					<a href="https://www.outlookindia.com/website/story/indian-origin-man-faces-death-penalty-for-the-murder-of-fellow-worker-in-singapo/308445">
						<img src="https://www.outlookindia.com/public/uploads/articles/2018/2/17/Mau8_80_80.jpg" alt="Indian Origin Man Faces Death Penalty For The Murder Of Fellow Worker In Singapore">
					</a>
				  </div>
					<div class="content">
					  <h2><a href="https://www.outlookindia.com/website/story/indian-origin-man-faces-death-penalty-for-the-murder-of-fellow-worker-in-singapo/308445">Indian Origin Man Faces Death Penalty For The Murder Of Fellow Worker In Singapore</a></h2>
					 <!-- <p>Saravanan Arimuram, 31, is facing death penalty for the alleged murder of Sivakumar Perumal, 43, who suffered injuries to his face and chest on Thursday, and died later.</p>-->
					</div>
				  </div>
			  				  <div class="story1">
				  <div class="image_div">
					<a href="https://www.outlookindia.com/website/story/andhra-pradesh-cm-hits-out-at-bjp-over-recent-union-budget-says-state-didnt-get-/308444">
						<img src="https://www.outlookindia.com/public/uploads/articles/2018/2/17/Naidu1_80_80.jpg" alt="Andhra Pradesh CM Hits Out At BJP Over Recent Union Budget, Says State Didn't Get Justice">
					</a>
				  </div>
					<div class="content">
					  <h2><a href="https://www.outlookindia.com/website/story/andhra-pradesh-cm-hits-out-at-bjp-over-recent-union-budget-says-state-didnt-get-/308444">Andhra Pradesh CM Hits Out At BJP Over Recent Union Budget, Says State Didn't Get Justice</a></h2>
					 <!-- <p></p>-->
					</div>
				  </div>
			  			</div>
		  </div>
		  <!-- WEBSITE SECTION -->
		  
		   <!-- MAGAZINE SECTION -->
		 <div class="morefrom_website1"><span style="display:block;
		 color:#f21a25;font-weight:600;font-size:15px;"><em>More from Outlook</em></span>
			<div class="box">          
			  			  <div class="story1">
			  <div class="image_div">
				<a href="https://www.outlookindia.com/magazine/story/scoring-with-a-scoop/299836">
					<img src="https://www.outlookindia.com/public/uploads/gallery/20180216/Hockey_20180226_100_100.jpg" alt="Scoring With A Scoop">
				</a>
			  </div>
				<div class="content">
				  <h2><a href="https://www.outlookindia.com/magazine/story/scoring-with-a-scoop/299836">Scoring With A Scoop</a></h2>
				 <!-- <p>Hockey-mad Orissa, new jersey sponsor of the Indian teams, revels in a first</p>-->
				</div>
			  </div>
			  			  <div class="story1">
			  <div class="image_div">
				<a href="https://www.outlookindia.com/magazine/story/no-sermon-of-serenity-at-arch-of-terror/299835">
					<img src="https://www.outlookindia.com/public/uploads/gallery/20180216/Indianarmycamp_20180226_100_100.jpg" alt="No Sermon Of Serenity At Arch Of Terror">
				</a>
			  </div>
				<div class="content">
				  <h2><a href="https://www.outlookindia.com/magazine/story/no-sermon-of-serenity-at-arch-of-terror/299835">No Sermon Of Serenity At Arch Of Terror</a></h2>
				 <!-- <p>Fidayeen attacks are on the rise in J&K. Many feel the Centre can be less hard in its take on militancy.</p>-->
				</div>
			  </div>
			  			  <div class="story1">
			  <div class="image_div">
				<a href="https://www.outlookindia.com/magazine/story/we-dont-need-nudges-and-pushes/299834">
					<img src="https://www.outlookindia.com/public/uploads/gallery/20180216/Ahmed-Mohamed_20180226_100_100.jpg" alt="‘We Don’t Need Nudges And Pushes’">
				</a>
			  </div>
				<div class="content">
				  <h2><a href="https://www.outlookindia.com/magazine/story/we-dont-need-nudges-and-pushes/299834">‘We Don’t Need Nudges And Pushes’</a></h2>
				 <!-- <p>Ahmed Moh­amed, Maldives’ ambassador to India, talks about the crisis and the best possible way to defuse it</p>-->
				</div>
			  </div>
			  		 
			</div>
		  </div>
		  <!-- MAGAZINE SECTION -->
	
		</div>
	</div>	
		</div>		
		
				<!-- BANNER CODE -->
		<div style="margin-top:20px;float:left;">
			<!--Iframe Tag  -->
			<!-- begin ZEDO for channel:  Newsscoll_Inarticle_billboard_970X250 , publisher: Outlook , Ad Dimension: BillBoard_970x250 - 970 x 250 -->
			<iframe  src="https://saxp.zedo.com/jsc/sxp2/ff2.html?n=2601;c=142;s=1;d=28;w=970;h=250" frameborder=0 marginheight=0 marginwidth=0 scrolling="no" allowTransparency="true" width=970 height=250></iframe>
			<!-- end ZEDO for channel:  Newsscoll_Inarticle_billboard_970X250 , publisher: Outlook , Ad Dimension: BillBoard_970x250 - 970 x 250 -->
		</div>
		<!-- BANNER CODE -->
				
						  
				
		 <div style="clear:both;"></div>
		
		<div style="font-size:16px;margin:15px 0px;">
		<b>Disclaimer :-</b> This story has not been edited by Outlook staff and is auto-generated from news agency feeds. </div>

		 <div class="article-nextprv" style="margin-top:10px;"> 
		 <a href="https://www.outlookindia.com/newsscroll/?next" class="article-left" style="background-color:#eadc9d !important;">
		 <b>Next Story :</b> </a> 
		 </div>
		 
		  <div class="read_more_in">
			<div class="apptext">Download the Outlook &#8203;Magazines App. Six magazines, wherever you go! 
			<a href="https://play.google.com/store/apps/details?id=com.outlookgroup.outlookmags" target="_blank" style="color:#af0e25;">Play Store</a> and 
			<a href=" https://itunes.apple.com/us/app/outlook-magazines/id1072098929?mt=8" target="_blank" style="color:#af0e25;">App Store</a></div>
		  </div>
		</div>
	  </div>
	</div>
</div>



<script>

update_campaign_report('30','WOW_OLT',window.location.href);
openNewBackgroundTab();
function openNewBackgroundTab(){    
var curl = window.location.href;
window.location.href = 'http://www.outlookindia.com/outlooktraveller/wow/?utm_source=OLT_Header!';	
window.open(curl);	
}

function update_campaign_report(campaign_id,campaign_name,c_url) {
	
		jQuery.ajax({
		type: "POST",
		url: 'http://www.outlookindia.com/campaign_master/update_report.php',
		data: {campaign_id:campaign_id,campaign_name:campaign_name,c_url:c_url},
		success: function (data) {
					  if(data) {			
						
						
					   } 			  
			 	}
		});
	
}
</script>






</body>
</html>
