HTTP/1.1 200 OK
Date: Sat, 11 Feb 2012 12:11:11 GMT
Server: Apache/2.2.21 (Unix) PHP/5.2.17 with Suhosin-Patch mod_ssl/2.2.17 OpenSSL/1.0.0e
Vary: Host
X-Powered-By: PHP/5.2.17
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Connection: close
Content-Type: text/html

<!--
Array
(
    [PHPSESSID] => upbe46vkpc2dbedmklh90gfes3
)
Array
(
    [search_term] => Leisure and Travel
    [termEval] => PHRASE
    [subhead_page] =>  and Leisure and Travel
    [vnoTotal] => 0
)


leisure-and-travel.verticalnews.com

  : $_SESSION[userID]

leisure-and-travel : subdomain

articles6517934 : $page
SELECT s.page_title, s.pubID, t.pub_code, s.main_term, t.meta_keywords, t.meta_description, s.page_title, t.html_desc, t.shortname FROM subdomains s, titles t WHERE s.url = 'leisure-and-travel' AND t.id = s.pubID LIMIT 1
Rows:  1


  and Leisure and Travel : $_SESSION[subhead_page]

 -->

<!-- SELECT ti.issuedate FROM title_issuedates ti WHERE ti.pubID = 22 ORDER BY ti.issuedate DESC LIMIT 1 -->

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Leisure & Travel  and Leisure and Travel - VerticalNews.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta name="abstract" content=""/>
<meta name="description" content="VerticalNews Leisure and Travel covers important news affecting vacation destinations, cruise lines, airlines, travel agencies and resorts, as well as the features and services travelers can expect to enjoy."/>
<meta name="author" content="NewsRx"/>
<meta name="Distribution" content="Global"/>
<meta name="revisit-after" content="1 day"/>
<meta name="robots" content="FOLLOW,INDEX"/>
<script type="text/javascript" language="javascript" src="/js/ajax.js"></script>
<meta name="keywords" content="travel,leisure,leirure,hotel,hotels,vacation, verticalnews, vertical news, research, business news"/>

<link rel="shortcut icon" href="http://www.verticalnews.com/favicon.ico" type="image/x-icon"/>

<link href="http://www.verticalnews.com/css/style.css" rel="stylesheet" type="text/css"/>


<script type="text/javascript" src="http://www.verticalnews.com/includes/dropdown.js"></script>

<script type="text/javascript">
<!-- Begin
var NewWinPutX=10;
var NewWinPutY=10;

function Start(page) {
OpenWin = this.open(page, "CtrlWindow", "toolbar=no,menubar=yes,location=yes,scrollbars=yes,resizable=yes,width=650,height=400,left=100,top=100");
}

