var isok        = true;
var eap         = new String("");
var isSale;
var isDealSale	= false;
var isNew		= false;
var isNoFees	= true;

var sSaleImagePath;
var sNewImagePath;
var sFeesImagePath;

var orig        = "";
var dest        = "";
var addr        = new String("");
var browser=navigator.appName;
var b_version=navigator.appVersion;
var version=parseFloat(b_version);

addr            = document.location.href;

function getCookieVals()
{
	var ca = new String;
	ca = document.cookie;
	ca = ca.replace(" ","");
	
    if(addr.indexOf("eap-")>-1 || addr.indexOf("eap=")>-1){setCookie();}
    else
    {
        arTmp = ca.split(";");
	    for (var idx=0 ; idx<arTmp.length; idx++)
	    {
	        ar = arTmp[idx].replace(" ","").split("=");
	        switch(ar[0])
	        {
	            case "eapSV":
	                eap = ar[1];
	                break;
	            case "casale":
	                isSale = ar[1];
	                if(isSale=="y"){isSale=true;}
	                break;
	        }
	    }
    }
    if(addr.indexOf("Destination=Alaska")>-1){dest="ANC";}
    if(addr.indexOf("Destination-Alaska")>-1){dest="ANC";}

    //if(addr.indexOf("CruiseSearchResult.aspx")>-1){showAd(orig,dest);}
}


function setCookie()
{
	var date = new Date();
	date.setTime(date.getTime()+(60*60*1000));
	var expires = "";
	expires = "" + date.toGMTString();
    
    if(addr.indexOf("eap=msn")>-1 || addr.indexOf("eap- msn")>-1){eap="msn";}
    else{eap="exp";}

	name = "eapSV";
	value = eap + "; expires=";
	document.cookie = name+"="+value+expires+"; path=/";

    var isSale;
    if(addr.indexOf("sale-True")>-1 || addr.indexOf("sale=True")>-1){isSale="y";isSale=true;}
    else{isSale="";isSale=false;}
    
    name = "casale";
    value = isSale + "; expires=";
    document.cookie = name+"="+value+expires+"; path=/";
}


function showAd(orig, dest)
{
    /*
    if(dest!="")
    {
        var strAd = new String;
        strAd = ''
        strAd += '<div id="CRUISEADS" style="display:inline;">';
        strAd += '<div style="display:inline;">';
        strAd += '<iframe id="dColFrame" scrolling="no" frameborder="no" ';
        strAd += 'style="position:absolute;z-index:100;left:800px;top:147px;width:224;height:1250" '
        strAd += 'src="http://www.expedia.ca/daily/common/dcol.asp?TPID=4&amp;LOCATION=CRUISE&amp;PLACEMENT=DCOLBOT&amp;DEST=' + dest + '&amp;LANGID=4105"></iframe>'
        strAd += '</div>'
        strAd += '</div>'
        
        document.write(strAd);
    }
    */
}

getCookieVals();

if(eap=="msn"){

	document.write("<script language='javascript'>");
	document.write("includeAdTagJS();");
	document.write("includeStyleSheet();");
	document.write("</script>");
	document.write("<table class='bell_body' width='100%' cellpadding='0' cellspacing='0' border='0'><tr><td valign='top' align='left'>");
	document.write("<table border='0' cellspacing='0' cellpadding='0'><tr><td>");
	document.write("<script language='javascript'>");
	document.write("showLightHeader();");
	document.write("</script>");
	document.write("</td></tr><tr><td>");
	document.write("<script language='javascript'>");
	document.write("showHeaderTop();");
	document.write("</script>");
	document.write("</td></tr><tr><td>");
	document.write("<script language='javascript'>");
	document.write("showAdTag();");
	document.write("</script>");
	document.write("</td></tr><tr><td>");
	document.write("<script language='javascript'>");
	document.write("showHeaderBottom();");
	document.write("</script>");
	document.write("</td></tr><table>");
	document.write("<script language='javascript'>");
	document.write("showTopNav();");
	document.write("</script>");
	document.write("<table cellpadding='0' cellspacing='0' width='100%' border='0' class='bell_pagetd' bgcolor='white'><tr><td align='center' valign='top' width='100%' class='bell_pagetd'>");
	document.write("<table width='100%' cellpadding='0' cellspacing='0' border='0' ID='Table4'><tr valign='top'><td width='100%'><div style='width:773px;padding:2px 0px 0px 0px;'>");
}

