

 














<!DOCTYPE html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
    <head>
	<title>Sadly, Hurricane Harvey Claims Life of Jill Renick, the Director of Spa Services at the Omni Houston Hotel | Hotel Online</title>
<meta name='keywords' content='Jill Renick, Omni Houston Hotel, Hurricane Harvey' />
<meta name='description' content='Jill Renick, 48, was last heard from about 5:40 a.m. on Aug. 27, calling the front desk of the hotel for help while trapped in, what her family believes, was one of the building&#039;s elevators.' />
<link rel='canonical' href='http://www.hotel-online.com/press_releases/release/missing-omni-spa-managers-body-found-at-hotel-after-flood' />
<!-- generated by seo_lite --> 
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <title>  Hotel Online</title>
        <meta name="description" content="">
		<meta name="viewport" content="width=device-width, initial-scale=1">

		<meta property="og:description" content="Sadly, Hurricane Harvey Claims Life of Jill Renick, the Director of Spa Services at the Omni Houston Hotel">
		<meta property="og:title" content="Sadly, Hurricane Harvey Claims Life of Jill Renick, the Director of Spa Services at the Omni Houston Hotel">
		<meta property="og:image" content="http://www.hotel-online.com/images/logo.png">
		<meta property="og:url" content="http://www.hotel-online.com/press_releases/release/missing-omni-spa-managers-body-found-at-hotel-after-flood">
		<meta property="og:site_name" content="Hotel Online">
        <!-- DPF Start -->
		<script type="text/javascript">
		 var googletag = googletag || {};
		 googletag.cmd = googletag.cmd || [];
		 (function() {
		   var gads = document.createElement("script");
		   gads.async = true;
		   gads.type = "text/javascript";
		   var useSSL = "https:" == document.location.protocol;
		   gads.src = (useSSL ? "https:" : "http:") + "//www.googletagservices.com/tag/js/gpt.js";
		   var node =document.getElementsByTagName("script")[0];
		   node.parentNode.insertBefore(gads, node);
		  })();
		</script>
		<script type='text/javascript'>
		  googletag.cmd.push(function() {
            googletag.defineSlot('/103154116/site_takeover', [[300, 300], [640, 640]], 'div-gpt-ad-1490988337247-0').addService(googletag.pubads());
		    googletag.pubads().enableSingleRequest();
		    googletag.enableServices();
		  });
		</script>
        <!-- DPF End -->

		<!-- Latest bootstrap compiled and minified CSS -->
		<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
		<!-- Optional theme -->
		<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css">

        <link rel="stylesheet" type="text/css" media="all" href="http://www.hotel-online.com/css/main.css?1518507019" />
		<link rel="stylesheet" type="text/css" media="all" href="http://www.hotel-online.com/css/cart-style.css?1518507019" />
		<link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,900|Arvo:400,700' rel='stylesheet' type='text/css'>
		<!--[if IE 8]><link rel="stylesheet" type="text/css" media="all" href="http://www.hotel-online.com/css/ie8.css" /><![endif]-->
		<script src="//platform.linkedin.com/in.js" type="text/javascript"></script>
		<script src="http://www.hotel-online.com/js/vendor/modernizr-2.6.2.min.js"></script>
		<!--<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
		<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script>-->
					<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
			<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
			<!-- Latest compiled and minified JavaScript -->
			<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
				
		<script language="javascript" type="text/javascript">
		            var win=null;
		            function NewWindow(mypage,myname,w,h,scroll,pos){if(pos=="random"){LeftPosition=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
		            if(pos=="center"){LeftPosition=(screen.width)?(screen.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
		            else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20}
		            settings='width='+w+',height='+h+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes';
		            win=window.open(mypage,myname,settings);
		            return false;
		            }
		</script>
		<!-- BLANK -->
		<script>
		$(document).ready(function () {

			$(window).scroll(function () {
				if ($(this).scrollTop() > 100) {$('.scrollup').fadeIn();} else {$('.scrollup').fadeOut();}
			});

			$('.scrollup').click(function () {
				$("html, body").animate({
					scrollTop: 0
				}, 600);
				return false;
			});
			$("a").each(function() {
							var href = $(this).attr("href");
							var target = $(this).attr("target");
							var text = $(this).text();
							$(this).click(function(event) { // when someone clicks these links
								event.preventDefault(); // don't open the link yet
								if (href.indexOf("hotel-online")==-1) {
									ga('send', 'event', 'outbound', 'click', href, {'hitCallback':
										 function () {}});
								}
								var nofollow = $(this).attr("ad_nofollow");
								if (typeof nofollow != "undefined") {
									
								} else {
									setTimeout(function() { // now wait 0.5 seconds just in case
										window.open(href,(!target?"_self":target)); // ...and open the link as usual
									},500);
								}
							});
						});
		});
		</script>
    </head>
    <body>
			<!--[if lt IE 7]>
					<p class="chromeframe">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> or <a href="http://www.google.com/chromeframe/?redirect=true">activate Google Chrome Frame</a> to improve your experience.</p>
			<![endif]-->
			<!-- /103154116/site_takeover -->
			<style>
				.takeover {
				    background: rgba(255,255,255,0.9);
				    height: 100%;
				    left: 0;
				    position: fixed;
				    top: 0;
				    width: 100%;
				    z-index: 10000;
				    display: none;
				}
				.takeover > div {
				    margin-left: 50%;
				    left: -320px;
				    position: relative;
				    top: 20px;
				}
				.takeover > a {
				    position: relative;
				    top: 10px;
				    left: 50%;
				    background: rgba(255, 255, 255, 0);
				    margin-left: 320px;
				}
				@media only screen and (-webkit-min-device-pixel-ratio: 1.5 and max-width: 960px) {
                    .takeover > div {
                        margin-left: 50%;
                        left: -413px;
                        position: relative;
                        top: 60px;
                    }				
				}
				@media only screen and (max-width: 727px) {
	                .takeover > div {
	                    margin-left: 50%;
	                    left: -150px;
	                    position: relative;
	                    top: 60px;
	                }
	                .takeover > a {
	                    position: relative;
	                    top: 10px;
	                    left: 50%;
	                    background: rgba(255, 255, 255, 0);
	                    margin-left: 150px;
	                }
				}
			</style>
			<div id='div-gpt-ad-1464611293434-0' class="takeover">
			<a href="#">Close</a>
			<!-- /103154116/site_takeover -->
            <div id='div-gpt-ad-1490988337247-0'>
			</div>            
			<script>
                $(".takeover > a").click(function(){$(".takeover").hide().remove();});
                //Auto hide any ad after 7 seconds
                window.setTimeout(function(){$(".takeover").hide().remove();}, 12000);
            </script>
			</div>
            <script type='text/javascript'>
			if (true || document.cookie.indexOf("run-of-site-ad") >= 0) {
			} else {
			  // set a new cookie
			  expiry = new Date();
			  expiry.setTime(expiry.getTime()+(1*24*60*60*1000)); // 1 day
			  // Date()'s toGMTSting() method will format the date correctly for a cookie
			  document.cookie = "run-of-site-ad=yes; expires=" + expiry.toGMTString();
			  //Show the ad
              googletag.cmd.push(function() {googletag.display('div-gpt-ad-1490988337247-0');});
              $(".takeover").show();
			}
            </script>
			
			<header class="hidden-xs">
				<section id="takeover_block"></section>
				<section class="header-content">
					<section class="header-content-wrapper">
						<a href="http://www.hotel-online.com/" id="logo"></a>
						<section id="main-site-nav">
							<nav class="account-nav">
								<ul>
																			<li><a href="http://www.hotel-online.com/account/login">Sign In/Up</a></li>
										<li class="last"><a href="http://www.hotel-online.com/account/login">Submit Content</a></li>
																																			</ul>
							</nav>
							<section class="search">
								<p class="sponsored-by">Sponsored<br/>by</p>
								<div class="sponsoredBy ad"></div>
								<form action="http://www.hotel-online.com/finder/search-results/" method="post" class="search-form">
									<input
										type="text"
										name="keywords"
										id="search-box" 
										placeholder="Search" value=""/>
									<input type="submit"/>
								</form>
							
							</section>
							<nav class="site-nav">
								<ul>
									<li class="first"><a href="http://www.hotel-online.com/latest_news">News</a></li>
									<li><a href="http://www.hotel-online.com/events">Events</a></li>
									<li><a href="http://www.hotel-online.com/videos">Video</a></li>
									<li class="last"><a  href="http://www.hotel-online.com/industry_resources">Industry Resources</a></li>
								</ul>
							</nav>
							<nav class="social-nav">
								<ul>
									<li><a href="http://www.facebook.com/hotelonlinenews" id="fb" target="_blank">fb</a></li>
									<li><a href="https://twitter.com/HotelOnlineNews" id="twitter" target="_blank">twitter</a></li>
									<li><a href="http://www.linkedin.com/company/hotel-online" id="linked-in" target="_blank">linked-in</a></li>
									<li><a href="http://www.youtube.com/user/HUVideoChannel" id="youtube" target="_blank">youtube</a></li>
									<li><a href="/rss" id="rss" target="_blank">rss</a></li>
																				
								</ul>
							</nav>
						</section>
						<div class="clear-fix"></div>
						<section class="newsletter">
						    <div class="pull-right" style="margin:16px 0;clear:both">
                                
                                <a href="http://www.hotel-online.com/?ACT=27&amp;ad_id=82" target="_blank"><h4 style="font-size:14px">View The Current Newsletter</h4></a>                              
                                
                            </div>
                            <div style="display-table" class="pull-left">
	                            <div style="display:table-row">
									<nav style="margin: 10px 0">
										<ul>
											<li class="first "><a href="http://www.hotel-online.com/media-kit">Media Kit</a></li>
										
																						<li class="bold last"><a href="http://www.hotel-online.com/account/register">Subscribe</a></li>
																					</ul>
									</nav>
								</div>
							</div>
						</section>
					</section>
					<div class="premiumAd"></div>
				</section>
				<div class="clear-fix"></div>
			</header>
			<header class="hidden-sm hidden-md hidden-lg">
				<nav class="navbar navbar-default">
					<div class="container-fluid">
					  	<!-- Brand and toggle get grouped for better mobile display -->
						<div class="navbar-header">
							<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-main">
							  <span class="sr-only">Toggle navigation</span>
							  <span class="icon-bar"></span>
							  <span class="icon-bar"></span>
							  <span class="icon-bar"></span>
							</button>
							<nav class="social-nav">
								<ul>
								 
								
									<li><a href="https://twitter.com/HotelOnlineNews" id="twitter" target="_blank">twitter</a></li>
									<li><a href="http://www.linkedin.com/company/hotel-online" id="linked-in" target="_blank">linked-in</a></li>
								</ul>
							</nav>
							<a class="navbar-brand" href="http://www.hotel-online.com/"><img height="44" src="/images/logo.png"></a>
						</div>
						<div class="collapse navbar-collapse" id="navbar-collapse-main">
						<section id="mobile-site-nav">
							<div class="search">
								<form action="http://www.hotel-online.com/finder/search-results/" method="post" class="search-form">
									<input
										type="text"
										name="keywords"
										id="search-box" 
										placeholder="Search" value=""/>
									<input type="submit"/>
								</form>
								<p class="sponsored-by">Sponsored<br/>by</p>
								<div class="sponsoredBy ad"></div>
							</div>							
							<div class="mobile-nav-options">
								<ul class="nav navbar-nav">
																			<li><a href="http://www.hotel-online.com/account/login">Sign In/Up</a></li>
										<li class="last"><a href="http://www.hotel-online.com/account/login">Submit Content</a></li>
																																				<li class="first"><a href="http://www.hotel-online.com/latest_news">News</a></li>
									<li><a href="http://www.hotel-online.com/events">Events</a></li>
									<li><a href="http://www.hotel-online.com/videos">Video</a></li>
									<li><a  href="http://www.hotel-online.com/industry_resources">Industry Resources</a></li>
									<li ><a href="http://www.hotel-online.com/media-kit">Media Kit</a></li>
									
									<li><a href="http://www.hotel-online.com/?ACT=27&amp;ad_id=82" target="_blank">View The Current Newsletter</a></li>
									
																		<li class="bold last"><a href="http://www.hotel-online.com/account/register">Subscribe</a></li>
																</section>
									
								</ul>
							</div>
						</section>
					</section>
				</nav>
			</header>
				<div id="cd-cart">
		<div class="Cart-hdr"><h2>Cart</h2> 	<div class="cd-cart-trigger"><a class="cd-img-replace" href="#0">Close</a></div></div>
		<ul class="cd-cart-items">
		<li>There's nothing in your cart</li>
    
		</ul> <!-- cd-cart-items -->

		<div class="cd-cart-total">
			<form id="updateCartForm" method="post" action="http://www.hotel-online.com/press_releases/release/missing-omni-spa-managers-body-found-at-hotel-after-flood"  >
<div class='hiddenFields'>
<input type="hidden" name="ACT" value="33" />
<input type="hidden" name="RET" value="http://www.hotel-online.com/press_releases/release/missing-omni-spa-managers-body-found-at-hotel-after-flood" />
<input type="hidden" name="URI" value="press_releases/release/missing-omni-spa-managers-body-found-at-hotel-after-flood" />
<input type="hidden" name="FRM" value="0783881274c55e208197f87696c646f6" />
<input type="hidden" name="return" value="checkout" />
<input type="hidden" name="SM" value="V0c=" />
<input type="hidden" name="SUB" value="VDI=" />
<input type="hidden" name="ERR" value="BSpTNg8k" />
<input type="hidden" name="RLS" value="X2hVbwFpBzlYcQBy" />
<input type="hidden" name="site_id" value="1" />
</div>

									
			<p>Total <span>$0.00</span></p>
			
			</form>
		</div> <!-- cd-cart-total -->

		<a href="http://www.hotel-online.com/checkout" class="checkout-btn">Checkout</a>
		
	</div> <!-- cd-cart -->
    	<div class="container">			
			<div id="content" class="">
				<div class="visible-xs">
					<div class="premiumAd"></div>
					<div>
					<center>
					
						<a href="http://www.hotel-online.com/?ACT=27&amp;ad_id=82" target="_blank">View The Current Newsletter</a>
					
					</center>
					</div>
				</div>
				<div class="hidden-xs">
														<section class="top-ads">
						<div class="top-ad bannerAd1"></div><div class="top-ad bannerAd2"></div><div class="top-ad bannerAd3"></div>
					</section>
													</div>
				<div class="clear-fix"></div>
				<section id="breadcrumbs">
				<p>
									
																										<a href="http://www.hotel-online.com/">																	Hotel-Online
																	</a> &raquo;  
																							
																										<a href="http://www.hotel-online.com/press_releases">																	News
																</a> &raquo;  
																							
																																											Sadly, Hurricane Harvey Claims Life of Jill Renick, the Director of Spa Services at the Omni Houston Hotel
																 
																							
								</p>
				</section>
				<a href="#" class="scrollup" title="Scroll Up">scroll</a>
				
<section class="row">

	<section class="col-md-8">
		
		<div class="page-header">
			<h1>Sadly, Hurricane Harvey Claims Life of Jill Renick, the Director of Spa Services at the Omni Houston Hotel</h1>
			<p>Margaret Kadifa | Houston Chronicle <span class="sep">|</span>  September 8, 2017 3:16pm</p>
			<div class="social-row">
	<a target="_blank" href="http://www.facebook.com/sharer.php?u=http://www.hotel-online.com/press_releases/release/missing-omni-spa-managers-body-found-at-hotel-after-flood" class="fb-share">Share This Link on Facebook</a>

	<a target="_blank" href="http://twitter.com/share?text=Hotel%20Online%20-%20Sadly, Hurricane Harvey Claims Life of Jill Renick, the Director of Spa Services at the Omni Houston Hotel&url=http://www.hotel-online.com/press_releases/release/missing-omni-spa-managers-body-found-at-hotel-after-flood" class="tw-share">Share This on Twitter</a>
	<a target="_blank" href="https://plus.google.com/share?text=Hotel%20Online%20-%20Sadly, Hurricane Harvey Claims Life of Jill Renick, the Director of Spa Services at the Omni Houston Hotel&url=http://www.hotel-online.com/share/release/missing-omni-spa-managers-body-found-at-hotel-after-flood" class="gplus-share">Share This on Google+</a>

			<script type="IN/Share" data-url="http://www.hotel-online.com/press_releases/release/missing-omni-spa-managers-body-found-at-hotel-after-flood"  data-title="Hotel Online - Sadly, Hurricane Harvey Claims Life of Jill Renick, the Director of Spa Services at the Omni Houston Hotel"></script>
	</div>

		</div>
				
				<div class="content margin-bottom justify p-margin-bottom">
			
			<body.content>
<p xml:lang="en-US">Sept. 07--The body of the Galleria-area Omni Hotel&#39;s missing spa manager was found Thursday morning.</p>

<p>Jill Renick, 48, was last heard from about 5:40 a.m. on Aug. 27, calling the front desk of the hotel for help while trapped in, what her family believes, was one of the building&#39;s elevators.</p>

<p>Renick&#39;s body was found inside of the hotel, off of South Post Oak, according to a statement from her family.</p>

<p>&quot;It is with heavy hearts that the search for my sister, Jill Renick, has concluded with the confirmation of her death,&quot; said Renick&#39;s sister, Pam Eslinger, 62, in the statement. &quot;We are heartbroken. To know Jill is to have loved her. She could light up a room just by walking in and adored life. She was loved by so many people, and we will feel the impact of her absence in our hearts forever.&quot;</p>

<p>Neither the Houston Police Department nor the Omni have confirmed Renick&#39;s identity, though HPD spokeswoman Jodi Silva said a body was found at the hotel about 9:15 a.m. Thursday.</p>

<p>Kristen Cadenhead, spokeswoman at Omni&#39;s Dallas headquarters, confirmed a body -- who staff presume was Renick -- was found in a ceiling area above the lower level of the hotel.</p>

<p>&quot;We are heartbroken and shaken by this development,&quot; Cadenhead wrote in an email to the Chronicle. &quot;We are communicating with the family to offer whatever assistance we can, and we are arranging grief counseling to help our associates process this shocking news. This is a difficult time for us all.&quot;</p>

<p>Cadenhead said staff searched every area of the hotel they had access to.</p>

<p>Cadenhead added HPD had previously concluded Renick was not in the hotel or parking garage after &quot;thoroughly searching&quot; the building.</p>

<p>HPD has confirmed the agency searched last week at least one of the hotel&#39;s elevators and found it empty, but has repeatedly declined to say if police searched other parts of the hotel.</p>

<p>Renick had stayed the night of Aug. 26 at the Omni to help guests in anticipation of bad weather from Tropical Storm Harvey, Eslinger said.</p>
</body.content>
		</div>
		
		<div class="margin-bottom">
					<p>
				
			</p>
		</div>

		

		<div class="margin-bottom">
			<h2 class="column-header margin-bottom">Related News</h2>
			<div class="margin-bottom content">
				
			</div>
			<a href="http://www.hotel-online.com/latest_news" class="action-link">All News &raquo;</a>
		</div>

		

		<div class="clear-fix"></div>
	</section>
	
	<section class="col-md-4 last">
		
	<aside class="box top-read-news" id="top-read-news">
	<h4 class="featured-header">Top Read News</h4>
	<div class="box-content">
		<ul>
		
						<li> 
				<p class="title"><a href="http://www.hotel-online.com/press_releases/release/the-growing-value-of-hotel-bars">The Growing Value of Hotel Bars</a></p>
				<p class="pub"></p>
				<p class="date">February 2, 2018</p>
			</li>
					
						<li> 
				<p class="title"><a href="http://www.hotel-online.com/press_releases/release/6-hotel-booking-trends-were-watching-in-2018">6 Hotel Booking Trends We’re Watching in 2018</a></p>
				<p class="pub"></p>
				<p class="date">February 5, 2018</p>
			</li>
					
						<li> 
				<p class="title"><a href="http://www.hotel-online.com/press_releases/release/how-hotels-can-increase-revenue-without-putting-more-heads-in-beds">How Hotels Can Increase Revenue Without Putting More Heads in Beds</a></p>
				<p class="pub"></p>
				<p class="date">February 4, 2018</p>
			</li>
					
						<li> 
				<p class="title"><a href="http://www.hotel-online.com/press_releases/release/willow-street-capital-signs-tapestry-collection-by-hilton-for-new-design-fo">Willow Street Capital Signs Franchise Agreement for Florida&#8217;s First Tapestry Collection by Hilton, a Design-Focused Hotel in Melbourne, FL</a></p>
				<p class="pub"></p>
				<p class="date">February 6, 2018</p>
			</li>
					
						<li> 
				<p class="title"><a href="http://www.hotel-online.com/press_releases/release/carver-companies-finalize-expansion-into-canada">Carver Companies Finalize Expansion into Canada</a></p>
				<p class="pub"></p>
				<p class="date">February 6, 2018</p>
			</li>
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
					
		</ul>
		<a href="http://www.hotel-online.com/latest_news/top" class="action-link">Current Top 25 &raquo;</a>
		<div class="clear-fix"></div>
	</div>
</aside>
	<aside class="box small-featured" id="news-archive">
	<h3 class="featured-header">News Archive</h3>
	<div class="box-content">
		
			<p class="small-margin-bottom"> 2018 : <a href="http://www.hotel-online.com/latest_news/dateslectorY/2018">All</a> | <a href="http://www.hotel-online.com/latest_news/dateslectorT/2018">Top 25</a></p>
		
			<p class="small-margin-bottom"> 2017 : <a href="http://www.hotel-online.com/latest_news/dateslectorY/2017">All</a> | <a href="http://www.hotel-online.com/latest_news/dateslectorT/2017">Top 25</a></p>
		
			<p class="small-margin-bottom"> 2016 : <a href="http://www.hotel-online.com/latest_news/dateslectorY/2016">All</a> | <a href="http://www.hotel-online.com/latest_news/dateslectorT/2016">Top 25</a></p>
		
			<p class="small-margin-bottom"> 2015 : <a href="http://www.hotel-online.com/latest_news/dateslectorY/2015">All</a> | <a href="http://www.hotel-online.com/latest_news/dateslectorT/2015">Top 25</a></p>
		
			<p class="small-margin-bottom"> 2014 : <a href="http://www.hotel-online.com/latest_news/dateslectorY/2014">All</a> | <a href="http://www.hotel-online.com/latest_news/dateslectorT/2014">Top 25</a></p>
		
			<p class="small-margin-bottom"> 2013 : <a href="http://www.hotel-online.com/latest_news/dateslectorY/2013">All</a> | <a href="http://www.hotel-online.com/latest_news/dateslectorT/2013">Top 25</a></p>
		
			<p class="small-margin-bottom"> 2012 : <a href="http://www.hotel-online.com/latest_news/dateslectorY/2012">All</a> | <a href="http://www.hotel-online.com/latest_news/dateslectorT/2012">Top 25</a></p>
		
			<p class="small-margin-bottom"> 2011 : <a href="http://www.hotel-online.com/latest_news/dateslectorY/2011">All</a> | <a href="http://www.hotel-online.com/latest_news/dateslectorT/2011">Top 25</a></p>
		
			<p class="small-margin-bottom"> 2010 : <a href="http://www.hotel-online.com/latest_news/dateslectorY/2010">All</a> | <a href="http://www.hotel-online.com/latest_news/dateslectorT/2010">Top 25</a></p>
		
			<p class="small-margin-bottom"> 2009 : <a href="http://www.hotel-online.com/latest_news/dateslectorY/2009">All</a> | <a href="http://www.hotel-online.com/latest_news/dateslectorT/2009">Top 25</a></p>
		
			<p class="small-margin-bottom"> 2008 : <a href="http://www.hotel-online.com/latest_news/dateslectorY/2008">All</a> | <a href="http://www.hotel-online.com/latest_news/dateslectorT/2008">Top 25</a></p>
		
			<p class="small-margin-bottom"> 2007 : <a href="http://www.hotel-online.com/latest_news/dateslectorY/2007">All</a> | <a href="http://www.hotel-online.com/latest_news/dateslectorT/2007">Top 25</a></p>
		
			<p class="small-margin-bottom"> 2006 : <a href="http://www.hotel-online.com/latest_news/dateslectorY/2006">All</a> | <a href="http://www.hotel-online.com/latest_news/dateslectorT/2006">Top 25</a></p>
		
		<p class="clear-fix"><a href="http://www.hotel-online.com/News/PR2013_2nd/Apr13_DaybyDay.html" target="_blank">More &raquo;</a></p>
	</div>
</aside>
	<aside class="box small-featured">
	<h3 class="featured-header popular-tags">Popular Tags</h3>
	<div class="box-content">
		
			<a href="/latest_news/tag/u.s.+travel+association/" title="u.s. travel association" style="font-size:12px">u.s. travel association</a>,
		
			<a href="/latest_news/tag/trustyou/" title="trustyou" style="font-size:12px">trustyou</a>,
		
			<a href="/latest_news/tag/travelclick/" title="travelclick" style="font-size:12px">travelclick</a>,
		
			<a href="/latest_news/tag/tambourine/" title="tambourine" style="font-size:12px">tambourine</a>,
		
			<a href="/latest_news/tag/stayntouch/" title="stayntouch" style="font-size:12px">stayntouch</a>,
		
			<a href="/latest_news/tag/stanley+turkel/" title="stanley turkel" style="font-size:12px">stanley turkel</a>,
		
			<a href="/latest_news/tag/siteminder/" title="siteminder" style="font-size:12px">siteminder</a>,
		
			<a href="/latest_news/tag/revenue+management/" title="revenue management" style="font-size:12px">revenue management</a>,
		
			<a href="/latest_news/tag/rainmaker/" title="rainmaker" style="font-size:12px">rainmaker</a>,
		
			<a href="/latest_news/tag/polyu/" title="polyu" style="font-size:12px">polyu</a>,
		
			<a href="/latest_news/tag/northwind/" title="northwind" style="font-size:12px">northwind</a>,
		
			<a href="/latest_news/tag/marriott/" title="marriott" style="font-size:12px">marriott</a>,
		
			<a href="/latest_news/tag/maestro+pms/" title="maestro pms" style="font-size:12px">maestro pms</a>,
		
			<a href="/latest_news/tag/lodging+interactive/" title="lodging interactive" style="font-size:12px">lodging interactive</a>,
		
			<a href="/latest_news/tag/lodging+econometrics/" title="lodging econometrics" style="font-size:12px">lodging econometrics</a>,
		
			<a href="/latest_news/tag/larry+mogelonsky/" title="larry mogelonsky" style="font-size:12px">larry mogelonsky</a>,
		
			<a href="/latest_news/tag/jmbm/" title="jmbm" style="font-size:12px">jmbm</a>,
		
			<a href="/latest_news/tag/jll+real+views/" title="jll real views" style="font-size:12px">jll real views</a>,
		
			<a href="/latest_news/tag/jim+butler/" title="jim butler" style="font-size:12px">jim butler</a>,
		
			<a href="/latest_news/tag/ihg/" title="ihg" style="font-size:12px">ihg</a>,
		
			<a href="/latest_news/tag/hvs/" title="hvs" style="font-size:12px">hvs</a>,
		
			<a href="/latest_news/tag/hsmai/" title="hsmai" style="font-size:12px">hsmai</a>,
		
			<a href="/latest_news/tag/hotel+technology/" title="hotel technology" style="font-size:12px">hotel technology</a>,
		
			<a href="/latest_news/tag/hotel+software/" title="hotel software" style="font-size:12px">hotel software</a>,
		
			<a href="/latest_news/tag/hotel+marketing/" title="hotel marketing" style="font-size:12px">hotel marketing</a>,
		
			<a href="/latest_news/tag/hotel+management/" title="hotel management" style="font-size:12px">hotel management</a>,
		
			<a href="/latest_news/tag/hotel+history/" title="hotel history" style="font-size:12px">hotel history</a>,
		
			<a href="/latest_news/tag/hotel+equities/" title="hotel equities" style="font-size:12px">hotel equities</a>,
		
			<a href="/latest_news/tag/hospitality+financial+and+technology+professionals/" title="hospitality financial and technology professionals" style="font-size:12px">hospitality financial and technology professionals</a>,
		
			<a href="/latest_news/tag/hitec/" title="hitec" style="font-size:12px">hitec</a>,
		
			<a href="/latest_news/tag/hilton/" title="hilton" style="font-size:12px">hilton</a>,
		
			<a href="/latest_news/tag/hftp/" title="hftp" style="font-size:12px">hftp</a>,
		
			<a href="/latest_news/tag/hebs+digital/" title="hebs digital" style="font-size:12px">hebs digital</a>,
		
			<a href="/latest_news/tag/hebs/" title="hebs" style="font-size:12px">hebs</a>,
		
			<a href="/latest_news/tag/georges+panayotis/" title="georges panayotis" style="font-size:12px">georges panayotis</a>,
		
			<a href="/latest_news/tag/flip.to/" title="flip.to" style="font-size:12px">flip.to</a>,
		
			<a href="/latest_news/tag/duetto/" title="duetto" style="font-size:12px">duetto</a>,
		
			<a href="/latest_news/tag/digital+marketing/" title="digital marketing" style="font-size:12px">digital marketing</a>,
		
			<a href="/latest_news/tag/business+intelligence/" title="business intelligence" style="font-size:12px">business intelligence</a>,
		
			<a href="/latest_news/tag/buildcentral/" title="buildcentral" style="font-size:12px">buildcentral</a>,
		
			<a href="/latest_news/tag/benchmark+hospitality+international/" title="benchmark hospitality international" style="font-size:12px">benchmark hospitality international</a>,
		
			<a href="/latest_news/tag/benchmark/" title="benchmark" style="font-size:12px">benchmark</a>,
		
			<a href="/latest_news/tag/american+hotel+&amp;+lodging+educational+institute/" title="american hotel & lodging educational institute" style="font-size:12px">american hotel & lodging educational institute</a>,
		
			<a href="/latest_news/tag/american+hotel+&amp;+lodging+association/" title="american hotel & lodging association" style="font-size:12px">american hotel & lodging association</a>,
		
			<a href="/latest_news/tag/alice/" title="alice" style="font-size:12px">alice</a>,
		
			<a href="/latest_news/tag/aimbridge+hospitality/" title="aimbridge hospitality" style="font-size:12px">aimbridge hospitality</a>,
		
			<a href="/latest_news/tag/ahlei/" title="ahlei" style="font-size:12px">ahlei</a>,
		
			<a href="/latest_news/tag/ahla/" title="ahla" style="font-size:12px">ahla</a>,
		
			<a href="/latest_news/tag/ah&amp;la;/" title="ah&la;" style="font-size:12px">ah&la;</a>,
		
			<a href="/latest_news/tag/agilysys/" title="agilysys" style="font-size:12px">agilysys</a
	</div>
</aside>
	<aside class="hidden-xs box small-featured top-read-news">
	
	<h4 class="featured-header">May We Recommend&#8230;</h4>
		<div class="box-content">
			<ul>
				
				<li> 
					<a class="title" target="_blank" href="http://www.travelweekly.com/Travel-News/Hotel-News/Wynn-case-raises-questions-about-responsibility-to-investors"> Wynn case raises questions about responsibility to investors</a>
					<p class="source">Travel Weekly</p>
				</li>
				
				<li> 
					<a class="title" target="_blank" href="https://www.bloomberg.com/news/articles/2018-02-08/hna-group-is-said-to-put-4-billion-of-u-s-properties-on-market"> HNA Group Puts $4 Billion of U.S. Properties on the Market</a>
					<p class="source">Bloomberg</p>
				</li>
				
				<li> 
					<a class="title" target="_blank" href="https://www.wsj.com/articles/wyndham-nears-deal-to-sell-european-vacation-rentals-business-to-platinum-1518001154"> Wyndham Nears Deal to Sell European Vacation-Rentals Business to Platinum</a>
					<p class="source">Wall Street Journal</p>
				</li>
				
				<li> 
					<a class="title" target="_blank" href="https://www.reuters.com/article/us-shiji-info-m-a-alibaba/alibaba-to-take-486-mln-stake-in-china-retail-data-firm-idUSKBN1FS108"> Alibaba to take $486 mln stake in China retail data firm</a>
					<p class="source">Reuters</p>
				</li>
				
				<li> 
					<a class="title" target="_blank" href="http://www.kcra.com/article/heres-what-panic-buttons-mean-for-hotel-housekeepers/16753156"> Here's what panic buttons mean for hotel housekeepers</a>
					<p class="source">KRCA.com</p>
				</li>
				
			</ul>
		</div>
	
</aside>

	</section>
</section>

				
				<div class="visible-xs">
					<section class="top-ads">
						<div class="top-ad bannerAdMob1Default"></div><div class="top-ad bannerAdMob2Default"></div><div class="top-ad bannerAdMob3Default"></div>
					</section>
				</div>
				
								<section class="bottom-ad hidden-xs">
					
						<a href="http://www.hotel-online.com/?ACT=27&amp;ad_id=280" class="ad-728x90" target="_blank"><img width="100%" src="https://www.hotel-online.com/images/banners/CendynHC-2017Q3-728x90-v2.jpg" alt="" title="Cendyn Hospitality Cloud" /></a>
					
					
				</section>
							</div>
		</div>
			<footer>
				<section class="footer-content">
					<a href="http://www.hotel-online.com/" id="footer-logo" class="footer-logo"></a>
					<section class="footer-middle">
						<nav class="legalese">
							<ul>
								<li><a href="http://www.hotel-online.com/legal/site/about">About</a></li>
								<li><a href="http://www.hotel-online.com/contact">Contact</a></li>
								<li><a href="http://www.hotel-online.com/legal/site/faq">FAQ</a></li>
								<li><a href="http://www.hotel-online.com/legal/site/privacy">Privacy Policy</a></li>
								<li><a href="http://www.hotel-online.com/legal/site/terms">Terms &amp; Conditions</a></li>
							</ul>
						</nav>
						<nav class="footer-nav">
							<ul>
								<li><a href="http://www.hotel-online.com/latest_news" class="semi-bold">News</a></li>
								<li><a href="http://www.hotel-online.com/events" class="semi-bold">Events</a></li>
								<li><a href="http://www.hotel-online.com/videos" class="semi-bold">Video</a></li>
								<li><a href="http://www.hotel-online.com/industry_resources" class="semi-bold">Industry Resources</a></li>
								<li><a href="http://www.hotel-online.com/media-kit" class="semi-bold">Media Kit</a></li>
								
																	<li><a href="http://www.hotel-online.com/account/login" class="semi-bold">Submit Content</a></li>
																								<li class="last"><a href="http://zmaildirect.com/app/new/MTQ2NTc5NDg1" class="semi-bold">Unsubscribe</a></li>	
							</ul>
						</nav>
					</section>
					<section class="footer-right">
						<nav class="social-nav">
							<ul>
								<li><a href="http://www.facebook.com/hotelonlinenews" id="fb" target="_blank">fb</a></li>
								<li><a href="https://twitter.com/HotelOnlineNews" id="twitter" target="_blank">twitter</a></li>
								<li><a href="http://www.linkedin.com/company/hotel-online" id="linked-in" target="_blank">linked-in</a></li>
								<li><a href="http://www.youtube.com/user/HUVideoChannel" id="youtube" target="_blank">youtube</a></li>
								<li><a href="/rss" id="rss" target="_blank">rss</a></li>
							</ul>
						</nav>
					</section>
					<div class="clear-fix"></div>
				</section>
				<section class="footer-content">
					<center>
						<ul>
							<li>&copy; Hotel-Online. All rights reserved.</li>
						</ul>
					</center>
				</section>
			</footer>


			<script src="http://www.hotel-online.com/js/vendor/jquery-ui-1.10.1.custom.min.js"></script>

			<script src="http://www.hotel-online.com/js/plugins.js"></script>
						<script src="http://www.hotel-online.com/js/main.js"></script>
			<script src="http://www.hotel-online.com/js/ads.js"></script>
			<script src="http://www.hotel-online.com/js/cart-main.js"></script>
			<script>
			var theAd = {};
			
			theAd = new HotelOnlineAd();
			theAd.init("sponsoredBy", "http://www.hotel-online.com/?ACT=27&amp;ad_id=173", "", "Blueprint RF - Wi-Fi Intelligence", "https://www.hotel-online.com/images/banners/BlueprintSponsorLogo.jpg", "", "sponsoredBy");
			allAds.setAd("sponsoredBy", theAd);
			
			
			theAd = new  HotelOnlineAd();
			theAd.init("premiumAd", "http://www.hotel-online.com/?ACT=27&amp;ad_id=213", "", "Cetis Is Global", "https://www.hotel-online.com/images/banners/CETIS-IS-Global.gif", "", "premiumAd");
			allAds.setAd("premiumAd", theAd);
			
			
			theAd = new  HotelOnlineAd();
			theAd.init("bannerAd1", "http://www.hotel-online.com/?ACT=27&amp;ad_id=303", "", "TargetingHub - Increase Revenue and Understand Your Customers", "https://www.hotel-online.com/images/banners/VizergyTargetingHub3_324x45-gif.gif", "", "bannerAd1");
			allAds.setAd("bannerAd1", theAd);			
			theAd = new  HotelOnlineAd();
			theAd.init("bannerAdMob1", "http://www.hotel-online.com/?ACT=27&amp;ad_id=303", "", "TargetingHub - Increase Revenue and Understand Your Customers", "https://www.hotel-online.com/images/banners/VizergyTargetingHub3_324x45-gif.gif", "", "bannerAdMob1");
			allAds.setAd("bannerAdMob1", theAd);			
			
			theAd = new  HotelOnlineAd();
			theAd.init("bannerAd2", "http://www.hotel-online.com/?ACT=27&amp;ad_id=21", "", "JMBM Global Hospitality Group", "https://www.hotel-online.com/images/banners/JMBM_GHG_BANNERDec2016.gif", "", "bannerAd2");
			allAds.setAd("bannerAd2", theAd);			
			theAd = new  HotelOnlineAd();
			theAd.init("bannerAdMob2", "http://www.hotel-online.com/?ACT=27&amp;ad_id=21", "", "JMBM Global Hospitality Group", "https://www.hotel-online.com/images/banners/JMBM_GHG_BANNERDec2016.gif", "", "bannerAdMob2");
			allAds.setAd("bannerAdMob2", theAd);			
			
			theAd = new  HotelOnlineAd();
			theAd.init("bannerAd3", "http://www.hotel-online.com/?ACT=27&amp;ad_id=245", "", "TravelClick WebBuilder", "https://www.hotel-online.com/images/banners/TravelClick_WebBuilder_Banner_324X45.jpg", "", "bannerAd3");
			allAds.setAd("bannerAd3", theAd);			
			theAd = new  HotelOnlineAd();
			theAd.init("bannerAdMob3", "http://www.hotel-online.com/?ACT=27&amp;ad_id=245", "", "TravelClick WebBuilder", "https://www.hotel-online.com/images/banners/TravelClick_WebBuilder_Banner_324X45.jpg", "", "bannerAdMob3");
			allAds.setAd("bannerAdMob3", theAd);			
			
			</script>

			<!-- Quantcast Tag -->
			<script type="text/javascript">
			var _qevents = _qevents || [];

			(function() {
			var elem = document.createElement('script');
			elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js";
			elem.async = true;
			elem.type = "text/javascript";
			var scpt = document.getElementsByTagName('script')[0];
			scpt.parentNode.insertBefore(elem, scpt);
			})();

			_qevents.push({qacct:"p-PRgWDdjeytrMK"});
			</script>

			<noscript>
			<div style="display:none;">
			<img src="//pixel.quantserve.com/pixel/p-PRgWDdjeytrMK.gif" border="0" height="1" width="1" alt="Quantcast"/>
			</div>
			</noscript>
			<!-- End Quantcast tag -->
			<!-- Google Analytics -->
			
		<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-16071112-1', 'hotel-online.com','userId': '2'); */
				ga('create', 'UA-16071112-1', 'hotel-online.com', {'userId': '2'});
				ga('set', 'dimension1', '2' );
				
				ga('set', 'dimension2', 'mcclatchy_feed' );					
				
						

		 	ga('send', 'pageview');
		</script>
		
		
	</body>
</html>