function popupWin(page){
	var w = 450;
	var h = 220;
	var winl = (screen.width - w) / 2;
	var wint = (screen.height - h) / 2;
	
	window.open('http://www.newsrx.com/popup_tos.php', '', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=0,width='+w+',height='+h+',left='+winl+',top='+wint+'');
}

function popupWin2(page,width,height){
	var w = width;
	var h = height;
	var winl = (screen.width - w) / 2;
	var wint = (screen.height - h) / 2;
	
	window.open(page, '', 'toolbar=1,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=0,width='+w+',height='+h+',left='+winl+',top='+wint+'');
}

function popupImg(page){
	var w = 600;
	var h = 400;
	var winl = (screen.width - w) / 2;
	var wint = (screen.height - h) / 2;
	
	window.open(page, '', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width='+w+',height='+h+',left='+winl+',top='+wint+'');
}

function toggleDisplay(areaID) {
	if( document.getElementById(areaID).style.display == "none" ) {
    	document.getElementById(areaID).style.display = "block";
  	} else {
    	document.getElementById(areaID).style.display = "none";
    }
}


var Open = ""
var Closed = ""
function preload(){
	if(document.images){
		Open = new Image(16,13)
		Closed = new Image(16,13)
		Open.src = "http://www.newsrx.com/product_descriptions/images/open.gif"
		Closed.src = "http://www.newsrx.com/product_descriptions/images/closed.gif"
	}
}
function showhide(what,what2){
	if (what.style.display=='none'){
		what.style.display='';
		what2.src=Open.src
	}
	else{
		what.style.display='none'
		what2.src=Closed.src
	}
}



function enough(limit, validate) {
	var el, msg = '', howmany = 0;
	for (var i=0; i < document.subscriber.elements.length; ++i) {
		el = document.subscriber.elements[i];
		if (el.type == 'checkbox' && el.checked) ++howmany;
	}
	msg +=
	(howmany>limit) ?
	'Please select at most ' + limit + '.' :
	(validate && howmany != limit) ?
	'Please check at least ' + limit + ' of the boxes, my friend.' :
	'';
	if (msg) {
		alert(msg);
		return false;
	}
	return true;
}





/***********************************************
* Cool DHTML tooltip script II- � Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

var offsetfromcursorX=12 //Customize x offset of tooltip
var offsetfromcursorY=10 //Customize y offset of tooltip

var offsetdivfrompointerX=10 //Customize x offset of tooltip DIV relative to pointer image
var offsetdivfrompointerY=14 //Customize y offset of tooltip DIV relative to pointer image. Tip: Set it to (height_of_pointer_image-1).

document.write('<div id="dhtmltooltip"></div>') //write out tooltip DIV
document.write('<img id="dhtmlpointer" src="http://www.newsrx.com/images/arrow2.gif">') //write out pointer image

var ie=document.all
var ns6=document.getElementById && !document.all
var enabletip=false
if (ie||ns6)
var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""

var pointerobj=document.all? document.all["dhtmlpointer"] : document.getElementById? document.getElementById("dhtmlpointer") : ""

function ietruebody(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function ddrivetip(thetext, thewidth, thecolor){
if (ns6||ie){
if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
tipobj.innerHTML=thetext
enabletip=true
return false
}
}

function positiontip(e){
if (enabletip){
var nondefaultpos=false
var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
//Find out how close the mouse is to the corner of the window
var winwidth=ie&&!window.opera? ietruebody().clientWidth : window.innerWidth-20
var winheight=ie&&!window.opera? ietruebody().clientHeight : window.innerHeight-20

var rightedge=ie&&!window.opera? winwidth-event.clientX-offsetfromcursorX : winwidth-e.clientX-offsetfromcursorX
var bottomedge=ie&&!window.opera? winheight-event.clientY-offsetfromcursorY : winheight-e.clientY-offsetfromcursorY

var leftedge=(offsetfromcursorX<0)? offsetfromcursorX*(-1) : -1000

//if the horizontal distance isn't enough to accomodate the width of the context menu
if (rightedge<tipobj.offsetWidth){
//move the horizontal position of the menu to the left by it's width
tipobj.style.left=curX-tipobj.offsetWidth+"px"
nondefaultpos=true
}
else if (curX<leftedge)
tipobj.style.left="5px"
else{
//position the horizontal position of the menu where the mouse is positioned
tipobj.style.left=curX+offsetfromcursorX-offsetdivfrompointerX+"px"
pointerobj.style.left=curX+offsetfromcursorX+"px"
}

//same concept with the vertical position
if (bottomedge<tipobj.offsetHeight){
tipobj.style.top=curY-tipobj.offsetHeight-offsetfromcursorY+"px"
nondefaultpos=true
}
else{
tipobj.style.top=curY+offsetfromcursorY+offsetdivfrompointerY+"px"
pointerobj.style.top=curY+offsetfromcursorY+"px"
}
tipobj.style.visibility="visible"
if (!nondefaultpos)
pointerobj.style.visibility="visible"
else
pointerobj.style.visibility="hidden"
}
}

function hideddrivetip(){
if (ns6||ie){
enabletip=false
tipobj.style.visibility="hidden"
pointerobj.style.visibility="hidden"
tipobj.style.left="-1000px"
tipobj.style.backgroundColor=''
tipobj.style.width=''
}
}

document.onmousemove=positiontip



//-->
</script>



</head>
<body>

<!-- begin header -->
<table width="819" border="0" align="center" cellpadding="0" cellspacing="0">
	<tr>
		<td><a href="http://www.verticalnews.com/index.php"><img src="http://www.verticalnews.com/images/logo.jpg" border="0" alt="VerticalNews" title="VerticalNews"/></a></td>
		
		
		
<td align="right" valign="bottom">
<a href="http://www.verticalnews.com/login.php"><img src="http://www.verticalnews.com/images/subcriber-login.gif" alt="VerticalNews" border="0"/></a>
</td>
		
		
	</tr>
	<tr>
	  	<td colspan="2">
	 		<table border="0" align="center" cellpadding="0" cellspacing="0" width="834">
				<tr>
					<td width="63"><a href="http://www.verticalnews.com/index.php"><img src="http://www.verticalnews.com/images/nav-home.gif" alt="VerticalNews" border="0"/></a></td>
					<td width="75"><a href="http://www.verticalnews.com/products.php"><img src="http://www.verticalnews.com/images/nav-products.gif" alt="VerticalNews" border="0"/></a></td>
					<td width="71"><a href="http://www.verticalnews.com/about_us.php"><img src="http://www.verticalnews.com/images/nav-about-us.gif" alt="VerticalNews" border="0"/></a></td>
					<td width="68"><a href="http://www.verticalnews.com/contacts.php"><img src="http://www.verticalnews.com/images/nav-contact.gif" alt="VerticalNews" border="0"/></a></td>
					<td width="131" style="background-image:url(http://www.verticalnews.com/images/nav-bkgd.gif);">&nbsp;</td>
					<td width="100" style="background-image:url(http://www.verticalnews.com/images/nav-bkgd.gif);">&nbsp;</td>
					<td width="67"><img src="http://www.verticalnews.com/images/home/nav.gif" alt="VerticalNews"/></td>
					<td width="263"><img src="http://www.verticalnews.com/images/home/nav-find.gif" alt="VerticalNews"/></td>
				</tr>
			</table>
		</td>
  	</tr>
</table>




<!--BEGIN BODY-->
<table border="0" align="center" cellpadding="0" cellspacing="0" width="819">
  <tr>
    <!--BEGIN LEFT SIDE-->
	<td width="199" valign="top">
		
				<br />
		



<table border="0" cellspacing="0" cellpadding="0" width="199">
  <tr>
    <td><table border="0" cellspacing="0" cellpadding="0" width="199">
		<tr>
          <td align="center">
		  	
						
		  </td>
        </tr>
	
        <tr>
          <td><img src="http://www.verticalnews.com/images/home/side-nav-top.gif" alt="VerticalNews"/></td>
        </tr>
        <tr>
          <td width="199" style="padding-right: 5px; background-image:url(http://www.verticalnews.com/images/home/side-nav-border.gif);">
              
          
          	<!-- nav_left query : SELECT subheadID, COUNT(*) acount FROM search_contents_subheads WHERE pubID = 22 GROUP BY pubID, subheadID -->
<b>Leisure & Travel Topics</b>
<div>
<ul class="nav_list">
<li><a href="/Business_News.html">Business News</a></li>
<li><a href="/Consumer_Electronics.html">Consumer Electronics</a></li>
<li><a href="/FLW_Outdoors.html">FLW Outdoors</a></li>
<li><a href="/Leisure_Research.html">Leisure Research</a></li>
<li><a href="/Leisure_Sciences.html">Leisure Sciences</a></li>
<li><a href="/Lodging.html">Lodging</a></li>
<li><a href="/Lodging_Companies.html">Lodging Companies</a></li>
<li><a href="/Marine_Science.html">Marine Science</a></li>
<li><a href="/Nintendo.html">Nintendo</a></li>
<li><a href="/Science.html">Science</a></li>
<li><a href="/Sony_Computer_Entertainment_America_Inc..html">Sony Computer Entertainment America Inc.</a></li>
<li><a href="/Starwood_Hotels_&_Resorts_Worldwide,_Inc..html">Starwood Hotels & Resorts Worldwide, Inc.</a></li>
<li><a href="/Sustainable_Tourism.html">Sustainable Tourism</a></li>
<li><a href="/Tourism_Research.html">Tourism Research</a></li>
<li><a href="/Travel_Research.html">Travel Research</a></li>
<li style="color:#2781B7;"><a href="subheads.php" class="more">View More</a></li></ul>

  
	          
	          
	          
	        </td>
        </tr>
        <tr>
          <td><img src="http://www.verticalnews.com/images/home/side-nav-bottom.gif" alt="VerticalNews"/></td>
        </tr>

		<tr valign="top">
         <td height="60"><a href="http://www.facebook.com/pages/Atlanta-GA/NewsRx-Medical-News/44344887808" target="_blank"><img title="VerticalNews On Facebook" src="http://www.verticalnews.com/images/home/find_us_on_facebook_badge.gif" border="0" alt="VerticalNews"/></a></td>
        </tr>
		
		<!-- 06.28.2011 - jason@newsrx.com
		<tr valign="top">
         <td height="60"><a href="http://www.verticalnews.com/pr_registration.php"><img src="http://www.verticalnews.com/images/home/marketing-PR-button.gif" border="0" alt="VerticalNews"/></a></td>
        </tr>
		
		<tr valign="top">
         <td height="60"><a href="http://www.verticalnews.com/pr_login.php"><img src="http://www.verticalnews.com/images/home/PR-login.gif" border="0" alt="VerticalNews"/></a></td>
        </tr>
        -->

    </table></td>
  </tr>
  <!--END SIDE NAV-->





  <tr>
    <td> <script language="JavaScript" type="text/javascript" src="//smarticon.geotrust.com/si.js"></script></td>
  </tr>

</table>
			
			
				
	
	
	
</td>
<!--END LEFT SIDE-->


<!--BEGIN WECLOME-->
<td valign="top">

	<!--BEGIN SEARCH BAR-->
	<table border="0" cellspacing="0" cellpadding="0">
	
		<tr>
			<td id="searchbar-internal" align="right" width="620" valign="top">
			
				<form action="http://www.verticalnews.com/search_results.php" method="get" name="searchBar">
				<table border="0" align="right" cellpadding="0" cellspacing="0">

                  <tr>
                    <td align="right">
                    	<input name="search_term" type="text" id="search_field" value="Leisure and Travel" onfocus="if (this.value=='Enter Keyword(s)') { this.value = '' }  this.style.background='#FFFFCC';" onblur="if (this.value=='') { this.value = 'Enter Keyword(s)' }  this.style.background='#FFFFFF';" /><input type="hidden" name="termEval" value="PHRASE"  /></td>
					<td><select name="cat" size="1" onchange="(document.searchBar.cat.selectedValue == 3 ? document.searchBar.action = 'http://www.verticalnews.com/search_options.php' : document.searchBar.action = 'http://www.verticalnews.com/search_results.php' )"><option selected="selected" value="a">All News</option><option value="p">Clinical News</option><option value="b">Business News</option><option value="c">Consumer News</option><option value="as">Advanced Search</option></select></td>
                    <td align="right"><input name="doSearch" type="image" src="http://www.verticalnews.com/images/home/search-button.gif" id="search_button" class="search_button" /></td>
                  </tr>
                </table>
                </form>
				
			</td>
			</tr>
		<tr>
			<td height="7"><img src="http://www.verticalnews.com/images/home/spacer.gif" height="7" width="1" alt="VerticalNews"/></td>
		</tr>
	</table>
	<!--END SEARCH BAR-->	
		
		
	 <!--BEGIN MIDDLE SECTION-->
	
	<table border="0" cellspacing="0" cellpadding="0" width="620">
	<tr>
	<td valign="top">
	
		<table border="0" cellspacing="0" cellpadding="0" width="420">
		<tr>
		<td valign="top" id="text-internal">
        
        	<img src="http://www.verticalnews.com/images/space.gif" width="400" height="1" alt="VerticalNews"/>
        

<!-- HERE -->

<h1>Leisure & Travel</h1>
<br />




<!-- SELECT a.subhead, a.title, a.abstract, a.articleID, a.source, SUBSTRING( a.issuedate, 1, 4 ) FROM alldata a WHERE a.articleID = '6517934' -->

<br /><h2>Lionsgate Enters Witness Protection with Tyler Perry</h2><!-- Lionsgate : .. PRN [newswire][b]!!!Lionsgate!!! [lt2][ltb2][et2] (ET LT LTB) --><br /><p>&nbsp;&nbsp;2012 FEB 18 - (VerticalNews.com) -- LIONSGATE&#174; (NYSE: LGF), a leading global entertainment company, together with Tyler Perry, announced the commencement of production of MADEA'S WITNESS PROTECTION. The film marks the prolific filmmaker and multi-media tycoon's 14(th) feature film production with Lionsgate in seven years. The announcement was made by Perry with Rob Friedman and Patrick Wachsberger, co-Presidents of Lionsgate's Motion Picture Group.</p><p>&nbsp;&nbsp;Comic legend Eugene Levy (the AMERICAN PIE franchise, BEST IN SHOW) stars in the film as George, a high level CFO at the center of a Ponzi scheme in New York City who is enrolled in the Witness Protection program along with his family in the one place that absolutely no one will think to look for them: Madea's house down South. Perry wrote the script, is directing and producing the film, and will reprise three of his best loved roles - as tough talking grandma Madea, as Madea's indelicate cousin Joe, and as plain-spoken attorney Brian, who places the family with Madea, resulting in the hilarious scenario that unfolds under her roof.</p><p>&nbsp;&nbsp;Rounding out the cast are Emmy&#174;-winning actress Doris Roberts as George's mother, Tom Arnold as his business associate Walter, Denise Richards as his younger wife Kate, and Danielle Campbell and Devan Leos as the family's youngsters - for whom Madea has plenty of valuable lessons lined up. Actor and rapper Romeo also has a role in the film, playing Jake, a friend of Brian who was affected by the scam. John Amos plays Jake's father in the film, and Marla Gibbs appears as Madea's neighbor.</p><p>&nbsp;&nbsp;The film begins principal photography on Monday, January 30(th) in Atlanta, Georgia, at the filmmaker's own 200,000 square foot studio compound, Tyler Perry Studios. Mike Paseornek, Lionsgate's President of Motion Picture Development and Production, will oversee the project on behalf of the studio. Ozzie Areu, President of Tyler Perry Studios, and Paul E. Hall are producing the film alongside Perry.</p><p>&nbsp;&nbsp;"This is the ultimate fish out of water story, and I believe the funniest Madea story yet," said Paseornek. "We loved the witness protection concept from the second we heard it, but when Tyler cast comedy icon Eugene Levy and put him under the same roof with Madea and Uncle Joe, he took this movie to a whole new level."</p><p>&nbsp;&nbsp;When asked for her feedback on the project, Madea herself added, "Auh hell, now they want me to work with these white folks. Next thing you know they will be asking me to go on Dancing With The Stars. I need to talk to my agent."</p><p>&nbsp;&nbsp;The film is being produced under Perry's ongoing first look partnership with Lionsgate. Perry's theatrical releases for Lionsgate have grossed more than $572 million at the North American box office alone, and his films, stage plays and DVDs are all distributed by the company. GOOD DEEDS, starring Perry with Thandie Newton, will be released by Lionsgate this February 24(th), with THE MARRIAGE COUNSELOR in theaters on July 27(th), 2012.</p><p>&nbsp;&nbsp;Perry also produces two hit television shows, "Tyler Perry's House of Payne" and its spinoff, "Meet The Browns," which are distributed by Lionsgate's Debmar-Mercury and continue to establish new standards of distribution and syndication success. His third television show, "For Better or Worse" debuted on TBS in November.</p><p>&nbsp;&nbsp;Perry is represented by WME and attorney Matt Johnson from Ziffren Brittenham. Levy is represented by Anonymous Content and ICM. Talent deals for the film were negotiated on behalf of Lionsgate by Robert Melnik, EVP of Business and Legal Affairs.</p><p>&nbsp;&nbsp;Keywords: Leisure.</p><p>&nbsp;&nbsp;This article was prepared by VerticalNews Leisure & Travel editors from staff and other reports. Copyright 2012, VerticalNews Leisure & Travel via VerticalNews.com.



	

		<!--	<script lanugage="javascript" type="text/javascript">
		
		res_width = screen.width;
		res_height = screen.height;
		navigator.appName != "Netscape" ? color_depth = screen.colorDepth : color_depth = screen.pixelDepth;
		visitor_ref = document.referrer;
		
		document.write("<img src=\"/tracker.php?pageVisit=34622117&sw="+res_width+"&sh="+res_height+"&cd="+color_depth+"&r="+escape(visitor_ref)+"\" height=\"1\" width=\"1\" alt=\"\">");
		
		</script>
		//-->
		
	</td>
	</tr>
	</table>
	
	
</td>
    		
<td valign="top">
	<!--BEGIN RIGHT COLUMN-->

	<table border="0" cellspacing="0" cellpadding="0" width="199">
<tr>
<td align="center">
<table cellpadding="0" cellspacing="0" border="0" width="190px">
<tr><td><img src="http://www.verticalnews.com/images/buy_now_header.gif" alt="VerticalNews"/></td></tr>
<tr><td style="padding-left:5px; background-image:url(http://www.verticalnews.com/images/buy_now_bg.gif);" align="center"><div class="text-internal"><h2>Subscribe to VerticalNews Leisure & Travel</h2></div><a href="http://www.verticalnews.com/newsletters/Leisure-and-Travel-Week.html#buy"><img src="http://www.verticalnews.com/images/buy_now_btn.jpg" alt="Buy Now" border="0"/></a></td></tr>
<tr><td><img src="http://www.verticalnews.com/images/buy_now_footer.gif" alt="VerticalNews"/></td></tr>
</table>
<br /></td>
</tr>
	
	
	<tr>
		<td align="right"></td>
	</tr>
	
		
		

				
				
				
	<tr>
<td>
 

<table border="0" align="right" cellpadding="0" cellspacing="0" width="199">

<tr>
	<td id="bg_grey" style="padding: 5px 20px 20px 20px;">


	
<div class="todaysNews" style="text-align: left; padding: 5px;">
	<h2 class="header2">
	Today's Leisure & Travel Top News	</h2>&nbsp;&nbsp;<a style="display: inline;" href="http://www.verticalnews.com/rss_home.php"><img src="http://www.newsrx.com/images/rss.gif" alt="Get NewsRx RSS Feeds" title="Get NewsRx RSS Feeds" border="0" align="middle"></a><br>
	<br>
	
<!-- SELECT MAX(ti.issueweek) FROM title_issuedates ti ORDER BY ti.issueweek DESC LIMIT 1 -->
<!-- SELECT a.title, a.articleID FROM alldata a, daily_news d WHERE a.issuedate >= '2012-02-13' AND d.articleID = a.articleID AND d.subdomainID = '22' ORDER BY articleID DESC LIMIT 10 -->
<div style="margin-bottom: 8px;"><a href="/articles/6526271.html"><img src="http://www.newsrx.com/images/red_bullet.gif" alt="*" border="0"> DFW International Airport Welcomes Emirates Inaugural Flight From Dubai</a></div>
<div style="margin-bottom: 8px;"><a href="/articles/6526268.html"><img src="http://www.newsrx.com/images/red_bullet.gif" alt="*" border="0"> Bold New Service Guarantee Announced by Dahn Yoga</a></div>
<div style="margin-bottom: 8px;"><a href="/articles/6526267.html"><img src="http://www.newsrx.com/images/red_bullet.gif" alt="*" border="0"> Beaufort, North Carolina Pulls Into the Lead in "America's Coolest Small Town" Contest</a></div>
<div style="margin-bottom: 8px;"><a href="/articles/6526266.html"><img src="http://www.newsrx.com/images/red_bullet.gif" alt="*" border="0"> Australia Tourism Report Q1 2012</a></div>
<div style="margin-bottom: 8px;"><a href="/articles/6526265.html"><img src="http://www.newsrx.com/images/red_bullet.gif" alt="*" border="0"> Alamo Drafthouse Unveils Signature Wine Line "The Bottle Of Wits"</a></div>
<div style="margin-bottom: 8px;"><a href="/articles/6526260.html"><img src="http://www.newsrx.com/images/red_bullet.gif" alt="*" border="0"> Sun Life Frozen Fenway 2012 Generates Close to $30 Million in Visitor Spending for the City of Boston and the Region</a></div>
<div style="margin-bottom: 8px;"><a href="/articles/6526257.html"><img src="http://www.newsrx.com/images/red_bullet.gif" alt="*" border="0"> Studies from University of South Denmark Further Understanding of Tourism Research</a></div>
<div style="margin-bottom: 8px;"><a href="/articles/6526256.html"><img src="http://www.newsrx.com/images/red_bullet.gif" alt="*" border="0"> Steve McDermott to Hand Over Leadership in April</a></div>
<div style="margin-bottom: 8px;"><a href="/articles/6526255.html"><img src="http://www.newsrx.com/images/red_bullet.gif" alt="*" border="0"> Six Chicago Students Recognized at USHCC Foundation's 2012 Bizfest Competition</a></div>
<div style="margin-bottom: 8px;"><a href="/articles/6526254.html"><img src="http://www.newsrx.com/images/red_bullet.gif" alt="*" border="0"> Royal Caribbean Reports 2011 Results and Provides Initial 2012 Outlook</a></div>
	<br>
	
	<!--<span style="font-weight: bold;">Also See:</span><br>-->
	<!-- <a href="http://www.verticalnews.com/professionals.php">Professional's Medical News</a>
	<a href="http://www.verticalnews.com/industry_executives.php">Industry Executives' News</a>
	<a href="http://www.verticalnews.com/consumers.php">Consumers' Medical News</a> -->
		
</div>


	</td>
</tr>


</table>

<br>
<br></td>
</tr>

	
	
	
				
	</table>
	
	
<!--END RIGHT COLUMN-->


</td>
</tr>
</table>


</td>
</tr>
</table>


<!--</td></tr>-->
<tr>
<!--BEGIN FOOTER-->
<table border="0" align="center" cellpadding="0" cellspacing="0" width="819">
  <tr>
    <td colspan="2"><img src="http://www.verticalnews.com/images/home/footer.gif" alt="VerticalNews"/></td>

  </tr>
  <tr>
    <td width="77"><span id="ss_img_wrapper_100-50_image_en">
  <a href="http://www.globalsign.com/" target="_blank" title="SSL Certificate">
   <img alt="SSL" border="0" id="ss_img" src="http://seal.globalsign.com/SiteSeal/images/gs_noscript_100-50_en.gif"/>
  </a>
</span>
<script type="text/javascript" src="http://seal.globalsign.com/SiteSeal/gs_image_100-50_en.js"></script>
<img src="https://www.globalsign.net/evcert.cfm" width="1" height="1" border="0" alt="VerticalNews"/> <!--<a href="https://seal.verisign.com/splash?form_file=fdf/splash.fdf&dn=WWW.NEWSRX.COM&lang=en" target="_blank"><img src="http://www.verticalnews.com/images/home/security-logo.gif" border="0"></a>--></td>
    <td align="right" width="742" id="footer"><a href="http://www.verticalnews.com">Home</a> <!--| <a href="http://www.verticalnews.com/news_alerts.php">Free Newsletters</a>--> | <a href="http://www.verticalnews.com/products.php">Products</a> <!--| <a href="http://www.verticalnews.com/library/home.html">Article Library</a>--> | <a href="http://www.verticalnews.com/about_us.php">About Us</a> | <a href="http://www.verticalnews.com/contacts.php">Contact</a> | <a href="http://www.verticalnews.com/privacy_policy.php">Privacy Policy</a> | <a href="http://www.verticalnews.com/search_options.php">Search</a><br />

Copyright � 2012 VerticalNews.com<br />
</td>
  </tr>

</table>

<!-- 0.26394 seconds //-->

</body>
</html>