document.write('<div id="xp-hdr">)';
document.write('	<script type="text/javascript">');
document.write('		if (typeof xp  === "undefined"){');
document.write('			var xp = {};');
document.write('		}');
	
document.write('		if (typeof xp.namespace === "undefined"){');
document.write('			xp.namespace = function() {');
document.write('				var args = arguments, root = null, pkg;');
document.write('				for (i=0; i<args.length; i=i+1) {');
document.write('					pkg = args[i].split(\'.\');');
document.write('					root = window;');
					
document.write('					for (j=0; j<pkg.length; j=j+1) {');
document.write('						root[pkg[j]] = root[pkg[j]] || {};');
document.write('						root = root[pkg[j]];');
document.write('					}');
document.write('				}');
document.write('				return root;');
document.write('			};');
document.write('		}');
	
document.write('		xp.namespace("xp.nav");');
document.write('		xp.nav.trackAnalytics = function (obj, type, id){');
document.write('			if(\'undefined\' != typeof(s_exp_trackClick) && s_exp_trackClick){');
document.write('				s_exp_trackClick(obj, type, id);');
document.write('			}');
document.write('			return true;');
document.write('		}');

document.write('		xp.namespace("xp.nav.event");');
document.write('		xp.nav.event.onDOMReady = function(callback) {');
document.write('			if (window.addEventListener){');
document.write('		  		window.addEventListener(\'load\', callback, false);');
document.write('			}else if (window.attachEvent){');
document.write('				window.attachEvent(\'onload\', callback);');
document.write('			}else {');
document.write('			 	if ( window.onload != null ) {');
document.write('	      			var _onload = window.onload;');
document.write('	      			window.onload = function ( e ) {');
document.write('	        			_onload(e);');
document.write('	        			window[callback]();');
document.write('	      			};');
document.write('	    		} else');
document.write('	      			window.onload = callback;');
document.write('			}');
document.write('		}');
		
document.write('	</script>');
	
	
document.write('    <!-- inline CSS for the header and associated widgets -->');
document.write('    <style type="text/css">');
document.write('     	#xp-hdr{font-size:11px;font-family:arial,helvetica,clean,sans-serif;color: #006699;}');
     	
document.write('        #xp-hdr .xp-hdr-width {width:992px;}');
document.write('        #xp-hdr .xp-hsprite {background: #fff url(http://media.expedia.com/media/content/shared/images/navigation/headersprites.png?v=1) repeat-x scroll;}');
        
document.write('        /* grey fade at bottom of sprite */');
document.write('        #xp-hdr .xp-hdr-top {min-height:72px;height:auto !important;height:72px;background-position: bottom left;}');
              
document.write('        /* logo */');
document.write('        #xp-hdr .xp-hdr-logo {position:absolute; float:left;display: inline;no-repeat;margin: 21px 0 0 14px; padding:0;}');
document.write('        #xp-hdr .xp-hdr-logo a img {border: none;}');
      
document.write('      	/* service links */');
document.write('        #xp-hdr .xp-hdr-svc {float:right;margin:7px 8px 0 0;}');
document.write('		#xp-hdr .xp-hdr-svc a {color: #006699;}');
document.write('		#xp-hdr .xp-hdr-svc a:hover {color: #02b3fd;}');
        
document.write('        #xp-hdr .xp-hdr-svc ul {float:left;margin:0;padding:0;}');
document.write('        #xp-hdr .xp-hdr-svc ul li {line-height:20px;font-size:11px;border-right: 1px solid #999;list-style:none;float:left;padding: 0 6px 0 6px;}');
document.write('		#xp-hdr .xp-hdr-svc ul .xp-no-border-right {border-right: none; padding: 0 0 0 6px;}');
document.write('		#xp-hdr .xp-hdr-svc ul .xp-srch-pad {padding: 0 0 0 8px; }');
		
document.write('		#xp-hdr .xp-hdr-bold {font-weight: bold;}');
     
document.write('        /* sbtn sprited */');
document.write('        #xp-hdr .xp-hdr-svc .xp-hdr-srch {margin: 0; padding:0;}');
document.write('        #xp-hdr .xp-hdr-svc .xp-hdr-sfrm {margin: 0; padding:0;}');
document.write('        #xp-hdr .xp-hdr-svc .xp-hdr-sinput {font-size:11px;float:left; margin-right:0px;margin-top:0px;margin-bottom:0px;padding:2px 0 2px 3px;width:144px;border: 1px solid #999;color: #000;max-height:20px;height:100%}');
document.write('        #xp-hdr .xp-hdr-svc a.xp-hdr-sbtn {float:left;cursor: pointer;margin: 0px 0 0 5px;padding: 0 5px 0 0;text-align:center; display:inline-block;border:none;text-decoration:none;font-weight: bold;background-position: right -121px;height:20px;}');
document.write('        #xp-hdr .xp-hdr-svc a.xp-hdr-sbtn:hover {background-position: right -141px;}');
document.write('        #xp-hdr .xp-hdr-svc a.xp-hdr-sbtn span {margin:0;padding: 0 0 0 5px;background-position: left -121px;display:inline-block;}');
document.write('        #xp-hdr .xp-hdr-svc a.xp-hdr-sbtn:hover span {background-position: left -141px;}');
       
document.write('        #xp-hdr .xp-hdr-ad {clear:right;float:right;padding:0;margin: 5px 8px 7px 0;display:block;}');
document.write('        #xp-hdr .xp-hdr-ad img {border:none;}');
       	        
document.write('        #xp-hdr .xp-hdr-eap-logo{clear:right;float:right;padding:0;margin: 5px 8px 7px 0;display:block;}');
document.write('        #xp-hdr .xp-hdr-eap-logo img {border:none;}');
           
document.write('        /* tabs sprited */');
document.write('        #xp-hdr .xp-hdr-tab {background-position: left -90px;height:30px;position:relative;}');
document.write('        #xp-hdr .xp-hdr-tab ul {margin:0;padding:0;}');
document.write('        #xp-hdr .xp-hdr-tab li {font-weight:bold;font-size:12px;list-style:none;float:left;margin:0;padding:0;}');
document.write('		#xp-hdr .xp-hdr-tab ul li a {float:left;display:block;height:30px;text-decoration:none;color:#003e7e;background:transparent url(http://media.expedia.com/media/content/shared/images/navigation/headersprites.png?v=1) no-repeat scroll;background-position: right 0px;}');
document.write('		#xp-hdr .xp-hdr-tab ul li a:hover {background-position: right -30px;} ');
document.write('		#xp-hdr .xp-hdr-tab ul li.xp-hdr-tab-last a {background-position: left 0px;}');
document.write('		#xp-hdr .xp-hdr-tab ul li.xp-hdr-tab-last a:hover {background-position: left -30px;} ');
document.write('		#xp-hdr .xp-hdr-tab ul li.xp-hdr-tab-selected a,');
document.write('		#xp-hdr .xp-hdr-tab ul li.xp-hdr-tab-selected a:hover,');
document.write('		#xp-hdr .xp-hdr-tab ul li.xp-hdr-tab-lastselected a,');
document.write('		#xp-hdr .xp-hdr-tab ul li.xp-hdr-tab-lastselected a:hover {background:transparent url(http://media.expedia.com/media/content/shared/images/navigation/headersprites.png?v=1) no-repeat scroll;background-position: right -60px;}');
document.write('		#xp-hdr .xp-hdr-tab ul li.xp-hdr-tab-lastselected a,');
document.write('		#xp-hdr .xp-hdr-tab ul li.xp-hdr-tab-lastselected a:hover {background-position: left -60px;}');
document.write('		#xp-hdr .xp-hdr-tab ul li a.xp-hdr-tab-highlight {color:#c60;text-transform: uppercase;}');
document.write('		#xp-hdr .xp-hdr-tab ul li a span {padding-left:11px;padding-right:11px;display:block;padding-top:7px;}');

document.write('        #xp-hdr .xp-hdr-arng {background: #b8e4f8;font-weight:bold;font-size:11px;float:left;margin:0;padding:0;color: #333333;}  ');
document.write('    	#xp-hdr .xp-hdr-arng {text-align:center;padding: 3px 0 3px 0;}');
document.write('		#xp-hdr .xp-hdr-arng a {color: #006699;}');
document.write('		#xp-hdr .xp-hdr-arng a:hover {color: #02b3fd;}');
document.write('		#xp-hdr .xp-hdr-arng-img {display: inline-block;background-position:0px -162px;height: 13px;width: 17px;margin: 0 2px 0 auto;padding:0 ;vertical-align:middle}');

document.write('        .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }');
document.write('        .clearfix { display: inline-block; }');
document.write('        /* Hides from IE-mac \*/');
document.write('        * html .clearfix { height: 1%; }');
document.write('        .clearfix { display: block; } ');
document.write('		/* Hides from IE-mac */');
document.write('    </style>');
	   	
document.write('    <div class="xp-hdr-width xp-hdr-top xp-hsprite clearfix">');
document.write('         <div id="nav-head-logo" class="xp-hdr-logo">');
document.write('             <a title="expedia.ca" href="http://www.expedia.ca/" onclick="window.top.location.href=\'/?rfrr=Head:Nav:Multi:Home\'; return false;"><img src="http://media.expedia.com/media/content/shared/images/navigation/expedia.ca.png?v=1" alt="expedia.ca"/></a>');

document.write('         </div>');
document.write('         <div id="nav-head-service" class="xp-hdr-svc">');
document.write('            <ul>');
document.write('				<li id="nav-tool-welc" class="xp-no-border-right">');
document.write('					<span class="xp-hdr-bold">Welcome - Already a member?</span>');
document.write('                            [<a id="nav-tool-signin" rel="nofollow" target="_top" href="http://www.expedia.ca/pub/agent.dll?qscr=logi&ussl=1"  onclick="xp.nav.trackAnalytics(this,\'a\',\'Head:Nav:None:SignIn\')" >Sign In</a>]');
document.write('                        </li>');
document.write('                     <li class="">');
document.write('                         <a id="nav-tool-itinerary" rel="nofollow" target="_top" href="http://www.expedia.ca/pub/agent.dll?qscr=litn" onclick="xp.nav.trackAnalytics(this,\'a\',\'Head:Nav:None:Trips\')" >My Itineraries</a>');
document.write('                     </li>');
                 
document.write('                     <li class="">');
document.write('                         <a id="nav-tool-account" rel="nofollow" target="_top" href="http://www.expedia.ca/pub/agent.dll?qscr=info" onclick="xp.nav.trackAnalytics(this,\'a\',\'Head:Nav:None:Profile\')" >My Account</a>');
document.write('                     </li>');
                 
document.write('                	<li id="customersupport" class="">');
document.write('						<a id="nav-tool-cs"  rel="nofollow"  href="#"');
document.write('							onclick="xp.nav.trackAnalytics(this,\'a\',\'Head:Nav:None:CustSupport\');window.top.location.href=\'http://www.expedia.ca/daily/enc4105/service/default.asp?lnkcid=hp_support.e\';return false;">');
document.write('							<span>Customer Support</span>');
document.write('						</a>');
document.write('					</li>');
document.write('					<script language="javascript" type="text/javascript" src="http://www.expedia.ca/static/default/default/scripts/external/opinionlab/oo_engine.js"></script>');
document.write('                    <li class="">');
document.write('                         <a id="nav-tool-feedback" rel="nofollow" target="_top" href="https://secure.opinionlab.com/ccc01/comment_card.asp" onclick="xp.nav.trackAnalytics(this,\'a\',\'Head:Nav:None:Opinion\');OpinionLab.O_LC();return false;" >Feedback</a>');
document.write('                     </li>');
document.write('                        <li class="xp-no-border-right">');
document.write('                            <a id="nav-tool-language"  rel="nofollow" target="_top" href="http://www.expedia.ca/pub/agent.dll?qscr=chlg&lang=3084&ovrd=3&rurl=%2Fdaily%2Ffrc3084%2Fhome%2Fdefault.asp&lnkcid=FRC" onclick="xp.nav.trackAnalytics(this,\'a\',\'Head:Nav:None:Language\')"  >Français</a>');
document.write('                        </li>');
document.write('					<li id="nav-head-srch-li" class="xp-no-border-right xp-srch-pad">');
document.write('							<script language="javascript" type="text/javascript" src="http://www.expedia.ca/static/default/default/scripts/external/baynote/baynote_bundle.js"></script>');

document.write('							<div id="baynote_searchBox" class="xp-hdr-srch">');
document.write('								<form id="baynote_searchForm" action="http://search.expedia.ca/socialsearch/query" method="get" name="baynote_searchForm" onsubmit="baynote_inline_handleSubmit();return false;" class="xp-hdr-sfrm">');
document.write('									<input id="baynote_isDefault" type="hidden" value="1" />');
document.write('									<input id="baynote_st" type="hidden" name="st" value="1" />');
document.write('									<input id="baynote_cn" type="hidden" name="cn" value="expedia" />');
document.write('									<input id="baynote_cc" type="hidden" name="cc" value="ca_en" />');
document.write('									<input id="baynote_mode" type="hidden" name="mode" value="live" />');

document.write('									<input id="baynote_oe" type="hidden" name="oe" value="iso-8859-1" />');
document.write('									<input id="baynote_ie" type="hidden" name="ie" value="iso-8859-1" />');
document.write('									<input id="baynote_q" type="text" name="q" value="Search Expedia.ca" maxlength="128" onfocus="baynote_handleFocus()" onblur="baynote_handleBlur()" class="xp-hdr-sinput"/>');
document.write('									<input id="baynote_searchButton" type="submit" alt="Search all of Expedia.ca" value="Go" style="display:none;"/>');
document.write('									<a href="#" class="xp-hdr-sbtn xp-hsprite" onclick="return baynote_inline_handleSubmit();"><span class="xp-hsprite">Go</span></a>');
document.write('								</form>');
document.write('							</div>');
document.write('							<script type="text/javascript">');
document.write('								function baynote_inline_handleSubmit(){');
document.write('									var q = (document.getElementById("baynote_isDefault").value == "1") ? "" : document.getElementById("baynote_q").value;');
document.write('									var st = document.getElementById("baynote_st").value;');
document.write('									var cn = document.getElementById("baynote_cn").value;');
document.write('									var cc = document.getElementById("baynote_cc").value;');
document.write('									var url = document.getElementById("baynote_searchForm").action;');
document.write('									url += "?st=" + st + "&cn=" + cn + "&cc=" + cc + "&q=" + q;');
document.write('									if(window.parent)');
document.write('										window.parent.document.location = url;');
document.write('									else');
document.write('										 window.location = url;');
document.write('								}');
								
document.write('								function initBaynote(){');
document.write('									baynote_validateSearchBox();');
document.write('								}');
								
document.write('								xp.nav.event.onDOMReady(initBaynote);');
document.write('						</script>');
document.write('					</li>');
document.write('				</ul>');
document.write('			  </div>');
document.write('              <div id="nav-head-ad" class="xp-hdr-ad">;');
document.write('					<div id="id_adTOPBAN" align="center" style="margin:auto;">');
document.write('					<!-- v1.2.3637.26293 /html.cms/LANGID=4105&TPID=4&EAPID=0&LOCATION=FLIGHTS&SUBLOCATION=TRAVELGUIDES&PLACEMENT=TOPBAN&EMAIL=NO&USERTYPE=BUYER999&tile=84D03763CBA442479ACA68646F00C974 --><creative template="ßaseline-default"');
document.write('						  style="master" ');
document.write('						  type="ßaseline-default" ');
document.write('							 action="stop" />');
document.write('					<!--There is nothing here-->');
document.write('					<comment type="id" value="5222" ><!-- --></comment>');
document.write('					</div>');
document.write('              </div>');
document.write('    </div>');
document.write('	<div id="tab-navigation" class="xp-hdr-width clearfix xp-hsprite xp-hdr-tab">');
document.write('		<!-- in-line CSS for the tab widget -->');
document.write('		<style type="text/css">');
document.write('			#meat-sticker {');
document.write('				background:transparent url(http://media.expedia.com/media/content/shared/images/navigation/new.png?v=1);background-repeat:no-repeat;border:0;');
document.write('				height:27px;width:37px;');
document.write('			}');
document.write('		</style>');
document.write('		<!--[if IE 6]>');
document.write('		<style type="text/css">');
document.write('			#meat-sticker {background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'http://media.expedia.com/media/content/shared/images/navigation/new.png?v=1\',sizingMethod=\'scale\');}');
document.write('		</style>');
document.write('		<![endif]-->');
			 

document.write('		<div id="meat-sticker" style="position:absolute; top:-17px; left:480px;"><!-- meat sticker --></div>');
document.write('		<ul>');
document.write('			<li id="tab-home">');
document.write('				<a rel="nofollow" target="_top" title="" href="http://www.expedia.ca/" onclick="xp.nav.trackAnalytics(this,\'a\',\'Head:Nav:Multi:Home\' );">');
document.write('					<span>Home</span>');
document.write('				</a>');
document.write('			</li><li id="tab-flights" class="xp-hdr-tab-selected">');
document.write('				<a rel="nofollow" target="_top" title="" href="http://www.expedia.ca/Flights" onclick="xp.nav.trackAnalytics(this,\'a\',\'Head:Nav:Flights:Flights\' );">');
document.write('					<span>Flights</span>');
document.write('				</a>');
document.write('			</li><li id="tab-flthotel">');
document.write('				<a rel="nofollow" target="_top" title="" href="http://www.expedia.ca/daily/enc4105/packages/default.asp" onclick="xp.nav.trackAnalytics(this,\'a\',\'Head:Nav:Package:FltHotel\' );">');
document.write('					<span>Vacation packages</span>');
document.write('				</a>');
document.write('			</li><li id="tab-hotels">');
document.write('				<a rel="nofollow" target="_top" title="" href="http://www.expedia.ca/Hotels" onclick="xp.nav.trackAnalytics(this,\'a\',\'Head:Nav:Hotels:Hotels\' );">');
document.write('					<span>Hotels</span>');
document.write('				</a>');
document.write('			</li><li id="tab-cars">');
document.write('				<a rel="nofollow" target="_top" title="" href="http://www.expedia.ca/daily/enc4105/cars/default.asp" onclick="xp.nav.trackAnalytics(this,\'a\',\'Head:Nav:Cars:Cars\' );">');
document.write('					<span>Cars</span>');
document.write('				</a>');
document.write('			</li><li id="tab-rail">');
document.write('				<a rel="nofollow" target="_top" title="" href="http://www.expedia.ca/daily/enc4105/rail/default.asp" onclick="xp.nav.trackAnalytics(this,\'a\',\'Head:Nav:Rails:Rails\' );">');
document.write('					<span>Rail</span>');
document.write('				</a>');
document.write('			</li><li id="tab-cruises">');
document.write('				<a rel="nofollow" target="_top" title="" href="http://www.expedia.ca/daily/enc4105/cruise/default.asp" onclick="xp.nav.trackAnalytics(this,\'a\',\'Head:Nav:Cruise:Cruises\' );">');
document.write('					<span>Cruises</span>');
document.write('				</a>');
document.write('			</li><li id="tab-tour">');
document.write('				<a rel="nofollow" target="_top" title="" href="http://www.expedia.ca/daily/enc4105/tours/default.asp" onclick="xp.nav.trackAnalytics(this,\'a\',\'Head:Nav:Multi:Tours\' );">');
document.write('					<span>Tours</span>');
document.write('				</a>');
document.write('			</li><li id="tab-tshop">');
document.write('				<a rel="nofollow" target="_top" title="" href="http://www.expedia.ca/daily/enc4105/activities/default.asp" onclick="xp.nav.trackAnalytics(this,\'a\',\'Head:Nav:Tshop:Tshop\' );">');
document.write('					<span>Activities</span>');
document.write('				</a>');
document.write('			</li><li id="tab-insurance">');
document.write('				<a rel="nofollow" target="_top" title="" href="http://www.expedia.ca/daily/enc4105/travelinsurance/default.asp" onclick="xp.nav.trackAnalytics(this,\'a\',\'Head:Nav:Insurance:Insurance\' );">');
document.write('					<span>Insurance</span>');
document.write('				</a>');
document.write('			</li><li id="tab-deals">');
document.write('				<a rel="nofollow" target="_top" title="" href="http://www.expedia.ca/daily/enc4105/deals/default.asp" onclick="xp.nav.trackAnalytics(this,\'a\',\'Head:Nav:Multi:Deals\' );">');
document.write('					<span>Deals</span>');
document.write('				</a>');
document.write('			</li><li id="tab-travelguide">');
document.write('				<a rel="nofollow" target="_top" title="" href="http://www.expedia.ca/daily/enc4105/destinations/default.asp" onclick="xp.nav.trackAnalytics(this,\'a\',\'Head:Nav:Multi:Destination\' );">');
document.write('					<span>Destinations</span>');
document.write('				</a>');
document.write('			</li><li id="tab-business" class="xp-hdr-tab-last">');
document.write('				<a rel="nofollow" target="_top" title="" href="http://www.expedia.ca/daily/enc4105/expediaonthego/default.asp" onclick="xp.nav.trackAnalytics(this,\'a\',\'Head:Nav:Multi:Mobile\' );">');
document.write('					<span>Mobile</span>');
document.write('				</a>');
document.write('			</li>');
document.write('		</ul>');

document.write('	</div>');
document.write('</div>');

