<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lake Louise - Banff National Park, Alberta Canada</title>
	<atom:link href="http://www.discoverlakelouise.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.discoverlakelouise.com</link>
	<description>Discover Lake Louise is the most comprehensive guide to Lake Louise in Alberta, Canada, revealing everything you need to know about the lake and the area, including hotels, recreational opportunities, attractions and more. Lake Louise Online is part of the award-winning Canadian Rockies Net.</description>
	<lastBuildDate>Sat, 27 Feb 2010 08:47:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Reservation</title>
		<link>http://www.discoverlakelouise.com/booking/reservation.html</link>
		<comments>http://www.discoverlakelouise.com/booking/reservation.html#comments</comments>
		<pubDate>Fri, 12 Jun 2009 15:53:27 +0000</pubDate>
		<dc:creator>Lake Louise</dc:creator>
				<category><![CDATA[Booking]]></category>

		<guid isPermaLink="false">http://www.discoverlakelouise.com/?p=227</guid>
		<description><![CDATA[You’ve come to the right place for discounted hotel rooms, rental cars and airfares. Need a vacation rental for the entire family? We’ve got that too! From New York to Sydney, Las Vegas to Rome and everywhere in-between. Book online save save today!
This has been provided to us in cooperation with TravelNow.com.







]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px; margin-bottom 3px; margin-top 3px; margin-right 3px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.discoverlakelouise.com%2Fbooking%2Freservation.html"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.discoverlakelouise.com%2Fbooking%2Freservation.html" height="61" width="51" /></a></div><p>You’ve come to the right place for discounted hotel rooms, rental cars and airfares. Need a vacation rental for the entire family? We’ve got that too! From New York to Sydney, Las Vegas to Rome and everywhere in-between. Book online save save today!</p>
<p>This has been provided to us in cooperation with TravelNow.com.</p>
<p><SCRIPT language="JavaScript" For="window" Event="onload"><br />
<!--<br />
if(indexSelect[0].checked){indexSelect[0].click();}else if(indexSelect[1].checked){indexSelect[1].click();}else if(indexSelect[2].checked){indexSelect[2].click();}<br />
else if(indexSelect[3].checked){indexSelect[3].click();}<br />
if (indexSelect[1].checked) {<br />
if(document.hotForm &#038;&#038; document.hotForm.cityText) {<br />
document.hotForm.cityText.focus();<br />
}<br />
}<br />
//--><br />
</SCRIPT></p>
<p><script language="javascript">
<!--
/* state = 1 - show element
   state = 0 - hide element
*/
function toggleDiv(divID, state){
    if(document.layers){ //netscape 4+</p>
<p>       document.layers[divID].visibility = state ? "show" : "hide";
       document.layers[divID].display = state ? "block" : "none";</p>
<p>    } else if(document.getElementById) { //netscape 6 internetExplorer 5+</p>
<p>        document.getElementById(divID).style.visibility = state ? "visible" : "hidden";
        document.getElementById(divID).style.display = state ? "block" : "none";</p>
<p>    } else {    //Internet Explorer 4</p>
<p>        document.all[divID].style.visibility = state ? "visible" : "hidden";
        document.all[divID].style.display = state ? "block" : "none";</p>
<p>    }
}</p>
<p>    function isBrowserSupp() {
        // Get the version of the browser
        version =  parseFloat( navigator.appVersion );</p>
<p>        if ( ( version >= 2.0 ) &#038;&#038; ( version < 2.1 ) &#038;&#038; ( navigator.appName.indexOf( "Netscape" ) != -1 ) ) {
            return false;
        } else {
            return true;
        }</p>
<p>        return true;
    }</p>
<p>    function isLeapYear( yrStr ) {
        var leapYear = false;
        var year = parseInt( yrStr, 10 );
        // every fourth year is a leap year
        if ( year % 4 == 0 ) {
            leapYear = true;
            // unless it's a multiple of 100
            if( year % 100 == 0 ) {
                leapYear = false;
                // unless it's a multiple of 400
                if( year % 400 == 0 ) {
                    leapYear=true;
                }
            }
        }
        return leapYear;
    }</p>
<p>    function getDaysInMonth( mthIdx, YrStr ) {
        // all the rest have 31
        var maxDays = 31
        // expect Feb. (of course)
        if( mthIdx == 1 ) {
            if( isLeapYear( YrStr ) ) {
                maxDays=29;
            } else {
                maxDays=28;
            }
        }</p>
<p>        // thirty days hath...
        if( mthIdx == 3 || mthIdx == 5 || mthIdx == 8 || mthIdx == 10 ) {
            maxDays=30;
        }
        return maxDays;
    }</p>
<p>    function displayHotel(){
        toggleDiv('hotelTable', 1);
        toggleDiv('carTable', 0);
        toggleDiv('flightTable', 0);
        toggleDiv('cruiseTable', 0);</p>
<p>        document.getElementById('air').checked=false;
        document.getElementById('car').checked=false;
        document.getElementById('hotel').checked=true;
        document.getElementById('cruise').checked=false;
	}</p>
<p>	function displayCar(){
        toggleDiv('hotelTable', 0);
        toggleDiv('carTable', 1);
        toggleDiv('flightTable', 0);
        toggleDiv('cruiseTable', 0);</p>
<p>        document.getElementById('air').checked=false;
        document.getElementById('car').checked=true;
        document.getElementById('hotel').checked=false;
        document.getElementById('cruise').checked=false;
	}</p>
<p>	function displayCruise(){
        toggleDiv('hotelTable', 0);
        toggleDiv('carTable', 0);
        toggleDiv('flightTable', 0);
        toggleDiv('cruiseTable', 1);</p>
<p>        document.getElementById('air').checked=false;
        document.getElementById('car').checked=false;
        document.getElementById('hotel').checked=false;
        document.getElementById('cruise').checked=true;
	}</p>
<p>	function displayFlight(){
        toggleDiv('hotelTable', 0);
        toggleDiv('carTable', 0);
        toggleDiv('flightTable', 1);
        toggleDiv('cruiseTable', 0);</p>
<p>        document.getElementById('air').checked=true;
        document.getElementById('car').checked=false;
        document.getElementById('hotel').checked=false;
        document.getElementById('cruise').checked=false;
	}</p>
<p>    //the function which does some magic to the date fields
    // return non-zero if it is the last day of the month
    function adjustDate( mthIdx, Dt ) {
        var value = 0;</p>
<p>        var today = new Date()
        var theYear = parseInt( today.getYear(), 10 )</p>
<p>        if( mthIdx < today.getMonth() ) {
            theYear = ( parseInt( today.getYear(), 10 ) + 1 )
        }
        if( theYear < 100 ) {
            theYear = "19" + theYear
        } else {
            if( ( theYear - 100 ) < 10 ) {
                theYear = "0" + ( theYear - 100 )
            } else {
                theYear = ( theYear - 100 ) + ""
            }
            theYear = "20" + theYear
        }</p>
<p>        var numDays = getDaysInMonth( mthIdx, theYear );</p>
<p>        if( mthIdx == 1 ) {
            if( Dt.options.selectedIndex + 1 < numDays ) {
                return 0;
            } else {
                Dt.options.selectedIndex=numDays - 1;
                //check for leap year
                if( numDays == 29 ) {
                    return 99;
                } else {
                    return 1;
                }
            }
        }</p>
<p>        if( Dt.options.selectedIndex + 1 < numDays ) {
            value = 0;
        } else {
            if ( Dt.options.selectedIndex + 1 > numDays ) {
                Dt.options.selectedIndex--;
                value = 3;
            } else {
                //index is 31 or 30
                value = 2;
            }
        }
        return value;
    }</p>
<p>    //changes departure month when arrival month is changed
    function amadChange( inM, inD, outM, outD ) {
        if ( !isBrowserSupp() ) {
            return;
        }</p>
<p>        var res = adjustDate( inM.options.selectedIndex, inD );
        if( res != 0 ) {
               outD.options.selectedIndex = 0;
               if ( outM.options.selectedIndex == 11 ) {
                    outM.options.selectedIndex = 0
               } else {
                    outM.options.selectedIndex=inM.options.selectedIndex + 1;
                    outD.options.selectedIndex = 1;
               }
        } else {
            outM.options.selectedIndex = inM.options.selectedIndex;
            if (outD.options.selectedIndex <= inD.options.selectedIndex) {
                outD.options.selectedIndex = inD.options.selectedIndex + 2;
            }
        }
        return;
    }</p>
<p>    function dmddChange( outM, outD ) {
        if ( !isBrowserSupp() ) {
            return;
        }</p>
<p>        adjustDate( outM.options.selectedIndex, outD );
        return;
    }</p>
<p> function OpenWindow(file, name, width, height) {
        OpenWindow(file, name, width, height, false);
    }</p>
<p>    function OpenWindow(file, name, width, height, showLeftTopScrollbar) {
        var attr = "";
        if(showLeftTopScrollbar) {
            attr += "top=50,left=50,scrollbars=1,";
        }
        attr += "width=" + width + ",height=" + height + ",resizeable=1";
        window.open(file, name, attr);
    }</p>
<p>   function loadDefaultDates() {
        var airArrival = new Date();
        var airDeparture = new Date();
        var carArrival = new Date();
        var carDeparture = new Date();
        var hotelArrival = new Date();
        var hotelDeparture = new Date();</p>
<p>        var hotelAdvanceArrival = 21;
        var hotelAdvanceDeparture = 23;
        var carAdvanceArrival = 7;
        var carAdvanceDeparture = 8;
        var airAdvanceArrival = 14;
        var airAdvanceDeparture = 15;</p>
<p>        airArrival.setDate( airArrival.getDate() + airAdvanceArrival );
        airDeparture.setDate( airDeparture.getDate() + airAdvanceDeparture );
        carArrival.setDate( carArrival.getDate() + carAdvanceArrival );
        carDeparture.setDate( carDeparture.getDate() + carAdvanceDeparture );
        hotelArrival.setDate( hotelArrival.getDate() + hotelAdvanceArrival );
        hotelDeparture.setDate( hotelDeparture.getDate() + hotelAdvanceDeparture );</p>
<p>        document.forms['airForm'].departureMonth.value = airArrival.getMonth();
        document.forms['airForm'].returnMonth.value = airDeparture.getMonth();
        document.forms['airForm'].departureDay.value = airArrival.getDate();
        document.forms['airForm'].returnDay.value = airDeparture.getDate();</p>
<p>        document.forms['carForm'].pickUpMonth.value = carArrival.getMonth();
        document.forms['carForm'].dropOffMonth.value = carDeparture.getMonth();
        document.forms['carForm'].pickUpDay.value = carArrival.getDate();
        document.forms['carForm'].dropOffDay.value = carDeparture.getDate();</p>
<p>        document.forms['hotForm'].arrivalMonth.value = hotelArrival.getMonth();
        document.forms['hotForm'].departureMonth.value = hotelDeparture.getMonth();
        document.forms['hotForm'].arrivalDay.value = hotelArrival.getDate();
        document.forms['hotForm'].departureDay.value = hotelDeparture.getDate();</p>
<p>    }</p>
<p>    function validateDepWindow(formName) {
        if (document.forms[formName].tempDepTime[document.forms[formName].tempDepTime.selectedIndex].value==('M')) {
            window.document.forms[formName].tripWindow.value='5';
            window.document.forms[formName].departureTime.value='7AM';
        } else if (document.forms[formName].tempDepTime[document.forms[formName].tempDepTime.selectedIndex].value==('A')) {
            window.document.forms[formName].tripWindow.value='5';
            window.document.forms[formName].departureTime.value='3PM';
        } else if (document.forms[formName].tempDepTime[document.forms[formName].tempDepTime.selectedIndex].value==('E')) {
            window.document.forms[formName].tripWindow.value='5';
            window.document.forms[formName].departureTime.value='8PM';
        } else if(document.forms[formName].tempDepTime[document.forms[formName].tempDepTime.selectedIndex].value==('ANT')) {
            window.document.forms[formName].tripWindow.value='9';
            window.document.forms[formName].departureTime.value='12PM';
        } else {
            window.document.forms[formName].tripWindow.value='5';
            window.document.forms[formName].departureTime.value=document.forms[formName].tempDepTime.value;
        }
    }</p>
<p>    function validateRetWindow(formName) {
        if (document.forms[formName].tempRetTime[document.forms[formName].tempRetTime.selectedIndex].value==('M')) {
            window.document.forms[formName].returnTime.value='7AM';
        } else if (document.forms[formName].tempRetTime[document.forms[formName].tempRetTime.selectedIndex].value==('A')) {
            window.document.forms[formName].returnTime.value='3PM';
        } else if (document.forms[formName].tempRetTime[document.forms[formName].tempRetTime.selectedIndex].value==('E')) {
            window.document.forms[formName].returnTime.value='8PM';
        } else if(document.forms[formName].tempRetTime[document.forms[formName].tempRetTime.selectedIndex].value==('ANT')) {
            window.document.forms[formName].returnTime.value='12PM';
        } else {
            window.document.forms[formName].returnTime.value=window.document.forms[formName].tempRetTime.value;
        }
	   }</p>
<p>-->
</script></p>
<p><script langauage="javascript">
<!--
function update(themonth,theday){
    document.forms[fName].elements[formType+'Day'].options[theday - 1].selected = true;
    document.forms[fName].elements[formType+'Month'].options[themonth].selected = true;</p>
<p>    testWindow.close();
}</p>
<p>function loadCalendar(viewMonth) {</p>
<p>	testWindow.document.close();
	testWindow.document.open();</p>
<p>	var day_of_week = new Array("Sun","Mon","Tue","Wed","Thu","Fri","Sat");
	var month_of_year = new Array("January","February","March","April","May","June","July","August","September","October","November","December");</p>
<p>	var dateObj = new Date();
	var year = dateObj.getYear();	 // Returns year
	var month = dateObj.getMonth();  // Returns month (0-11)
	var today = dateObj.getDate();   // Returns day (1-31)
	var weekday = dateObj.getDay();  // Returns day (1-31)</p>
<p>	var DAYS_OF_WEEK = 7;   // "constant" for number of days in a week
	var DAYS_OF_MONTH = 31; // "constant" for number of days in a month
	var cal;                // Used for printing</p>
<p>	if (viewMonth < month) {
		year = year + 1;
	}</p>
<p>	if(year < 1900){
		year += 1900; //done to solve the problem of netscape and mozilla returning year in form 10X for years > 2000
	}</p>
<p>	month = viewMonth;
	dateObj.setDate(1);      // Start the calendar day at '1'
	dateObj.setMonth(month); // Start the calendar month at now
	dateObj.setYear((year));</p>
<p>	// VARIABLES FOR FORMATTING
	var TR_start = '<TR>';
	var TR_end = '</TR>';
	var highlight_start = '<TD WIDTH="30"><TABLE CELLSPACING=0 BORDER=1 BGCOLOR=DEDEFF BORDERCOLOR=CCCCCC><TR><TD WIDTH=20><B><CENTER>';
	var highlight_end   = '</CENTER></TD></TR></TABLE></B>';
	var TD_start = '<TD WIDTH="30"><CENTER>';
	var TD_end = '</CENTER></TD>';
	var prevM = month - 1;
	var nextM = month + 1;</p>
<p>	if (nextM == 12) {
		nextM = 0;
	}</p>
<p>	if (prevM == -1) {
		prevM = 11;
	}</p>
<p>	// BEGIN CODE FOR CALENDAR
	cal =  '<html><head></head><body>';
	cal += "
<style>a:link{cursor: hand}a:active{cursor: hand}a:hover{cursor: hand}a:visited{cursor: hand}body{cursor: default}</style>
<p>";</p>
<p>    cal += '<TABLE BORDER="1" CELLSPACING="0" CELLPADDING="0" BORDERCOLOR="BBBBBB" width="100%" height="200"><TR><TD>';
	cal += '<TABLE BORDER="0" CELLSPACING="0" CELLPADDING="2" width="100%">' + TR_start;
	cal += '<TD COLSPAN="' + DAYS_OF_WEEK + '" BGCOLOR="#EFEFEF"><CENTER><B>';
	cal += month_of_year[month]  + '   ' + year + '</B>' + TD_end + TR_end;
	cal += TR_start;</p>
<p>    ///////////////////////////////////
    // DO NOT EDIT BELOW THIS POINT  //
    ///////////////////////////////////</p>
<p>	// LOOPS FOR EACH DAY OF WEEK
	for(index=0; index < DAYS_OF_WEEK; index++) {
        // PRINTS DAY
        cal += TD_start + day_of_week[index] + TD_end;
	}</p>
<p>	cal += TD_end + TR_end;
	cal += TR_start;</p>
<p>	// FILL IN BLANK GAPS UNTIL TODAY'S DAY
	for(index=0; index < dateObj.getDay(); index++) {
	    cal += TD_start + '  ' + TD_end;
    }</p>
<p>	// LOOPS FOR EACH DAY IN CALENDAR
    for(index=0; index < DAYS_OF_MONTH; index++) {
        if( dateObj.getDate() > index ) {
            // RETURNS THE NEXT DAY TO PRINT
            week_day =dateObj.getDay();</p>
<p>            // START NEW ROW FOR FIRST DAY OF WEEK
            if(week_day == 0) {
                cal += TR_start;
            }</p>
<p>            if(week_day != DAYS_OF_WEEK) {
                // SET VARIABLE INSIDE LOOP FOR INCREMENTING PURPOSES
                var day  = dateObj.getDate();</p>
<p>                // PRINTS DAY
                cal += TD_start + "<span onclick='window.opener.update(" + month + "," + day + ")' style='cursor:hand;font-weight:bold;background:#EFEFEF;width:22px;'>" + day + "</span>" + TD_end;
            }</p>
<p>            // END ROW FOR LAST DAY OF WEEK
            if(week_day == DAYS_OF_WEEK) {
                cal += TR_end;
            }
        }</p>
<p>        // INCREMENTS UNTIL END OF THE MONTH
        dateObj.setDate(dateObj.getDate()+1);</p>
<p>    }// end for loop</p>
<p>	cal += '</td>
<p></TR></TABLE></TABLE><br />';
    cal += '
<div align="center"><a href="javascript:" onClick="window.opener.loadCalendar(' + prevM + ');"><<</a>    ';
	cal += '<a href="javascript:" onClick="window.opener.loadCalendar(' + nextM + ');">>></a></p>
</div>
<p>';
	cal += '
<div align="right"><a href="javascript:window.close();">close</a></div>
<p>';
	cal += '</body></html>';</p>
<p>	//  PRINT CALENDAR
	testWindow.document.write(cal);
}</p>
<p>var testWindow;
var formType;
var fName;</p>
<p>function openCalendar(formName,type) {
	formType=type;
	fName=formName;
	testWindow = window.open('','dates','width=360,height=300,resizable=1,status=1,menubar=0,location=0');
	loadCalendar(document.forms[fName].elements[formType+'Month'].selectedIndex);
}
//-->
</script><br />
<script language="JavaScript">
<!--
function groups(form) {
    if (form.numberOfRooms.selectedIndex == <img src='http://www.discoverlakelouise.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> {
        window.location="http://reservations.discoverlakelouise.com/index.jsp?pageName=groups&#038;cid=266526";
        return false;
    }
    return submitGuestInfoForm(form);
}
-->
</script></p>
<style>
body,td,input,select {color:#000;font-size:11px;font-family:Arial,Helvetica,sans-serif;}
.search-bold {color: #0d477f;font-weight:bold;font-size:12px;}
.button {background-image: url(http://affiliate.travelnow.com/searchboximages/btn-green-bg.gif); color: #FFFFFF; font-weight: bold; font-size: 11px;border-bottom:none;border-top:none;border-left:none;border-right:none;height:16px;cursor:hand}
.bannerborder {border: solid 1px #000000;}
.switcheroo-border { background: #EEF3F9; border: solid 1px #0D447F;}
a {color:#000000}
</style>
<p><!-- switcheroo--><br />
<img src="http://affiliate.travelnow.com/searchboximages/images/i18n/en_switcheroo_tab.gif" border="0"></p>
<table cellspacing="0" cellpadding="0" border="0" width="442" class="switcheroo-border">
<tr>
<td><img src="http://affiliate.travelnow.com/searchboximages/p.gif" height="230" width="7" border="0"/></td>
<td width="428" align="center" valign="top">
<div><img src="http://affiliate.travelnow.com/searchboximages/p.gif" height="7" width="100%" border="0"></div>
<div align="center">
<table cellspacing=0 cellpadding="0" border="0" width="280">
<tr>
<td width="60" align="center" colspan="2"><a href="javascript:displayFlight();"><img src="http://affiliate.travelnow.com/searchboximages/launch-flights-icon.gif" border="0" alt="Flights"></a></td>
<td width="33"><img src="http://affiliate.travelnow.com/searchboximages/p.gif" height="1" width="50"></td>
<td width="60" align="center" colspan="2"><a href="javascript:displayHotel();"><img src="http://affiliate.travelnow.com/searchboximages/launch-hotels-icon.gif" border="0" alt="Hotels"></a></td>
<td width="33"><img src="http://affiliate.travelnow.com/searchboximages/p.gif" height="1" width="50"></td>
<td width="60" align="center" colspan="2"><a href="javascript:displayCar();"><img src="http://affiliate.travelnow.com/searchboximages/launch-cars-icon.gif" border="0" alt="Cars"></a></td>
<td width="33"><img src="http://affiliate.travelnow.com/searchboximages/p.gif" height="1" width="50"></td>
<td width="60" align="center" colspan="2"><a href="javascript:displayCruise();"><img src="http://affiliate.travelnow.com/searchboximages/launch-cruises-icon.gif" border="0" alt="Cruise"></a></td>
</tr>
<tr>
<td width="5">
<input type="radio" onClick="javascript:displayFlight();" name="indexSelect" id="air"></td>
<td valign="middle"><a href="javascript:displayFlight();" class="search-link">Flights</a></td>
<td width="33"><img src="http://affiliate.travelnow.com/searchboximages/p.gif" height="1" width="50"></td>
<td width="5">
<input type="radio" checked onClick="javascript:displayHotel();" name="indexSelect" checked id="hotel"></td>
<td valign="middle"><a href="javascript:displayHotel();" class="search-link">Hotels</a></td>
<td width="33"><img src="http://affiliate.travelnow.com/searchboximages/p.gif" height="1" width="50"></td>
<td width="5">
<input type="radio" onClick="javascript:displayCar();" name="indexSelect" id="car"></td>
<td valign="middle"><a href="javascript:displayCar();" class="search-link">Cars</a></td>
<td width="33"><img src="http://affiliate.travelnow.com/searchboximages/p.gif" height="1" width="50"></td>
<td width="5">
<input type="radio" onClick="javascript:displayCruise();" name="indexSelect" id="cruise"></td>
<td valign="middle"><a href="javascript:displayCruise();" class="search-link">Cruises</a></td>
</tr>
</table></div>
<div><img src="http://affiliate.travelnow.com/searchboximages/p.gif" height="7" width="100%" border="0"></div>
<p>            <!-- change tables --></p>
<p>                <!-- HOTEL --></p>
<div style="display:block;visibility:visible" id="hotelTable">
                <FORM Action="http://reservations.discoverlakelouise.com/index.jsp" onSubmit="javascript: return groups(this);" METHOD="POST" NAME="hotForm" style="margin:0px;"></p>
<input type="hidden" name="pageName" value="hotSearch">
<input type="hidden" name="cid" value="266526">
<input type="hidden" name="locale" value="en_US">
<input type="hidden" name="submitted" value="true">
<input type="hidden" name="validateCity" value="true">
<input type="hidden" name="avail" value="true">
<input type="hidden" name="passThrough" value="true">
<input type="hidden" name="passThrough2" value="true">
<input type=hidden name="isHotels" value="true">
<input type=hidden name="isCondos" value="false">
<input type=hidden name="showCondos" value="true">
<input type=hidden name="showHotels" value="true">
<input type=hidden name="mode" value="2">
<input type=hidden name="netOnly" value="false">
<input type=hidden name="firstSearch" value="true">
<input type=hidden name="isAdvancedSearch" value="false">
<input type=hidden name="specials" value="false">
<input type=hidden name="showPopUp" value="true">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="search-bold">Search for Hotels</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td>Destination City:<br />
<input type="text" size="24" name="city"></td>
<td>Search by Property Type:<br />
<select name="propertyType"><option value="A">All Properties</option><option value="C">Only Vacation Rentals</option></select>
</td>
</tr>
<tr>
<td>Check in:<br />
<table cellpadding="2" cellspacing="0" border="0">
<tr>
<td>
<select name="arrivalMonth" onchange="javascript:amadChange(document.hotForm.arrivalMonth, document.hotForm.arrivalDay, document.hotForm.departureMonth, document.hotForm.departureDay);">
<p><option value=0>January</option><br />
<option value=1>February</option><br />
<option value=2>March</option><br />
<option value=3>April</option><br />
<option value=4>May</option><br />
<option value=5>June</option><br />
<option value=6>July</option><br />
<option value=7>August</option><br />
<option value=8>September</option><br />
<option value=9>October</option><br />
<option value=10>November</option><br />
<option value=11>December</option></p>
</select>
</td>
<td>
<select name="arrivalDay" onchange="amadChange(document.hotForm.arrivalMonth, document.hotForm.arrivalDay, document.hotForm.departureMonth, document.hotForm.departureDay)">
                                                <option value=1>1</option><br />
                                                <option value=2>2</option><br />
                                                <option value=3>3</option><br />
                                                <option value=4>4</option><br />
                                                <option value=5>5</option><br />
                                                <option value=6>6</option><br />
                                                <option value=7>7</option><br />
                                                <option value=8>8</option><br />
                                                <option value=9>9</option><br />
                                                <option value=10>10</option><br />
                                                <option value=11>11</option><br />
                                                <option value=12>12</option><br />
                                                <option value=13>13</option><br />
                                                <option value=14>14</option><br />
                                                <option value=15>15</option><br />
                                                <option value=16>16</option><br />
                                                <option value=17>17</option><br />
                                                <option value=18>18</option><br />
                                                <option value=19>19</option><br />
                                                <option value=20>20</option><br />
                                                <option value=21>21</option><br />
                                                <option value=22>22</option><br />
                                                <option value=23>23</option><br />
                                                <option value=24>24</option><br />
                                                <option value=25 selected>25</option><br />
                                                <option value=26>26</option><br />
                                                <option value=27>27</option><br />
                                                <option value=28>28</option><br />
                                                <option value=29>29</option><br />
                                                <option value=30>30</option><br />
                                                <option value=31>31</option><br />
                                                </select>
</td>
<td>
                                                    <a href="javascript:openCalendar('hotForm', 'arrival');"><img src="http://affiliate.travelnow.com/searchboximages/blueFormCalendar.gif" border="0"/></a>
                                                 </td>
</tr>
</table>
</td>
<td>Check-out:</p>
<table cellpadding="2" cellspacing="0" border="0">
<tr>
<td>
<select name="departureMonth" onchange="javascript:dmddChange(document.hotForm.departureMonth,document.hotForm.departureDay);">
<p><option value=0>January</option><br />
<option value=1>February</option><br />
<option value=2>March</option><br />
<option value=3>April</option><br />
<option value=4>May</option><br />
<option value=5>June</option><br />
<option value=6>July</option><br />
<option value=7>August</option><br />
<option value=8>September</option><br />
<option value=9>October</option><br />
<option value=10>November</option><br />
<option value=11>December</option></p>
</select>
</td>
<td>
<select name="departureDay" onchange="dmddChange(document.hotForm.departureMonth,document.hotForm.departureDay)">
                                                <option value=1>1</option><br />
                                                <option value=2>2</option><br />
                                                <option value=3>3</option><br />
                                                <option value=4>4</option><br />
                                                <option value=5>5</option><br />
                                                <option value=6>6</option><br />
                                                <option value=7>7</option><br />
                                                <option value=8>8</option><br />
                                                <option value=9>9</option><br />
                                                <option value=10>10</option><br />
                                                <option value=11>11</option><br />
                                                <option value=12>12</option><br />
                                                <option value=13>13</option><br />
                                                <option value=14>14</option><br />
                                                <option value=15>15</option><br />
                                                <option value=16>16</option><br />
                                                <option value=17>17</option><br />
                                                <option value=18>18</option><br />
                                                <option value=19>19</option><br />
                                                <option value=20>20</option><br />
                                                <option value=21>21</option><br />
                                                <option value=22>22</option><br />
                                                <option value=23>23</option><br />
                                                <option value=24>24</option><br />
                                                <option value=25>25</option><br />
                                                <option value=26>26</option><br />
                                                <option value=27 selected>27</option><br />
                                                <option value=28>28</option><br />
                                                <option value=29>29</option><br />
                                                <option value=30>30</option><br />
                                                <option value=31>31</option><br />
                                                </select>
</td>
<td>
                                                    <a href="javascript:openCalendar('hotForm', 'departure');"><img src="http://affiliate.travelnow.com/searchboximages/blueFormCalendar.gif" border="0"/></a>
                                                </td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2">
<div id="hot-search-params"></div>
</td>
</tr>
<tr>
<td align="right" colspan="2">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><img src="http://affiliate.travelnow.com/searchboximages/btn-green-cornerL.gif" alt="" border="0"></td>
<td class="button">
<input type="submit" name="Submit" value="Search" class="button" ></td>
<td><img src="http://affiliate.travelnow.com/searchboximages/btn-green-cornerR.gif" alt="" border="0"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="http://affiliate.travelnow.com/searchboximages/p.gif" height="5" width="1" border="0"></td>
</tr>
<tr>
<td align="center"><span class="switcheroo-hr"><img src="http://affiliate.travelnow.com/searchboximages/p.gif" height="1" width="1" border="0"></span></td>
</tr>
<tr>
<td><img src="http://affiliate.travelnow.com/searchboximages/p.gif" height="5" width="1" border="0"></td>
</tr>
</table></form>
</p></div>
<p>                <!-- /HOTEL --></p>
<p>                <!-- AIR --></p>
<div style="display:none;visibility:hidden" id="flightTable">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
                <FORM Action="http://reservations.discoverlakelouise.com/index.jsp?pageName=airSearch&#038;cid=266526&#038;locale=en_US" METHOD="POST" NAME="airForm"></p>
<input type="hidden" name="submitted" value="true">
<input type="hidden" name="validateCity" value="true">
<input type="hidden" name="tripType" value="R">
<input type="hidden" name="cabin" value="Y">
<input type="hidden" name="avail" value="true">
<input type="hidden" name="passThrough" value="true">
<input type="hidden" name="showPopUp" value="true">
<tr>
<td>
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td class="search-bold">Search for Flights</td>
<td width="20"></td>
<td><img src="http://affiliate.travelnow.com/searchboximages/p.gif" width="50" height="1" border="0"><br />
                                    or search by<br />
                                    <a href="http://reservations.discoverlakelouise.com/index.jsp?pageName=airSearch&#038;cid=266526&#038;advancedOptions=true"><br />
                                    Advanced Options</a>
                                </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td>Departure City:<br />
<input type="text" size="25" name="departureCity"></td>
<td colspan="2" nowrap>Depart</p>
<table cellspacing="0" cellpadding="2" border="0">
<tr>
<td>
<select name="departureMonth" onchange="javascript:amadChange(document.airForm.departureMonth, document.airForm.departureDay, document.airForm.returnMonth, document.airForm.returnDay);">
<p><option value=0>January</option><br />
<option value=1>February</option><br />
<option value=2>March</option><br />
<option value=3>April</option><br />
<option value=4>May</option><br />
<option value=5>June</option><br />
<option value=6>July</option><br />
<option value=7>August</option><br />
<option value=8>September</option><br />
<option value=9>October</option><br />
<option value=10>November</option><br />
<option value=11>December</option></p>
</select>
</td>
<td>
<select name="departureDay" onchange="amadChange(document.airForm.departureMonth, document.airForm.departureDay, document.airForm.returnMonth, document.airForm.returnDay)">
                                                    <option value=1>1</option><br />
                                                    <option value=2>2</option><br />
                                                    <option value=3>3</option><br />
                                                    <option value=4>4</option><br />
                                                    <option value=5>5</option><br />
                                                    <option value=6>6</option><br />
                                                    <option value=7>7</option><br />
                                                    <option value=8>8</option><br />
                                                    <option value=9>9</option><br />
                                                    <option value=10>10</option><br />
                                                    <option value=11>11</option><br />
                                                    <option value=12>12</option><br />
                                                    <option value=13>13</option><br />
                                                    <option value=14>14</option><br />
                                                    <option value=15>15</option><br />
                                                    <option value=16>16</option><br />
                                                    <option value=17>17</option><br />
                                                    <option value=18>18</option><br />
                                                    <option value=19>19</option><br />
                                                    <option value=20>20</option><br />
                                                    <option value=21>21</option><br />
                                                    <option value=22>22</option><br />
                                                    <option value=23>23</option><br />
                                                    <option value=24>24</option><br />
                                                    <option value=25>25</option><br />
                                                    <option value=26>26</option><br />
                                                    <option value=27 selected>27</option><br />
                                                    <option value=28>28</option><br />
                                                    <option value=29>29</option><br />
                                                    <option value=30>30</option><br />
                                                    <option value=31>31</option><br />
                                                    </select>
</td>
<td>
                                                    <a href="javascript:openCalendar('airForm', 'departure');"><img src="http://affiliate.travelnow.com/searchboximages/blueFormsCalendar.gif" border="0"/></a>
                                                </td>
<td>
<select name="tempDepTime" onChange="validateDepWindow('airForm')">
                                                <option value="ANT" selected>Anytime</option><br />
                            <option value="M">Morning</option><br />
                            <option value="A">Afternoon</option><br />
                            <option value="E">Evening</option><br />
                                                <option value="1AM">1AM</option><option value="2AM">2AM</option><option value="3AM">3AM</option><option value="4AM">4AM</option><option value="5AM">5AM</option><option value="6AM">6AM</option><option value="7AM">7AM</option><option value="8AM">8AM</option><option value="9AM">9AM</option><option value="10AM">10AM</option><option value="11AM">11AM</option><option value="12PM">NOON</option><option value="1PM">1PM</option><option value="2PM">2PM</option><option value="3PM">3PM</option><option value="4PM">4PM</option><option value="5PM">5PM</option><option value="6PM">6PM</option><option value="7PM">7PM</option><option value="8PM">8PM</option><option value="9PM">9PM</option><option value="10PM">10PM</option><option value="11PM">11PM</option><option value="12AM">MDNT</option></select>
<input type="hidden" name="departureTime" value="12PM"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>Arrival City:<br/><br />
<input type="text" size="25" name="destinationCity"></td>
<td colspan="2" nowrap>Return:<br/></p>
<table cellpadding="2" cellspacing="0" border="0">
<tr>
<td>
<select name="returnMonth" onchange="javascript:dmddChange(document.airForm.returnMonth,document.airForm.returnDay);">
<p><option value=0>January</option><br />
<option value=1>February</option><br />
<option value=2>March</option><br />
<option value=3>April</option><br />
<option value=4>May</option><br />
<option value=5>June</option><br />
<option value=6>July</option><br />
<option value=7>August</option><br />
<option value=8>September</option><br />
<option value=9>October</option><br />
<option value=10>November</option><br />
<option value=11>December</option></p>
</select>
</td>
<td>
<select name="returnDay" onchange="dmddChange(document.airForm.returnMonth,document.airForm.returnDay)">
                                                <option value=1>1</option><br />
                                                <option value=2>2</option><br />
                                                <option value=3>3</option><br />
                                                <option value=4>4</option><br />
                                                <option value=5>5</option><br />
                                                <option value=6>6</option><br />
                                                <option value=7>7</option><br />
                                                <option value=8>8</option><br />
                                                <option value=9>9</option><br />
                                                <option value=10>10</option><br />
                                                <option value=11>11</option><br />
                                                <option value=12>12</option><br />
                                                <option value=13>13</option><br />
                                                <option value=14>14</option><br />
                                                <option value=15>15</option><br />
                                                <option value=16>16</option><br />
                                                <option value=17>17</option><br />
                                                <option value=18>18</option><br />
                                                <option value=19>19</option><br />
                                                <option value=20>20</option><br />
                                                <option value=21>21</option><br />
                                                <option value=22>22</option><br />
                                                <option value=23>23</option><br />
                                                <option value=24>24</option><br />
                                                <option value=25>25</option><br />
                                                <option value=26>26</option><br />
                                                <option value=27 selected>27</option><br />
                                                <option value=28>28</option><br />
                                                <option value=29>29</option><br />
                                                <option value=30>30</option><br />
                                                <option value=31>31</option><br />
                                                </select>
</td>
<td><a href="javascript:openCalendar('airForm', 'return');"><img src="http://affiliate.travelnow.com/searchboximages/blueFormCalendar.gif" border="0"></a></td>
<td>
<select name="tempRetTime" onChange="validateRetWindow('airForm')">
                                                <option value="ANT" selected>Anytime</option><br />
                                                <option value="M">Morning</option><br />
                                                <option value="A">Afternoon</option><br />
                                                <option value="E">Evening</option><br />
                                                <option value="1AM">1AM</option><option value="2AM">2AM</option><option value="3AM">3AM</option><option value="4AM">4AM</option><option value="5AM">5AM</option><option value="6AM">6AM</option><option value="7AM">7AM</option><option value="8AM">8AM</option><option value="9AM">9AM</option><option value="10AM">10AM</option><option value="11AM">11AM</option><option value="12PM">NOON</option><option value="1PM">1PM</option><option value="2PM">2PM</option><option value="3PM">3PM</option><option value="4PM">4PM</option><option value="5PM">5PM</option><option value="6PM">6PM</option><option value="7PM">7PM</option><option value="8PM">8PM</option><option value="9PM">9PM</option><option value="10PM">10PM</option><option value="11PM">11PM</option><option value="12AM">MDNT</option></select>
<input type="hidden" name="departureTime" value="12PM"></td>
</select>
</td>
<input type="hidden" name="returnTime" value="12PM">
<input type="hidden" name="tripWindow" value="9">
                                            </tr>
</table>
</td>
</tr>
</table>
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td align="left">Adults(12 &#8211; 61):</td>
<td>Seniors (62+):</td>
<td>Children (2-11):</td>
<td> </td>
</tr>
<tr>
<td align="left">
<select name="adults">
                                        <option value="0">0</option><br />
                                        <option value="1" selected>1</option><br />
                                        <option value="2">2</option><br />
                                        <option value="3">3</option><br />
                                        <option value="4">4</option><br />
                                        <option value="5">5</option><br />
                                        <option value="6">6</option><br />
                                        </select>
</td>
<td align="left" nowrap>
<select name="seniors">
                                        <option value="0" selected>0</option><br />
                                        <option value="1" >1</option><br />
                                        <option value="2">2</option><br />
                                        <option value="3">3</option><br />
                                        <option value="4">4</option><br />
                                        <option value="5">5</option><br />
                                        <option value="6">6</option><br />
                                        </select>
</td>
<td>
<select name="children" onchange="setChildPTC(document.airForm.children.options[document.airForm.children.selectedIndex].value)">
                                        <option value="0" selected>0</option><br />
                                        <option value="1">1</option><br />
                                        <option value="2">2</option><br />
                                        <option value="3">3</option><br />
                                        <option value="4">4</option><br />
                                        <option value="5">5</option><br />
                                        <option value="6">6</option><br />
                                        </select>
<input type="hidden" name="childPTC" value=""/>
<input type="hidden" name="childPTC" value=""/>
<input type="hidden" name="childPTC" value=""/>
<input type="hidden" name="childPTC" value=""/>
<input type="hidden" name="childPTC" value=""/>
<input type="hidden" name="childPTC" value=""/>
<p>                                        <script language="javascript">
                                            <!--
                                                 function setChildPTC(numChildren) {
                                                     if (numChildren == 0) {
                                                          for(j=0; j < 6; j++){
                                                             eval("document.forms['airForm'].childPTC["+j+"].value=''");
                                                         }
                                                     } else {
                                                         for(j=1; j <= numChildren; j++){
                                                             var ptc=j-1;
                                                             eval("document.forms['airForm'].childPTC["+ptc+"].value=5");
                                                         }
                                                     }
                                                 }
                                            -->
                                        </script>
                                    </td>
<td valign="bottom" align="right">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><img src="http://affiliate.travelnow.com/searchboximages/btn-green-cornerL.gif" alt="" border="0"></td>
<td class="button">
<input type="submit" name="Submit" value="Search" class="button" ></td>
<td><img src="http://affiliate.travelnow.com/searchboximages/btn-green-cornerR.gif" alt="" border="0"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="http://affiliate.travelnow.com/searchboximages/p.gif" height="6" width="1" border="0"></td>
</tr>
<tr>
<td>A non-refundable <A href="javascript:OpenWindow('http://reservations.discoverlakelouise.com/popups/airlines/processingFee.jsp?cid=266526','class','410','175')" title="Processing Fee"><font color="#000000">service fee</font></a> will be charged at the time of booking.<br />
                    </tr>
</p></form>
</table></div>
<p>                <!-- /AIR --><br />
                <!-- CAR --></p>
<div style="display:none;visibility:hidden" id="carTable">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
                <FORM Action="http://reservations.discoverlakelouise.com/index.jsp" METHOD="POST" NAME="carForm"></p>
<input type="hidden" name="cid" value="266526">
<input type="hidden" name="pageName" value="carSearch">
<input type="hidden" name="locale" value="en_US">
<input type="hidden" name="submitted" value="true">
<input type="hidden" name="validateCity" value="true">
<input type="hidden" name="avail" value="true">
<input type="hidden" name="pickUpLocation" value="A">
<input type="hidden" name="passThrough" value="true">
<input type="hidden" name="showPopUp" value="true">
<tr>
<td>
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td class="search-bold">Search for Cars</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td>Enter a Pick-Up Location:<br />
<input type="text" size="25" name="city"></td>
<td colspan="2" nowrap>Pickup:</p>
<table cellpadding="2" cellspacing="0" border="0">
<tr>
<td>
<select name="pickUpMonth" onchange="javascript:amadChange(document.carForm.pickUpMonth, document.carForm.pickUpDay, document.carForm.dropOffMonth, document.carForm.dropOffDay);">
<p><option value=0>January</option><br />
<option value=1>February</option><br />
<option value=2>March</option><br />
<option value=3>April</option><br />
<option value=4>May</option><br />
<option value=5>June</option><br />
<option value=6>July</option><br />
<option value=7>August</option><br />
<option value=8>September</option><br />
<option value=9>October</option><br />
<option value=10>November</option><br />
<option value=11>December</option></p>
</select>
</td>
<td>
<select name="pickUpDay" onchange="amadChange(document.carForm.pickUpMonth, document.carForm.pickUpDay, document.carForm.dropOffMonth, document.carForm.dropOffDay)">
                                                <option value=1>1</option><br />
                                                <option value=2>2</option><br />
                                                <option value=3>3</option><br />
                                                <option value=4>4</option><br />
                                                <option value=5>5</option><br />
                                                <option value=6>6</option><br />
                                                <option value=7>7</option><br />
                                                <option value=8>8</option><br />
                                                <option value=9>9</option><br />
                                                <option value=10>10</option><br />
                                                <option value=11>11</option><br />
                                                <option value=12>12</option><br />
                                                <option value=13>13</option><br />
                                                <option value=14>14</option><br />
                                                <option value=15>15</option><br />
                                                <option value=16>16</option><br />
                                                <option value=17>17</option><br />
                                                <option value=18>18</option><br />
                                                <option value=19>19</option><br />
                                                <option value=20>20</option><br />
                                                <option value=21>21</option><br />
                                                <option value=22>22</option><br />
                                                <option value=23>23</option><br />
                                                <option value=24>24</option><br />
                                                <option value=25>25</option><br />
                                                <option value=26>26</option><br />
                                                <option value=27 selected>27</option><br />
                                                <option value=28>28</option><br />
                                                <option value=29>29</option><br />
                                                <option value=30>30</option><br />
                                                <option value=31>31</option><br />
                                                </select>
</td>
<td><a href="javascript:openCalendar('carForm', 'pickUp');"><img src="http://affiliate.travelnow.com/searchboximages/blueFormCalendar.gif" border="0"></a></td>
<td>
<select name="pickUpTime">
                                                    <option value="1AM">1AM<option value="2AM">2AM<option value="3AM">3AM<option value="4AM">4AM<option value="5AM">5AM<option value="6AM">6AM<option value="7AM">7AM<option value="8AM">8AM<option value="9AM" selected>9AM<option value="10AM">10AM<option value="11AM">11AM<option value="12PM">NOON<option value="1PM">1PM<option value="2PM">2PM<option value="3PM">3PM<option value="4PM">4PM<option value="5PM">5PM<option value="6PM">6PM<option value="7PM">7PM<option value="8PM">8PM<option value="9PM">9PM<option value="10PM">10PM<option value="11PM">11PM<option value="12AM">MDNT</p>
</select>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td> </td>
<td colspan="2" nowrap>Drop-off:</p>
<table cellpadding="2" cellspacing="0" border="0">
<tr>
<td>
<select name="dropOffMonth" onchange="javascript:dmddChange(document.carForm.dropOffMonth,document.carForm.dropOffDay);">
<p><option value=0>January</option><br />
<option value=1>February</option><br />
<option value=2>March</option><br />
<option value=3>April</option><br />
<option value=4>May</option><br />
<option value=5>June</option><br />
<option value=6>July</option><br />
<option value=7>August</option><br />
<option value=8>September</option><br />
<option value=9>October</option><br />
<option value=10>November</option><br />
<option value=11>December</option></p>
</select>
</td>
<td>
<select name="dropOffDay" onchange="dmddChange(document.carForm.dropOffMonth,document.carForm.dropOffDay)">
                                                <option value=1>1</option><br />
                                                <option value=2>2</option><br />
                                                <option value=3>3</option><br />
                                                <option value=4>4</option><br />
                                                <option value=5>5</option><br />
                                                <option value=6>6</option><br />
                                                <option value=7>7</option><br />
                                                <option value=8>8</option><br />
                                                <option value=9>9</option><br />
                                                <option value=10>10</option><br />
                                                <option value=11>11</option><br />
                                                <option value=12>12</option><br />
                                                <option value=13>13</option><br />
                                                <option value=14>14</option><br />
                                                <option value=15>15</option><br />
                                                <option value=16>16</option><br />
                                                <option value=17>17</option><br />
                                                <option value=18>18</option><br />
                                                <option value=19>19</option><br />
                                                <option value=20>20</option><br />
                                                <option value=21>21</option><br />
                                                <option value=22>22</option><br />
                                                <option value=23>23</option><br />
                                                <option value=24>24</option><br />
                                                <option value=25>25</option><br />
                                                <option value=26>26</option><br />
                                                <option value=27 selected>27</option><br />
                                                <option value=28>28</option><br />
                                                <option value=29>29</option><br />
                                                <option value=30>30</option><br />
                                                <option value=31>31</option><br />
                                                </select>
</td>
<td><a href="javascript:openCalendar('carForm', 'dropOff');"><img src="http://affiliate.travelnow.com/searchboximages/blueFormCalendar.gif" border="0"></a></td>
<td>
<select name="dropOffTime">
                                                        <option value="1AM">1AM<option value="2AM">2AM<option value="3AM">3AM<option value="4AM">4AM<option value="5AM">5AM<option value="6AM">6AM<option value="7AM">7AM<option value="8AM">8AM<option value="9AM" selected>9AM<option value="10AM">10AM<option value="11AM">11AM<option value="12PM">NOON<option value="1PM">1PM<option value="2PM">2PM<option value="3PM">3PM<option value="4PM">4PM<option value="5PM">5PM<option value="6PM">6PM<option value="7PM">7PM<option value="8PM">8PM<option value="9PM">9PM<option value="10PM">10PM<option value="11PM">11PM<option value="12AM">MDNT</p>
</select>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top">Please Choose a <a href="javascript:OpenWindow('http://www.travelnow.com/cars/classes/index.jsp?locale=en_US','class','410','410');">Type</a> :<br/></p>
<select style="width:150" name="classCode">
<p><option value="ZZ">Best Buys</options><br />
<option value="MZ">Mini (Non-US)</options><br />
<option value="EZ">Economy</options><br />
<option value="CZ">Compact</options><br />
<option value="IZ">Intermediate</options><br />
<option value="SZ">Standard</options><br />
<option value="FZ">Full Size Van</options><br />
<option value="ZT">Convertible</options><br />
<option value="ZS">Sports Car</options><br />
<option value="PZ">Premium</options><br />
<option value="LZ">Luxury</options><br />
<option value="MV">Minivan</options><br />
<option value="FV">Full Size Van</options><br />
<option value="ZF">Sport Utility</options><br />
<option value="ZP">Pick-up Truck</options><br />
                                    </select>
</td>
<td valign="top">What company do you prefer?:<br />
                                    <SELECT NAME="allList" style="width:150"></p>
<p><option value="" selected >All Available</option><br />
<option value="AL">Alamo</option><br />
<option value="ZT">Thrifty</option><br />
<option value="ZR">Dollar</option><br />
<option value="AD">Advantage</option><br />
<option value="FX">Fox</option><br />
<option value="ZI">Avis</option><br />
<option value="ZD">Budget</option><br />
<option value="ET">Enterprise</option><br />
<option value="ZE">Hertz</option><br />
<option value="ZL">National</option><br />
<option value="FA">Able Rent A Car</option><br />
<option value="AC">Ace</option><br />
<option value="AI">Affinity</option><br />
<option value="AZ">All International</option><br />
<option value="AB">All-American</option><br />
<option value="LV">Allstate</option><br />
<option value="AF">Americar</option><br />
<option value="ZU">Auto Europ</option><br />
<option value="CP">Capital</option><br />
<option value="CV">Capps Vans</option><br />
<option value="CH">Charlie Ca</option><br />
<option value="CY">City Rent</option><br />
<option value="CO">Continental</option><br />
<option value="DR">Der Travel</option><br />
<option value="DS">Discount</option><br />
<option value="EC">E.c.r</option><br />
<option value="EP">Europcar</option><br />
<option value="EZ">Ez Rent</option><br />
<option value="TS">Its</option><br />
<option value="KG">Kemwel</option><br />
<option value="KN">Kenning</option><br />
<option value="LM">L And M</option><br />
<option value="MA">Marathon</option><br />
<option value="MW">Midway</option><br />
<option value="MU">Mudan Auto</option><br />
<option value="NE">Nationwide</option><br />
<option value="NF">New Fronti</option><br />
<option value="AS">Practical</option><br />
<option value="ZP">Practical Car</option><br />
<option value="PI">Preferred</option><br />
<option value="BL">Red And Blue</option><br />
<option value="RB">Red/blue</option><br />
<option value="RT">Routes Car Rental</option><br />
<option value="RY">Royal Rac</option><br />
<option value="SX">Sixt Gmbh</option><br />
<option value="VR">Specialty</option><br />
<option value="CC">Town Cntry</option><br />
<option value="TR">Triangle</option><br />
<option value="SV">U-Save</option><br />
<option value="ZW">Wards</option><br />
<option value="WC">West Coast</option><br />
                                    </select>
</td>
<td valign="bottom" align="right">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><img src="http://affiliate.travelnow.com/searchboximages/btn-green-cornerL.gif" alt="" border="0"></td>
<td class="button">
<input type="submit" name="Submit" value="Search" class="button"></td>
<td><img src="http://affiliate.travelnow.com/searchboximages/btn-green-cornerR.gif" alt="" border="0"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img src="http://affiliate.travelnow.com/searchboximages/p.gif" height="5" width="1" border="0"></td>
</tr></form>
</table></div>
<p>                <!-- /CAR --></p>
<p>                <!-- CRUISES --></p>
<div style="display:none;visibility:visible" id="cruiseTable">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<form name="cruiseForm" action="http://cruises.ian.com/s/c/results.asp" method="get">
<input type="hidden" name="wdos" value="3">
<input type="hidden" name="clp" value="1">
<input type="hidden" name="SType" id="SType" value="A">
<input type="hidden" name="sort" value="7">
<input type="hidden" name="cid" value="266526">
<tr>
<td>
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td class="search-bold">Search for Cruises</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr>
<td>Select a destination:<br />
<select name="places" size="1" style="width:160px">
                                        <option value="C" selected>Caribbean</option><br />
                                         <option value="A">Alaska</option><br />
                                         <option value="BH">Bahamas</option><br />
                                         <option value="BM">Bermuda</option><br />
                                         <option value="M">Mexico</option><br />
                                         <option value="">&#8212;&#8212;&#8212;&#8212;-</option><br />
                                         <option value="ALL">All Destinations</option><br />
                                         <option value="A">Alaska &#8211; All</option><br />
                                         <option value="AG">Alaska &#8211; Gulf of Alaska</option><br />
                                         <option value="AR">Alaska &#8211; Inside Passage</option><br />
                                         <option value="BH">Bahamas</option><br />
                                         <option value="BM">Bermuda</option><br />
                                         <option value="NN">Canada/New England/NY</option><br />
                                         <option value="C">Caribbean &#8211; All</option><br />
                                         <option value="CE">Caribbean &#8211; Eastern</option><br />
                                         <option value="CS">Caribbean &#8211; Southern</option><br />
                                         <option value="CW">Caribbean &#8211; Western</option><br />
                                         <option value="CN">Cruise to Nowhere</option><br />
                                         <option value="E">Europe &#8211; All</option><br />
                                         <option value="EE">Europe &#8211; E. Mediterranean</option><br />
                                         <option value="R">Europe &#8211; Mediterranean &#8211; All</option><br />
                                         <option value="N">Europe &#8211; Northern</option><br />
                                         <option value="EW">Europe &#8211; W. Mediterranean</option><br />
                                         <option value="W">Europe &#8211; Western</option><br />
                                         <option value="O">Exotic &#8211; Asia/Africa/Other</option><br />
                                         <option value="H">Hawaii</option><br />
                                         <option value="M">Mexico</option><br />
                                         <option value="T">Panama Canal/C. America</option><br />
                                         <option value="S">South America</option><br />
                                         <option value="I">South Pacific &#8211; All</option><br />
                                         <option value="P">South Pacific &#8211; Australia</option><br />
                                         <option value="TH">South Pacific &#8211; Tahiti</option><br />
                                         <option value="ET">Transatlantic</option><br />
                                         <option value="NA">U.S. &#8211; All</option><br />
                                         <option value="PC">U.S. &#8211; Pacific/Northwest</option><br />
                                         <option value="NC">U.S. &#8211; Southeast</option><br />
                                         <option value="WW">World Cruise</option><br />
                                        </select>
</td>
<td colspan="2" nowrap>Show cruises sailing month:<br /><SELECT size=1 name="Month"></SELECT></td>
</tr>
<tr>
<td>Show cruises sailing month:<br /><SELECT size=1 name=operator style="width:160px"><br />
                                    <OPTION value=ALL selected>All Cruise Lines</OPTION><br />
                                    <OPTION value=1>Carnival Cruise Lines</OPTION> <OPTION<br />
                                    value=11>Celebrity Cruises</OPTION> <OPTION<br />
                                    value=14>Costa Cruises</OPTION> <OPTION<br />
                                    value=17>Crystal Cruises</OPTION> <OPTION<br />
                                    value=18>Cunard Line</OPTION> <OPTION value=20>Disney<br />
                                    Cruise Line</OPTION> <OPTION value=24>Holland America<br />
                                    Line</OPTION> <OPTION value=34>Norwegian Cruise<br />
                                    Line</OPTION> <OPTION value=36>Orient Lines</OPTION><br />
                                    <OPTION value=40>Princess Cruises</OPTION> <OPTION<br />
                                    value=41>Radisson Seven Seas Cruises</OPTION> <OPTION<br />
                                    value=44>Royal Caribbean Cruises</OPTION> <OPTION<br />
                                    value=48>Seabourn Cruise Line</OPTION> <OPTION<br />
                                    value=50>Silversea Cruises</OPTION> <OPTION<br />
                                    value=63>Windjammer Barefoot Cruises</OPTION> <OPTION<br />
                                    value=64>Windstar Cruises</OPTION><br />
                                    </SELECT>
                                    </td>
<td nowrap>Cruise length:</p>
<select name="days" size="1" style="width:140px">
                                    <option selected value="ALL">All</option><br />
                                    <option value="1">1-6 Days/Nights</option><br />
                                    <option value="2">7-10 Days/Nights</option><br />
                                    <option value="3">11 Days/Nights +</option><br />
                                    </select>
</td>
<td valign="bottom" align="right">
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td><img src="http://affiliate.travelnow.com/searchboximages/btn-green-cornerL.gif" alt="" border="0"></td>
<td class="button">
<input type="submit" name="Submit" value="Search" class="button"></td>
<td><img src="http://affiliate.travelnow.com/searchboximages/btn-green-cornerR.gif" alt="" border="0"></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr></form>
</table>
<p>                <script>
                var monthOptionList = document.forms['cruiseForm'].Month.options;
                var months = new Array();
                months[0] = "January";
                months[1] = "February";
                months[2] = "March";
                months[3] = "April";
                months[4] = "May";
                months[5] = "June";
                months[6] = "July";
                months[7] = "August";
                months[8] = "September";
                months[9] = "October";
                months[10] = "November";
                months[11] = "December";
                var numOfMonths = 18;</p>
<p>                function populateMonths() {
                var date = new Date();
                var month = date.getMonth();
                var year = date.getFullYear();
                var i;</p>
<p>                //clear option list
                ClearOptions(monthOptionList);</p>
<p>                //Add first option "All Dates" to the option list
                AddToOptionList(monthOptionList ,"ALL", "All Dates");</p>
<p>                //add months to the option list
                for(i=0; i<numOfMonths; i++) {
                var value = (month+1)+"/1/"+year;
                var Text = months[month]+" "+year;
                AddToOptionList(monthOptionList, value, Text);
                month++;
                if( month > 11 ) {
                month = 0;
                year++;
                }
                }</p>
<p>                }</p>
<p>                function ClearOptions(OptionList) {
                // Always clear an option list from the last entry to the first
                for (x = OptionList.length; x >= 0; x = x - 1) {
                OptionList[x] = null;
                }
                }</p>
<p>                function AddToOptionList(OptionList, OptionValue, OptionText) {
                // Add option to the bottom of the list
                OptionList[OptionList.length] = new Option(OptionText, OptionValue);
                }</p>
<p>                populateMonths();
                </script>
                </div>
<p>                <!-- /CRUISES --></p>
<p>            <!-- /change table --></p>
<div><img src="http://affiliate.travelnow.com/searchboximages/p.gif" height="7" width="100%" border="0"></div>
</td>
<p>        <!-- sets height of table so it wont move --></p>
<td><img src="http://affiliate.travelnow.com/searchboximages/p.gif" height="230" width="7" border="0" onLoad="javascript:loadDefaultDates(),displayHotel();"/></td>
</tr>
</table>
<p><!-- /switcheroo --><br />
<script language="javascript">
<!--
    // NOTE: customize variables in this javascript block as appropriate.
    var defaultAdults="2";
    var cellStyle=" class='index-text'";
    var childHelp="Please provide the ages of children in each room. Children's ages should be their age at the time of travel.";
    var adultHelp="";
    var textRooms="Rooms:";
    var textAdults="Adults: (age 19+)";
    var textChildren="Children: (0-17)";
    var textChildError="Please specify the ages of all children.";
    var pad='<img src="http://reservations.discoverlakelouise.com/images/p.gif" width="5" height="1">';
    // NOTE: Question marks ("?") get replaced with a numeric value
    var textRoomX="Room ?:";
    var textChildX="Child ?:";</p>
<p>//-->
</script><br />
<!-- NOTE: DO NOT MODIFY THIS JAVASCRIPT BLOCK --><br />
<script language="javascript">
<!--
    var adultsPerRoom=new Array(defaultAdults);
    var childrenPerRoom=new Array();
    var childAgesPerRoom=new Array();
    var numRooms=1;
    var maxChildren=0;</p>
<p>    refresh();</p>
<p>    function setChildAge(room, child, age) {
        if (childAgesPerRoom[room] == null) {
            childAgesPerRoom[room] = new Array();
        }
        childAgesPerRoom[room][child] = age;
    }</p>
<p>    function setNumAdults(room, numAdults) {
        adultsPerRoom[room] = numAdults;
    }</p>
<p>    function setNumChildren(room, numChildren) {
        childrenPerRoom[room] = numChildren;
        refresh();
    }</p>
<p>    function setNumRooms(x) {
        numRooms = x;
        for (i = 0; i < x; i++) {
            if (adultsPerRoom[i] == null) {
                adultsPerRoom[i] = 2;
            }
            if (childrenPerRoom[i] == null) {
                childrenPerRoom[i] = 0;
            }
        }
        refresh();
    }</p>
<p>    function renderRoomSelect() {
        var x = '';
        x += '
<select name="numberOfRooms" onchange="setNumRooms(this.options[this.selectedIndex].value);">';
        for (var i = 1; i < 9; i++) {
            x += '<option value="'+i+'"'+(numRooms == i ? ' selected' : '')+'>' + i;
        }
        x += '<option value="9"'+(numRooms == 9 ? ' selected' : '')+'>9+';
        x += '</select>
<p>';
        return x;
    }</p>
<p>    function refresh() {
        maxChildren = 0;
        for (var i = 0; i < numRooms; i++) {
            if (childrenPerRoom[i] > maxChildren) {
                maxChildren = childrenPerRoom[i];
            }
        }</p>
<p>        var x = '';
        if (adultHelp.length > 0) {
            x = adultHelp + "
<p>\n";
        }</p>
<p>        if (numRooms > <img src='http://www.discoverlakelouise.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> {
            x += textRooms;
            x += renderRoomSelect();</p>
<p>        } else {
            x += '
<table border="0" cellspacing="2" cellpadding="0">\n';
            x += '
<tr>
<td'+cellStyle+'>'+textRooms+pad+'</td>
<p>';
            if (numRooms > 1) {
                x += '
<td'+cellStyle+'>&nbsp;</td>
<p>';
            }
            x += '
<td'+cellStyle+'><nobr>'+textAdults+pad+'</nobr></td>
<td'+cellStyle+'><nobr>'+textChildren+pad+'</nobr></td>
</tr>
<p>\n';
            for (var i = 0; i < numRooms; i++) {
                x += '
<tr>
<td'+cellStyle+'>';
                if (i == 0) {
                    x += renderRoomSelect();
                } else {
                    x += '&nbsp;';
                }
                x += '</td>
<p>';
                if (numRooms > 1) {
                    x += '
<td'+cellStyle+'><nobr>'+getValue(textRoomX, i+1)+pad + '</nobr></td>
<p>';
                }
                x += '
<td'+cellStyle+'>';
                x += buildSelect('room-' + i + '-adult-total', 'setNumAdults(' + i + ', this.options[this.selectedIndex].value)', 1, 4, adultsPerRoom[i]);
                x += '</td>
<td'+cellStyle+'>';
                x += buildSelect('room-' + i + '-child-total', 'setNumChildren(' + i + ', this.options[this.selectedIndex].value)', 0, 6, childrenPerRoom[i]);
                x += '</td>
</tr>
<p>\n';
            }
            x += '</table>
<p>\n';</p>
<p>            var didHeader = false;
            for (var i = 0; i < numRooms; i++) {
                if (childrenPerRoom[i] > 0) {
                    if (!didHeader) {
                        x += '
<table border="0" cellpadding="0" cellspacing="2">\n';
                        x += '
<tr>
<td'+cellStyle+' colspan="'+(maxChildren+1)+'">';
                        x += '<img src="/images/p.gif" width="1" height="5"><br />';
                        x += childHelp;
                        x += '<img src="/images/p.gif" width="1" height="5"><br />';
                        x += '</td>
</tr>
<p>\n
<tr>
<td'+cellStyle+'>&nbsp;</td>
<p>';
                        for (var j = 0; j < maxChildren; j++) {
                            x += '
<td'+cellStyle+'><nobr>'+getValue(textChildX, j+1)+pad+'</nobr></td>
<p>\n';
                        }
                        didHeader = true;
                    }
                    x += '</tr>
<p>\n
<tr>
<td'+cellStyle+'><nobr>'+getValue(textRoomX, i+1)+pad+'</nobr></td>
<p>';
                    for (var j = 0; j < childrenPerRoom[i]; j++) {
                        x += '
<td'+cellStyle+'>';
                        var def = -1;
                        if (childAgesPerRoom[i] != null) {
                            if (childAgesPerRoom[i][j] != null) {
                                def = childAgesPerRoom[i][j];
                            }
                        }
                        x += '
<select name="room-'+i+'-child-'+j+'-age" onchange="setChildAge('+i+', '+j+', this.options[this.selectedIndex].value);">';
                        x += '<option value="-1"'+(def == -1 ? ' selected' : '')+'>-?-';
                        x += '<option value="0"'+(def == 0 ? ' selected' : '')+'>&lt;1';
                        for (var k = 1; k <= 18; k++) {
                            x += '<option value="'+k+'"'+(def == k ? ' selected' : '')+'>'+k;
                        }
                        x += '</td>
<p>';
                    }
                    if (childrenPerRoom[i] < maxChildren) {
                        for (var j = childrenPerRoom[i]; j < maxChildren; j++) {
                            x += '
<td'+cellStyle+'>&nbsp;</td>
<p>';
                        }
                    }
                    x += '</tr>
<p>\n';
                }
            }
            if (didHeader) {
                x += '</table>
<p>\n';
            }
        }</p>
<p>        document.getElementById("hot-search-params").innerHTML = x;
    }</p>
<p>    function buildSelect(name, onchange, min, max, selected) {
        var x = '
<select name="' + name + '"';
        if (onchange != null) {
            x += ' onchange="' + onchange + '"';
        }
        x +='>\n';
        for (var i = min; i <= max; i++) {
            x += '<option value="' + i + '"';
            if (i == selected) {
                x += ' selected';
            }</p>
<p>            x += '>' + i + '\n';
        }
        x += '</select>
<p>';
        return x;
    }</p>
<p>    function validateGuests(form) {
        if (numRooms < 9) {
            var missingAge = false;
            for (var i = 0; i < numRooms; i++) {
                var numChildren = childrenPerRoom[i];
                if (numChildren != null &#038;&#038; numChildren > 0) {
                    for (var j = 0; j < numChildren; j++) {
                        if (childAgesPerRoom[i] == null || childAgesPerRoom[i][j] == null || childAgesPerRoom[i][j] == -1) {
                            missingAge = true;
                        }
                    }
                }
            }</p>
<p>            if (missingAge) {
                alert(textChildError);
                return false;
            } else {
                return true;
            }
        } else {
            return true;
        }
    }</p>
<p>    function submitGuestInfoForm(form) {
        if (!validateGuests(form)) {
            return false;
        }
        return true;
    }</p>
<p>    function getValue(str, val) {
        return str.replace(/\?/g, val);
    }
//-->
</script><br />
<!--END--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.discoverlakelouise.com/booking/reservation.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lake Louise Hotels and Accommodations</title>
		<link>http://www.discoverlakelouise.com/llaccom.html</link>
		<comments>http://www.discoverlakelouise.com/llaccom.html#comments</comments>
		<pubDate>Mon, 25 May 2009 21:29:20 +0000</pubDate>
		<dc:creator>Lake Louise</dc:creator>
				<category><![CDATA[Accommodations]]></category>

		<guid isPermaLink="false">http://www.discoverlakelouise.com/?p=177</guid>
		<description><![CDATA[Advance reservations are strongly recommended for the summer season, and for all national and international holidays. During ski season, advance reservations are recommended at all Lake Louise, Field and Area hotels. Visitors to the banff and Lake Louise area may also choose to stay in the mountain community of Canmore, which offers additional accommodations and [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px; margin-bottom 3px; margin-top 3px; margin-right 3px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.discoverlakelouise.com%2Fllaccom.html"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.discoverlakelouise.com%2Fllaccom.html" height="61" width="51" /></a></div><p>Advance reservations are strongly recommended for the summer season, and for all national and international holidays. During ski season, advance reservations are recommended at all Lake Louise, Field and Area hotels. Visitors to the banff and Lake Louise area may also choose to stay in the mountain community of Canmore, which offers additional accommodations and is located just 15 minutes east of Banff.</p>
<h3><strong><a title="The Fairmont Jasper Park Lodge" href="http://www.fairmont.com/jasper/HotelPackages/SpecialOffer/99WaystoPlayWinter" target="_blank">The Fairmont Jasper Park Lodge<img class="alignright size-full wp-image-937" title="The Fairmont Jasper Park Lodge" src="http://www.banffnationalpark.com/wp-content/uploads/2009/04/jasper-park-lodge-02.jpg" alt="" width="150" height="120" /></a> <a href="http://www.fairmont.com/EN_FA/Reservations/ReservationAvailability?hc=JPL&#038;pc=PWAY" target="_blank"><img class="alignnone size-full wp-image-195" title="Book Now!" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/booknow.jpg" alt="Book Now!" width="75" height="25" /></a></strong></h3>
<p>The Fairmont Jasper Park Lodge Is A Deluxe Hotel Located 225 Miles From Edmonton International Airport And 275 Miles From The Calgary International Airport. The Lodge Is A Full-service Resort With Many On-site Activities Available.</p>
<p>Website: <a title="The Fairmont Jasper Park Lodge" href="http://www.fairmont.com/jasper/HotelPackages/SpecialOffer/99WaystoPlayWinter" target="_blank">Click Here!</a></p>
<h3><a rel="nofollow" href="http://www.whistlersinn.com/" target="_blank"><img class="alignright size-full wp-image-8927" title="Whistlers Inn" src="http://www.canadianrockies.net/wp-content/uploads/2009/02/sketch1.jpg" alt="Whistlers Inn" width="150" height="120" /><strong>Whistlers Inn</strong></a> <a href="https://secure2.worldweb.com/sforms/whistlersinn/reserve.html" target="_blank"><img class="alignnone size-full wp-image-195" title="Book Now!" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/booknow.jpg" alt="Book Now!" width="75" height="25" /></a></h3>
<p>Whistlers Inn of Jasper, Alberta is centrally located in the heart of the Jasper National Park townsite and within walking distance of all shops, and outdoor activities. Our Jasper Inn boasts a cozy Jasper Canadian Rockies alpine atmosphere and features 63 spacious guest rooms for accommodation, many with breathtaking views of the surrounding Canadian Rockies ranges.</p>
<p>Website: <a rel="nofollow" href="http://www.whistlersinn.com/" target="_blank">Click here!</a></p>
<h3><a rel="nofollow" href="http://www.banffinn.com/" target="_blank"><img class="alignright size-full wp-image-5644" title="Banff Inn" src="http://www.rockies.com/wp-content/uploads/2009/06/banff-inn.jpg" alt="" width="150" height="120" /><strong>Banff Inn</strong></a> <a href="http://www.banffinn.com/reservations.html" target="_blank"><img class="alignnone size-full wp-image-195" title="Book Now!" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/booknow.jpg" alt="Book Now!" width="75" height="25" /></a></h3>
<p>The Banff Inn offers modern hotel accommodations located on Banff Avenue, only minutes away from the downtown shops, restaurants and many of Banff&#8217;s attractions.</p>
<p>The Inn features well appointed, renovated standard guest rooms as well as rooms with jacuzzi tubs, loft units, king rooms and honeymoon suites. All guest rooms are non-smoking and have complimentary wireless service, confidential voice mail and individually controlled air conditioning and heating.</p>
<p>Website: <a rel="nofollow" href="http://www.banffinn.com/" target="_blank">Click Here!</a></p>
<h3><a rel="nofollow" href="http://www.paradiselodge.com/" target="_blank"><img class="alignright size-full wp-image-130" title="paradise-lodge-and-bungalows" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/paradise-lodge-and-bungalows.jpg" alt="paradise-lodge-and-bungalows" width="200" height="160" />Paradise Lodge and Bungalows</a><a href="http://reservation.discoverbanff.com/booking-request.html?login=311" target="_blank"><img class="alignnone size-full wp-image-195" title="Book Now!" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/booknow.jpg" alt="Book Now!" width="75" height="25" /></a></h3>
<p>Individual and newly renovated luxury Cabins and comfortable Lodge Suites located in world famous Lake Louise in Banff National Park. We are located within walking distance to the Lake itself. .Paradise Lodge &amp; Bungalows will be your quiet comfortable home away from home in the heart of the Canadian Rockies. An immaculate setting nestled amongst the mountains and trees for the traveler with great expectations for a mountain get-a-way.</p>
<p>Website:<a rel="nofollow" href="http://www.hillsidechalets.com/" target="_blank">Click here! </a></p>
<h3><a rel="nofollow" href="http://www.johnstoncanyon.com/" target="_blank"><img class="alignright size-full wp-image-125" title="johnston-canyon-resort" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/johnston-canyon-resort.jpg" alt="johnston-canyon-resort" width="200" height="160" />Johnston Canyon Resort</a><a href="http://www.johnstoncanyon.com/rockies-resort-bookings.htm" target="_blank"><img class="alignnone size-full wp-image-195" title="Book Now!" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/booknow.jpg" alt="Book Now!" width="75" height="25" /></a></h3>
<p>Conveniently tucked away between world famous Banff and Lake Louise, you will find a holiday gem among Lake Louise accommodations. Enjoy the charm and hospitality and honest values that have been our signature for over sixty years. <a rel="nofollow" href="http://www.johnstoncanyon.com/" target="_blank">Click here</a> to start your vacation!</p>
<p>Website: <a rel="nofollow" href="http://www.johnstoncanyon.com/" target="_blank">Click here! </a></p>
<h3><a rel="nofollow" href="http://www.mountaineerlodge.com/" target="_blank"><img class="alignright size-full wp-image-128" title="mountaineer-lodge" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/mountaineer-lodge.jpg" alt="mountaineer-lodge" width="200" height="160" />Mountaineer Lodge</a><a href="http://www.mountaineerlodge.com/" target="_blank"><img class="alignnone size-full wp-image-195" title="Book Now!" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/booknow.jpg" alt="Book Now!" width="75" height="25" /></a></h3>
<p>Mountaineer Lodge is just 2 kms from the majestic Lake Louise, we are centrally located amidst a spectacular setting. Our non-smoking property offers deluxe rooms, suites and family units. Alberta Housekeeping Award Winner!</p>
<p>Website: <a rel="nofollow" href="http://www.mountaineerlodge.com/" target="_blank">Click here!</a></p>
<h3><a rel="nofollow" href="http://www.morainelake.com/" target="_blank"><img class="alignright size-full wp-image-127" title="moraine-lake-lodge" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/moraine-lake-lodge.jpg" alt="moraine-lake-lodge" width="200" height="160" />Moraine Lake Lodge</a> <a href="http://reservation.discoverbanff.com/booking-request.html?login=66;city=Banff;unittype=hotel" target="_blank"><img class="alignnone size-full wp-image-195" title="Book Now!" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/booknow.jpg" alt="Book Now!" width="75" height="25" /></a></h3>
<p>Moraine Lake Lodge is a post-and-beam structure graced with grand windows providing generous views of the Canadian Rockies most famous lake, with its incomparable turquoise hue, and the surrounding Valley of the Ten Peaks.</p>
<p>Website: <a rel="nofollow" href="http://www.morainelake.com/" target="_blank">Click here!</a></p>
<h3><a rel="nofollow" href="http://www.canadianrockies.net/crossriver/" target="_blank">Cross River Wilderness Centre</a><a href="https://www.crossriver.ca/reservations.asp" target="_blank"><img class="alignnone size-full wp-image-195" title="Book Now!" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/booknow.jpg" alt="Book Now!" width="75" height="25" /></a></h3>
<p>The Perfect getaway &#8230;. Cozy wilderness cabins and main lodge, with close proximity to Banff and Kootenay National Parks and Assiniboine Provincial Park. This is an EcoLodge; self-sufficient, environmentally friendly, and role models true stewardship of the land. The heritage cabins are each individually decorated complimentary to mountain life. The main lodge provides delicious freshly prepared home cooked meals and Wow! they have some of the best hiking in the rocky mountains.</p>
<p>Website: <a rel="nofollow" href="http://www.canadianrockies.net/crossriver/" target="_blank">Click here!</a></p>
<h3><a rel="nofollow" href="http://www.nipika.com/" target="_blank"><img class="alignright size-full wp-image-129" title="nipika-mountain-resort" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/nipika-mountain-resort.jpg" alt="nipika-mountain-resort" width="200" height="160" />Nipika Mountain Resort</a><a href="http://www.nipika.com/main.php?p=45" target="_blank"><img class="alignnone size-full wp-image-195" title="Book Now!" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/booknow.jpg" alt="Book Now!" width="75" height="25" /></a></h3>
<p>Radium area &#8211; Nipika Mountain Resort borders Kootenay National Park and offers guests a recreational playground right out the front door of our luxurious lodge and cabins.</p>
<p>Nipika is a remarkable eco lodge inviting guests to retreat, relax and recreate. Cross-country ski, mountain bike, hike or run on our endless trails out the front door. Fish, canoe, kayak or raft the nearby Kootenay River. Or just sit on the porch and watch wildlife graze on the meadow.</p>
<p>Website: <a rel="nofollow" href="http://www.nipika.com/" target="_blank">Click here!</a></p>
<h3><img class="alignright size-full wp-image-126" title="kicking-horse-lodge1" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/kicking-horse-lodge1.jpg" alt="kicking-horse-lodge1" width="200" height="160" />Kicking Swan Manor<img class="alignnone size-full wp-image-195" title="Book Now!" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/booknow.jpg" alt="Book Now!" width="75" height="25" /></h3>
<p>A small comfortable Lodge located in Field B.C., a unique place in the heart of Yoho National Park &#8211; only 20 min to Lake Louise and 40 min to Golden. Dramatic mountain views all around. Tastefully decorated guest rooms with private bath, queensize beds and cable television. Large family unit with full kitchen. Some kitchenettes.</p>
<p>Website: Click here!</p>
<h3><a rel="nofollow" href="http://www.cathedralmountainlodge.com/" target="_blank"><img class="alignright size-full wp-image-124" title="cathedral-mountain-lodge" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/cathedral-mountain-lodge.jpg" alt="cathedral-mountain-lodge" width="200" height="160" />Cathedral Mountain Lodge</a> <a href="http://www.cathedralmountainlodge.com/" target="_blank"><img class="alignnone size-full wp-image-195" title="Book Now!" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/booknow.jpg" alt="Book Now!" width="75" height="25" /></a></h3>
<p>Cozy log cabins located fifteen minutes east of Lake Louise in Yoho National Park. Private chalets accommodate from four to six people each, loft, fireplace and kitchenette units available. Minutes from Field, British Columbia and from Takakkaw Falls, one of the Canadian Rockies most magnificent sights.</p>
<p>Website: <a rel="nofollow" href="http://www.cathedralmountainlodge.com/" target="_blank">Click here!</a></p>
<h3><a rel="nofollow" href="http://www.purcellmountainlodge.com/" target="_blank"><img class="alignright size-full wp-image-131" title="purcell-mountain-lodge1" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/purcell-mountain-lodge1.jpg" alt="purcell-mountain-lodge1" width="200" height="160" />Purcell Mountain Lodge</a><a href="http://www.purcellmountainlodge.com/content/booking-information" target="_blank"><img class="alignnone size-full wp-image-195" title="Book Now!" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/booknow.jpg" alt="Book Now!" width="75" height="25" /></a></h3>
<p><em>The Ultimate in backcountry luxury </em></p>
<p>&#8220;Wilderness Hiking Lodge of the Year &#8211; 1995 &#8221; : Andrew Harper&#8217;s Hideaway Report. Escape to a place with no roads, no publicized hiking trails, no cars, no crowds, no noise, no pollution. Yet, despite its remoteness, Purcell Lodge offers modern accommodation and facilities that belie its isolation. accessible by Helicopter (included) hiking or cross-country skiing.includes all meals and snacks, accommodation, room tax and guiding and instructional services, as well as the round trip helicopter shuttle flight from Golden, BC.</p>
<p>Website: <a rel="nofollow" href="http://www.purcellmountainlodge.com/" target="_blank">Click here!</a></p>
<h2>Book Hotels in Lake Louise Thru TravelNow.com</p>
<p><small>Promo Code: 266526</small></h2>
<h3><a href="http://reservations.discoverlakelouise.com/index.jsp?pageName=hotInfo&amp;cid=266526&amp;hotelID=182870&amp;city=Lake+Louise&amp;stateProvince=AB&amp;country=CA&amp;hotel=1&amp;currencyCode=USD&amp;locale=en" target="_blank"><img class="alignright size-thumbnail wp-image-198" title="Lake Louise Inn" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/lake-louise-inn-150x150.jpg" alt="Lake Louise Inn" width="150" height="150" />Lake Louise Inn </a><a href="http://reservations.discoverlakelouise.com/index.jsp?pageName=hotInfo&amp;cid=266526&amp;hotelID=182870&amp;city=Lake+Louise&amp;stateProvince=AB&amp;country=CA&amp;hotel=1&amp;currencyCode=USD&amp;locale=en" target="_blank"><img class="alignnone size-full wp-image-195" title="Book Now!" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/booknow.jpg" alt="Book Now!" width="75" height="25" /></a></h3>
<p>The Lake Louise Inn In Alberta, Canada, Features A Lush, Natural Setting Close To Nature Trails, Scenic Points And Lakes. Shopping Is Available At Samson Mall, Within One-half Kilometer Of The Hotel, And 30 Kilometers Away Is The Majestic Johnson Canyon.</p>
<h3><a href="http://reservations.discoverlakelouise.com/index.jsp?pageName=hotInfo&amp;cid=266526&amp;hotelID=184121&amp;city=Lake+Louise&amp;stateProvince=AB&amp;country=CA&amp;hotel=1&amp;currencyCode=USD&amp;locale=en" target="_blank"><img class="alignright size-thumbnail wp-image-202" title="Deer Lodge" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/deer-lodge-150x150.jpg" alt="Deer Lodge" width="150" height="150" />Deer Lodge </a><a href="http://reservations.discoverlakelouise.com/index.jsp?pageName=hotInfo&amp;cid=266526&amp;hotelID=184121&amp;city=Lake+Louise&amp;stateProvince=AB&amp;country=CA&amp;hotel=1&amp;currencyCode=USD&amp;locale=en" target="_blank"><img class="alignnone size-full wp-image-195" title="Book Now!" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/booknow.jpg" alt="Book Now!" width="75" height="25" /></a></h3>
<p>The Deer Lodge Is Secluded Within A National Park Near Lake Louise Village In Alberta, Canada. The Lodge Stands One Kilometer From Hiking Trails And Six Kilometers From The Lake Louise Ski Hill.</p>
<p>The Deer Lodge Retains Much Of Its Original Hand-hewn Log Features And Décor, While Architectural Structures Have Been Restored. A Stone Fireplace Glows, While A Cedar Sauna Banishes The Evening Chill.</p>
<h3><a href="http://reservations.discoverlakelouise.com/index.jsp?pageName=hotInfo&amp;cid=266526&amp;hotelID=173749&amp;city=Lake+Louise&amp;stateProvince=AB&amp;country=CA&amp;hotel=1&amp;currencyCode=USD&amp;locale=en" target="_blank"><img class="alignright size-thumbnail wp-image-204" title="The Fairmont Chateau Lake Louise" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/fairmont-chateau-150x150.jpg" alt="The Fairmont Chateau Lake Louise" width="150" height="150" />The Fairmont Chateau Lake Louise</a> <a href="http://reservations.discoverlakelouise.com/index.jsp?pageName=hotInfo&amp;cid=266526&amp;hotelID=173749&amp;city=Lake+Louise&amp;stateProvince=AB&amp;country=CA&amp;hotel=1&amp;currencyCode=USD&amp;locale=en" target="_blank"><img class="alignnone size-full wp-image-195" title="Book Now!" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/booknow.jpg" alt="Book Now!" width="75" height="25" /></a></h3>
<p>The Fairmont Chateau Lake Louise Sits Eight-stories Tall On The Shores Of Lake Louise. Surrounded By The Canadian Rocky Mountains, The Hotel Is Adjacent To The Plain Of The Six Glaciers Trail. The Hotel Is Less Than Five Kilometers From The Parks Canada Information Center And 10 Kilometers From Lake Louise Mountain Resort.</p>
<h3><a href="http://reservations.discoverlakelouise.com/index.jsp?pageName=hotInfo&amp;cid=266526&amp;hotelID=172923&amp;city=Lake+Louise&amp;stateProvince=AB&amp;country=CA&amp;hotel=1&amp;currencyCode=USD&amp;locale=en" target="_blank"><img class="alignright size-thumbnail wp-image-207" title="Post Hotel &amp; Spa" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/post-hotel-spa-150x150.jpg" alt="Post Hotel &amp; Spa" width="150" height="150" />Post Hotel &amp; Spa </a><a href="http://reservations.discoverlakelouise.com/index.jsp?pageName=hotInfo&amp;cid=266526&amp;hotelID=172923&amp;city=Lake+Louise&amp;stateProvince=AB&amp;country=CA&amp;hotel=1&amp;currencyCode=USD&amp;locale=en" target="_blank"><img class="alignnone size-full wp-image-195" title="Book Now!" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/booknow.jpg" alt="Book Now!" width="75" height="25" /></a></h3>
<p><strong>Location.</strong></p>
<ul>
<li>The Post Hotel &amp; Spa Is Located In Lake Louise, Alberta.</li>
<li>2.5 Kilometers From Lake Louise</li>
<li>Four Kilometers From Lake Louise Ski Resort</li>
</ul>
<p><strong>Hotel Features.</strong></p>
<ul>
<li>Full-service Health Spa</li>
<li>Restaurants And Extensive Wine Cellar</li>
<li>Ski Shuttle And Storage</li>
</ul>
<h3><a href="http://reservations.discoverlakelouise.com/index.jsp?pageName=hotInfo&amp;cid=266526&amp;hotelID=184120&amp;city=Lake+Louise&amp;stateProvince=AB&amp;country=CA&amp;hotel=1&amp;currencyCode=USD&amp;locale=en" target="_blank"><img class="alignright size-thumbnail wp-image-211" title="Emerald Lake Lodge" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/emerald-lake-lodge-150x150.jpg" alt="Emerald Lake Lodge" width="150" height="150" />Emerald Lake Lodge </a><a href="http://reservations.discoverlakelouise.com/index.jsp?pageName=hotInfo&amp;cid=266526&amp;hotelID=184120&amp;city=Lake+Louise&amp;stateProvince=AB&amp;country=CA&amp;hotel=1&amp;currencyCode=USD&amp;locale=en" target="_blank"><img class="alignnone size-full wp-image-195" title="Book Now!" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/booknow.jpg" alt="Book Now!" width="75" height="25" /></a></h3>
<p>Standing At The Base Of A Placid Aquamarine Lake Beneath Yoho National Park&#8217;s Towering Cliff-faced Mountains, The Rural Emerald Lake Lodge In Field, British Columbia, Represents An Ideal Rocky Mountain Escape Within 30 Kilometers, Or 20 Miles, Of Lake Louise Ski Hill And Even Nearer Pristine Waterfalls And The Canadian Pacific Railroad&#8217;s Famous Spiral Tunnels. Outdoor Adventure Seekers Can Enjoy Snowshoeing, Cross-country Skiing, Hiking Along Numerous Trials, Rowing Or Canoeing, And Fishing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.discoverlakelouise.com/llaccom.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Round out Your Lake Louise Itinerary</title>
		<link>http://www.discoverlakelouise.com/itineraries/lake_sidetrips.html</link>
		<comments>http://www.discoverlakelouise.com/itineraries/lake_sidetrips.html#comments</comments>
		<pubDate>Thu, 14 May 2009 16:46:48 +0000</pubDate>
		<dc:creator>Lake Louise</dc:creator>
				<category><![CDATA[Itineraries]]></category>
		<category><![CDATA[Your Lake Louise Itinerary]]></category>

		<guid isPermaLink="false">http://www.discoverlakelouise.com/?p=160</guid>
		<description><![CDATA[The Lake Louise Visitor Centre has exhibits focusing on the geology of the Canadian Rockies, including an interactive video featuring Dr. G.O. Morph and a few on the history of Lake Louise. They also have videos on animals, avalanches, history and things to see.
The Bow River Loop interpretive trail has signs that highlight the animals [...]


Related posts:<ol><li><a href='http://www.discoverlakelouise.com/itineraries/traintour_sidetrip.html' rel='bookmark' title='Permanent Link: Round out Your Train Itinerary'>Round out Your Train Itinerary</a></li>
<li><a href='http://www.discoverlakelouise.com/itineraries/kootenay_sidetrip.html' rel='bookmark' title='Permanent Link: Round out your Kootenay Itinerary'>Round out your Kootenay Itinerary</a></li>
<li><a href='http://www.discoverlakelouise.com/itineraries/icefieldssidetrip.html' rel='bookmark' title='Permanent Link: Round Out Your Icefields Parkway Tour'>Round Out Your Icefields Parkway Tour</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px; margin-bottom 3px; margin-top 3px; margin-right 3px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.discoverlakelouise.com%2Fitineraries%2Flake_sidetrips.html"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.discoverlakelouise.com%2Fitineraries%2Flake_sidetrips.html" height="61" width="51" /></a></div><p><strong>The Lake Louise Visitor Centre</strong> has exhibits focusing on the geology of the Canadian Rockies, including an interactive video featuring Dr. G.O. Morph and a few on the history of Lake Louise. They also have videos on animals, avalanches, history and things to see.</p>
<p><strong>The Bow River Loop</strong> interpretive trail has signs that highlight the animals that make the river their home. This walk is especially wonderful early or late in the day when light on the water creates a magical feeling in the air.</p>
<p><strong>The Lake Louise Summer sightseeing Lift and Gondola</strong> provides a panoramic view of the mountains surrounding Lake Louise. On a clear day you can see all the way to Mt. Assiniboine (highest peak in banff National Park). Early and late day light can make the atmosphere just that little more rarefied and beautiful.</p>
<p><strong>In July and August</strong>, banff National Park interpretive staff provide free guided strolls along the shore of Lake Louise and hikes to the Plain of Six Glaciers Teahouse. Explore Lake Louise&#8217;s history and landscape in more depth and detail.The Plain of Six is considered to be the best hike in the area with the most reward for a moderate effort. Rewards include: mountains, glaciers and often wildlife, with the added bonus of a rustic, charming, log teahouse where they will ply you delightful foodstuffs at the end of the trail. Free interpretive shows are also given at the Lake Louise campground outdoor theatre in the evenings. Check the visitor centre for schedules.</p>
<p>You can also visit the <strong>Plain of Six Teahouse</strong>, and another at nearby Lake Agnes, in western style on horseback. Timberline tours (522-3743) are located behind the Chateau, next to the parking lots.</p>
<p>In winter, you can get a horse fix by taking a <strong>sleigh ride</strong> along the shore of Lake Louise.</p>
<p>Canoes can get you to places and views not within easy reach. Again, early and late in the day are the best times to have a peaceful and atmospheric outing on Lake Louise or Moraine Lake. Rentals available at both lakes.</p>
<p>For even more ideas, we have a list of what to do when you don&#8217;t hike or ski.</p>
<h3>Lake Louise Great dining Experinces&#8230;</h3>
<p>Lake Louise&#8217;s restaurants are generally on the high quality end of the spectrum. For such a small place, we must have the best choice in good food in Canada.</p>
<p>The Lake Louise Train Station Restaurant, a beautifully restored heritage building, is not only a good place for something to eat, but a piece of living Canadian history. Historic photos adorn the wall for your perusal and there are old-fashioned rail cars behind the log station building. Fireplaces make it very cosy in winter.</p>
<p>Also try the Post Hotel dining Room, Baker Creek Bistro, the Elkhorn dining Room (Deer Lodge), the Edelweiss dining Room, the Walliserstube (Chateau Lake Louise), and the Moraine Lake Lodge dining Room.</p>
<p>For afternoon sipping, there is High Tea at the Chateau (summer only) and an elegant, European-style tea at the Post Hotel</p>
<p><a href="http://www.purewest.com/">For more information</a></p>
<ul>
<li><a href="http://www.discoverlakelouise.com/itineraries/MoraineLake.html">Lake Louise</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/IceFieldsTour.html">The Icefields Parkway Tour</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/Yoho.html">WaterFalls and RockWalls Tour (Yoho)</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/Kootenay.html">Hot Springs (Kootenay)</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/TrainTour.html">For Train Buffs</a></li>
</ul>
<p><a href="http://www.discoverlakelouise.com/itineraries/NonHikers.html">STUFF TO DO FOR THOSE THAT DON’T HIKE OR SKI</a></p>


<p>Related posts:<ol><li><a href='http://www.discoverlakelouise.com/itineraries/traintour_sidetrip.html' rel='bookmark' title='Permanent Link: Round out Your Train Itinerary'>Round out Your Train Itinerary</a></li>
<li><a href='http://www.discoverlakelouise.com/itineraries/kootenay_sidetrip.html' rel='bookmark' title='Permanent Link: Round out your Kootenay Itinerary'>Round out your Kootenay Itinerary</a></li>
<li><a href='http://www.discoverlakelouise.com/itineraries/icefieldssidetrip.html' rel='bookmark' title='Permanent Link: Round Out Your Icefields Parkway Tour'>Round Out Your Icefields Parkway Tour</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.discoverlakelouise.com/itineraries/lake_sidetrips.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Round out Your Train Itinerary</title>
		<link>http://www.discoverlakelouise.com/itineraries/traintour_sidetrip.html</link>
		<comments>http://www.discoverlakelouise.com/itineraries/traintour_sidetrip.html#comments</comments>
		<pubDate>Thu, 14 May 2009 16:41:37 +0000</pubDate>
		<dc:creator>Lake Louise</dc:creator>
				<category><![CDATA[Itineraries]]></category>
		<category><![CDATA[Train Itinerary]]></category>

		<guid isPermaLink="false">http://www.discoverlakelouise.com/?p=156</guid>
		<description><![CDATA[Enjoy a meal at the Lake Louise Station Restaurant.  The restaurant is housed in the second Lake Louise train station, an original 1908 log building that is atmospheric and charming.  The walls are decorated in historic photos that are worth a close look.  You can also dine in two historic train cars [...]


Related posts:<ol><li><a href='http://www.discoverlakelouise.com/itineraries/traintour.html' rel='bookmark' title='Permanent Link: Train Buff’s Itinerary'>Train Buff’s Itinerary</a></li>
<li><a href='http://www.discoverlakelouise.com/itineraries/kootenay_sidetrip.html' rel='bookmark' title='Permanent Link: Round out your Kootenay Itinerary'>Round out your Kootenay Itinerary</a></li>
<li><a href='http://www.discoverlakelouise.com/itineraries/lake_sidetrips.html' rel='bookmark' title='Permanent Link: Round out Your Lake Louise Itinerary'>Round out Your Lake Louise Itinerary</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px; margin-bottom 3px; margin-top 3px; margin-right 3px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.discoverlakelouise.com%2Fitineraries%2Ftraintour_sidetrip.html"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.discoverlakelouise.com%2Fitineraries%2Ftraintour_sidetrip.html" height="61" width="51" /></a></div><p><img class="aligncenter size-full wp-image-157" title="sepiatrain1" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/sepiatrain1.jpg" alt="sepiatrain1" width="360" height="236" /></p>
<p>Enjoy a meal at the Lake Louise Station Restaurant.  The restaurant is housed in the second Lake Louise train station, an original 1908 log building that is atmospheric and charming.  The walls are decorated in historic photos that are worth a close look.  You can also dine in two historic train cars located behind the station: the Delamere and the Killarney (one time the private car of Lord Shaughnessy, president of the Canadian Pacific).</p>
<p>From the Station Restaurant, take a short walk up the Tramline Trail to a large clearing and expansive view of the Bow Valley.  The current CPR line will be visible below.  The Lake Louise Tramline, a narrow-gauge railway, connected the station to the Chateau on the shore of Lake Louise from 1912 to 1930.  Today the abandoned grade is a walking, cycling and cross-country skiing path.</p>
<p>Take the #1A Bow Valley Parkway for 5 minutes towards banff and stop at the Outlet Creek parking area.  From the road here, you are looking down on Morant’s Curve, a lovely bend in the railway line that CPR photographer Nicholas Morant used to his advantage.  This vantage point makes it possible to get more of the train into the picture, and the bend adds a dramatic element to the composition.</p>
<p>Take the Trans-Canada Highway (#1) west in the direction of Yoho National Park and the town of Field.  10 minutes from Lake Louise the highway crosses the Great Divide and the British Columbia/Alberta border.  From here the road follows the original railway grade as it begins to descend “the Big Hill.”  In the space of six kilometres (3 3/4 miles), the road will drop 300 metres (almost 1000 feet).  Past Wapta Lake, on the left, is a pullout to view an old bridge left over from the original line.</p>
<p>For the first 25 years of the railway’s existence, runaway trains were a real concern.  Eventually the CPR dealt with the Big Hill by building two spiral tunnels.  A few more minutes down the road is a pullout for the Lower Spiral Tunnel on your right.  Exhibits tell the story of the early years and of the construction of these engineering marvels.</p>
<p>The Upper Spiral Tunnel can be seen from a well-marked viewpoint 5 minutes up the Yoho Valley Road.  At the bottom of the Big Hill, turn right onto this road.</p>
<p>As you return to the Trans-Canada, turn into the Kicking Horse Campground and follow the road to the back end of it.  On your right is the trailhead for the Walk in the Past Trail.  Pamphlets that outline six stops of interest should be available at the kiosk.  The trail is 1.2 km (3/4 mi) long with about 100 m (300 ft) of elevation gain.  At the end are the remains of a narrow-gauge locomotive that was used to haul away rubble during the construction of the spiral tunnels.</p>
<p>As the Yoho Valley Road rejoins the highway, stop for a moment to admire the small railway tunnels cut into the steep sides of Mt. Stephen and the bulldozer work that allows the line to pass through the runout zone of an avalanche path.  The other thing that CPR workers must worry about are the several jokulhlaups that threatens from above.  Jokulhlaup is Norwegian for “glacier flood.”  A lake that forms underneath a hanging glacier above sometimes discharges, creating debris flows that inundate the tracks below.</p>
<p>Drive about ½ kilometre along the highway and pull off again.  On the side of Mt. Stephen, the rails pass through a large opening in the trees.  In the winter of 1998, a large train lost control on the Big Hill and wrecked itself here, piling up dozens of cars and spilling tons of grain.   It was impossible to fully clean up. Spilled grain can attract wildlife and put them at risk of being killed, so CP Rail erected electric fencing around this site.</p>
<p>By now you must be hungry again, so it’s time to pull into the town of Field.  The town is mostly populated by people who work for the railway and for Parks Canada.  Field got its start as Mount Stephen House, one of the many hotels that CP built along the line.  It first functioned as a dining stop so that dining cars would not have to be hauled up the Big Hill, but quickly evolved into a hotel that catered to tourists that the CPR attracted to the mountains.  It stood from 1886 to 1953 on the current site of the CPR bunkhouse — your destination for lunch or dinner!</p>
<p>Turn off the highway and come into town, cross the river and then cross the tracks.  Take the first right turn and make your way down to a beige building.  Park and go in the front door — tourists are welcome, despite the lack of sign.  The diner-style cafe inside is where the railway guys eat their meals and chat.  Consider asking them about the big train wreck mentioned above.</p>
<p>If you prefer, there is also the Siding General Store and Cafe in downtown Field.</p>
<p>Depending on your schedule, you could continue to drive west on the Trans-Canada Highway, following the line as it heads to Vancouver.  The scenery is lovely and the rail line comes into view every once in awhile.</p>
<h3>Return to the Era of Travel by Rail:</h3>
<p><strong><img class="alignleft size-thumbnail wp-image-158" title="train1" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/train1-120x150.jpg" alt="train1" width="69" height="87" />&#8220;Simply the most spectacular train trip in the world&#8221;</strong></p>
<p>The Rocky Mountaineer travels during the daylight hours through the rugged Rocky Mountains.</p>
<p><a href="http://www.purewest.com/">For more information</a></p>
<ul>
<li><a href="http://www.discoverlakelouise.com/itineraries/MoraineLake.html">Lake Louise</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/IceFieldsTour.html">The Icefields Parkway Tour</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/Yoho.html">WaterFalls and RockWalls Tour (Yoho)</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/Kootenay.html">Hot Springs (Kootenay)</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/TrainTour.html">For Train Buffs</a></li>
</ul>
<p><a href="http://www.discoverlakelouise.com/itineraries/NonHikers.html">STUFF TO DO FOR THOSE THAT DON’T HIKE OR SKI</a></p>


<p>Related posts:<ol><li><a href='http://www.discoverlakelouise.com/itineraries/traintour.html' rel='bookmark' title='Permanent Link: Train Buff’s Itinerary'>Train Buff’s Itinerary</a></li>
<li><a href='http://www.discoverlakelouise.com/itineraries/kootenay_sidetrip.html' rel='bookmark' title='Permanent Link: Round out your Kootenay Itinerary'>Round out your Kootenay Itinerary</a></li>
<li><a href='http://www.discoverlakelouise.com/itineraries/lake_sidetrips.html' rel='bookmark' title='Permanent Link: Round out Your Lake Louise Itinerary'>Round out Your Lake Louise Itinerary</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.discoverlakelouise.com/itineraries/traintour_sidetrip.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Round out your Kootenay Itinerary</title>
		<link>http://www.discoverlakelouise.com/itineraries/kootenay_sidetrip.html</link>
		<comments>http://www.discoverlakelouise.com/itineraries/kootenay_sidetrip.html#comments</comments>
		<pubDate>Thu, 14 May 2009 16:27:49 +0000</pubDate>
		<dc:creator>Lake Louise</dc:creator>
				<category><![CDATA[Itineraries]]></category>
		<category><![CDATA[Kootenay Itinerary]]></category>

		<guid isPermaLink="false">http://www.discoverlakelouise.com/?p=152</guid>
		<description><![CDATA[Olive Lake, just past the Sinclair Pass Viewpoint, is a perfect spot to enjoy a picnic and fishwatch.  The cool forest that surrounds the lake is a treat on a hot summer day.
Enjoy the scenery and relax in the Radium Hot Springs.  Two pools, one hot for soaking and one warm for swimming, [...]


Related posts:<ol><li><a href='http://www.discoverlakelouise.com/itineraries/kootenay.html' rel='bookmark' title='Permanent Link: Cool Kootenay'>Cool Kootenay</a></li>
<li><a href='http://www.discoverlakelouise.com/itineraries/traintour_sidetrip.html' rel='bookmark' title='Permanent Link: Round out Your Train Itinerary'>Round out Your Train Itinerary</a></li>
<li><a href='http://www.discoverlakelouise.com/itineraries/lake_sidetrips.html' rel='bookmark' title='Permanent Link: Round out Your Lake Louise Itinerary'>Round out Your Lake Louise Itinerary</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px; margin-bottom 3px; margin-top 3px; margin-right 3px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.discoverlakelouise.com%2Fitineraries%2Fkootenay_sidetrip.html"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.discoverlakelouise.com%2Fitineraries%2Fkootenay_sidetrip.html" height="61" width="51" /></a></div><p>Olive Lake, just past the Sinclair Pass Viewpoint, is a perfect spot to enjoy a picnic and fishwatch.  The cool forest that surrounds the lake is a treat on a hot summer day.</p>
<p>Enjoy the scenery and relax in the Radium Hot Springs.  Two pools, one hot for soaking and one warm for swimming, will keep all members of the family happy.  Forgot your trunks?  No problem, towels and suits are available for rent.</p>
<p>Just beyond the park boundary lies one of the biggest and most important wetlands in Canada &#8211; the Columbia Wetlands.  Ask locals for walking suggestions or take a tour with a float trip company.  Eagles, osprey, waterfowl and other birds are sure to be seen.</p>
<p>For those looking to challenge themselves in the mountains, Kootenay has a handful of classic full day hikes.  We recommend the Kindersley/Sinclair Loop for midsummer wildflowers, Floe Lake for dramatic beauty, and, Stanley Glacier for a taste of fire and ice.</p>
<h3>Gateway to the Desert</h3>
<p>At the south end of Kootenay, the road travels through Sinclair Canyon, a feat of highway engineering.</p>
<p>Between narrow red canyon walls, the road actually travels on top of the Sinclair River.  Once you have passed through the narrowest part, the wide open Columbia Valley awaits.  Only an hour’s drive away from glaciers, you will find cactus on the warm and dry valley floor.</p>
<p>There are a number of short trails that allow you to explore more of the Sinclair Canyon on foot.  The smell of sun-warmed juniper bushes wafts on the air, and when you descend to the stream, tall western red cedar trees whisk you away from desert-like conditions to the rainforest of the British Columbia coast.</p>
<ul>
<li><a href="http://www.discoverlakelouise.com/itineraries/MoraineLake.html">Lake Louise</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/IceFieldsTour.html">The Icefields Parkway Tour</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/Yoho.html">WaterFalls and RockWalls Tour (Yoho)</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/Kootenay.html">Hot Springs (Kootenay)</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/TrainTour.html">For Train Buffs</a></li>
</ul>
<p><a href="http://www.discoverlakelouise.com/itineraries/NonHikers.html">STUFF TO DO FOR THOSE THAT DON’T HIKE OR SKI</a></p>


<p>Related posts:<ol><li><a href='http://www.discoverlakelouise.com/itineraries/kootenay.html' rel='bookmark' title='Permanent Link: Cool Kootenay'>Cool Kootenay</a></li>
<li><a href='http://www.discoverlakelouise.com/itineraries/traintour_sidetrip.html' rel='bookmark' title='Permanent Link: Round out Your Train Itinerary'>Round out Your Train Itinerary</a></li>
<li><a href='http://www.discoverlakelouise.com/itineraries/lake_sidetrips.html' rel='bookmark' title='Permanent Link: Round out Your Lake Louise Itinerary'>Round out Your Lake Louise Itinerary</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.discoverlakelouise.com/itineraries/kootenay_sidetrip.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Round Out Your Icefields Parkway Tour</title>
		<link>http://www.discoverlakelouise.com/itineraries/icefieldssidetrip.html</link>
		<comments>http://www.discoverlakelouise.com/itineraries/icefieldssidetrip.html#comments</comments>
		<pubDate>Thu, 14 May 2009 16:16:30 +0000</pubDate>
		<dc:creator>Lake Louise</dc:creator>
				<category><![CDATA[Itineraries]]></category>
		<category><![CDATA[Icefields Parkway]]></category>

		<guid isPermaLink="false">http://www.discoverlakelouise.com/?p=147</guid>
		<description><![CDATA[Peyto Lake © Just one of the side trips recommended by the editors along the Icefields                Parkway.
Stop at the interpretive signs. Many of the viewpoints have displays that explain more about the area.
Stretch your legs at one of the short [...]


Related posts:<ol><li><a href='http://www.discoverlakelouise.com/itineraries/icefieldstour.html' rel='bookmark' title='Permanent Link: Icefields Parkway'>Icefields Parkway</a></li>
<li><a href='http://www.discoverlakelouise.com/itineraries/kootenay_sidetrip.html' rel='bookmark' title='Permanent Link: Round out your Kootenay Itinerary'>Round out your Kootenay Itinerary</a></li>
<li><a href='http://www.discoverlakelouise.com/itineraries/lake_sidetrips.html' rel='bookmark' title='Permanent Link: Round out Your Lake Louise Itinerary'>Round out Your Lake Louise Itinerary</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px; margin-bottom 3px; margin-top 3px; margin-right 3px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.discoverlakelouise.com%2Fitineraries%2Ficefieldssidetrip.html"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.discoverlakelouise.com%2Fitineraries%2Ficefieldssidetrip.html" height="61" width="51" /></a></div><p><img class="aligncenter size-full wp-image-149" title="peytolake2" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/peytolake2.jpg" alt="peytolake2" width="360" height="241" /><strong>Peyto Lake ©</strong> Just one of the side trips recommended by the editors along the Icefields                Parkway.</p>
<p><strong>Stop at the interpretive signs.</strong> Many of the viewpoints have displays that explain more about the area.</p>
<p>Stretch your legs at one of the short trails along the way.  Not only does Bow Summit offer one of the most famous views in the Rockies (Peyto Lake), but also a short interpretive trail that meanders through high elevation meadows.  In early summer, this is the only way to see alpine wildflowers without a serious hike.  Mistaya Canyon is a 10-minute walk through forest to a stretch of deeply eroded canyon that features potholes worn into the rock.  The beginning of the Glacier Lake trail allows you to poke around on the banks of the North Saskatchewan River.</p>
<p><strong>Have an ice cream and stare in amazement</strong> at the postcard selection at The Crossing Resort’s gift shop.</p>
<p><strong>Look for wildlife along the way</strong>.  On a good day in May and June (while there is still a lot of snow high on the mountains), you can often spot every large mammal that the Rockies has to offer — right next to the road.  During the rest of the summer, your chances are still good to see animals, especially early and late in the day.  Drive carefully.  A number of good, pocket-sized books are available about the mammals of the Canadian Rockies.</p>
<p><strong>In winter, be sure to have a full tank of gas, food and water when you take this trip.  All services are closed.</strong></p>
<h3>THE Picnic</h3>
<p>Pack a delicious lunch to eat outdoors.<br />
The parkway is the wildest part of banff National Park and features nature at its most intense and beautiful.  You’ll be in a car for much of the trip and what better way to experience this place than to eat while fully immersed in it.</p>
<p>There are picnic areas at Herbert Lake, Bow Lake, Saskatchewan River Crossing, and below Mt. Coleman.  Or, bring a blanket and find a quiet and secluded spot by driving into a campground or stopping at a trailhead where you can walk a short distance away.</p>
<ul>
<li><a href="http://www.discoverlakelouise.com/itineraries/MoraineLake.html">Lake Louise</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/IceFieldsTour.html">The Icefields Parkway Tour</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/Yoho.html">WaterFalls and RockWalls Tour (Yoho)</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/Kootenay.html">Hot Springs (Kootenay)</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/TrainTour.html">For Train Buffs</a></li>
</ul>
<p><a href="http://www.discoverlakelouise.com/itineraries/itineraries/NonHikers.html">STUFF TO DO FOR THOSE THAT DON’T HIKE OR SKI</a></p>


<p>Related posts:<ol><li><a href='http://www.discoverlakelouise.com/itineraries/icefieldstour.html' rel='bookmark' title='Permanent Link: Icefields Parkway'>Icefields Parkway</a></li>
<li><a href='http://www.discoverlakelouise.com/itineraries/kootenay_sidetrip.html' rel='bookmark' title='Permanent Link: Round out your Kootenay Itinerary'>Round out your Kootenay Itinerary</a></li>
<li><a href='http://www.discoverlakelouise.com/itineraries/lake_sidetrips.html' rel='bookmark' title='Permanent Link: Round out Your Lake Louise Itinerary'>Round out Your Lake Louise Itinerary</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.discoverlakelouise.com/itineraries/icefieldssidetrip.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Train Buff’s Itinerary</title>
		<link>http://www.discoverlakelouise.com/itineraries/traintour.html</link>
		<comments>http://www.discoverlakelouise.com/itineraries/traintour.html#comments</comments>
		<pubDate>Tue, 12 May 2009 17:33:34 +0000</pubDate>
		<dc:creator>Lake Louise</dc:creator>
				<category><![CDATA[Itineraries]]></category>
		<category><![CDATA[Train Buff’s Itinerary]]></category>
		<category><![CDATA[train tour]]></category>

		<guid isPermaLink="false">http://www.discoverlakelouise.com/?p=113</guid>
		<description><![CDATA[When the Canadian Pacific Railway was built across our young country, the Rocky Mountains were the first large barrier to be crossed on the way to the west coast.  The difficulties posed by the Great Divide (10 minutes from Lake Louise), the tall peaks and narrow passes of the Columbia Mountains, as well as [...]


Related posts:<ol><li><a href='http://www.discoverlakelouise.com/itineraries/traintour_sidetrip.html' rel='bookmark' title='Permanent Link: Round out Your Train Itinerary'>Round out Your Train Itinerary</a></li>
<li><a href='http://www.discoverlakelouise.com/itineraries/kootenay_sidetrip.html' rel='bookmark' title='Permanent Link: Round out your Kootenay Itinerary'>Round out your Kootenay Itinerary</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px; margin-bottom 3px; margin-top 3px; margin-right 3px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.discoverlakelouise.com%2Fitineraries%2Ftraintour.html"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.discoverlakelouise.com%2Fitineraries%2Ftraintour.html" height="61" width="51" /></a></div><p><img class="aligncenter size-full wp-image-114" title="sepiatrain" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/sepiatrain.jpg" alt="sepiatrain" width="360" height="236" /></p>
<p>When the Canadian Pacific Railway was built across our young country, the Rocky Mountains were the first large barrier to be crossed on the way to the west coast.  The difficulties posed by the Great Divide (10 minutes from Lake Louise), the tall peaks and narrow passes of the Columbia Mountains, as well as the Fraser Canyon, taxed the creative genius of railway engineers — who produced some amazing solutions.</p>
<p>There is a rich railway legacy in the immediate vicinity of Lake Louise.  To appreciate it fully, you’ll need to bone up on the history end of things.  Two suggestions: first, get one of the many books on the subject (like Graeme Pole’s <em>The Spiral Tunnels and the Big Hill</em>) and second, stop at the Lake Louise Visitor Centre for a copy of “The Kicking Horse Chronicle,” a newspaper style pamphlet that outlines railway construction on the Big Hill.</p>
<h3>Return to the Era of Travel by Rail:</h3>
<p><em><strong><img class="size-full wp-image-115 alignleft" title="train" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/train.jpg" alt="train" width="76" height="134" />&#8220;Simply the most spectacular train trip in the world&#8221;</strong></em></p>
<p>The Rocky Mountaineer travels during the daylight hours through the rugged Rocky Mountains.</p>
<p><a href="http://www.purewest.com/">For more information </a></p>
<h3>&nbsp;</h3>
<h3>&nbsp;</h3>
<h3>&nbsp;</h3>
<p><img class="alignleft size-full wp-image-83" title="goldseal1" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/goldseal1.jpg" alt="goldseal1" width="118" height="119" /></p>
<p><strong><em>Click the logo for <a href="http://www.discoverlakelouise.com/itineraries/TrainTour_SideTrip.html">short side trips and stops</a> on this tour</em></strong></p>
<ul>
<li><a href="http://www.discoverlakelouise.com/itineraries/TheLake.html">Lake Louise</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/MoraineLake.html">The Other Lake &#8211; Moraine Lake</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/IceFieldsTour.html">The Icefields Parkway Tour</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/Yoho.html">WaterFalls and RockWalls Tour (Yoho)</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/Kootenay.html">Hot Springs (Kootenay)</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/TrainTour.html">For Train Buffs</a></li>
</ul>
<p><a href="http://www.discoverlakelouise.com/itineraries/NonHikers.html">STUFF TO DO FOR THOSE THAT DON’T HIKE OR SKI</a></p>


<p>Related posts:<ol><li><a href='http://www.discoverlakelouise.com/itineraries/traintour_sidetrip.html' rel='bookmark' title='Permanent Link: Round out Your Train Itinerary'>Round out Your Train Itinerary</a></li>
<li><a href='http://www.discoverlakelouise.com/itineraries/kootenay_sidetrip.html' rel='bookmark' title='Permanent Link: Round out your Kootenay Itinerary'>Round out your Kootenay Itinerary</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.discoverlakelouise.com/itineraries/traintour.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Cool Kootenay</title>
		<link>http://www.discoverlakelouise.com/itineraries/kootenay.html</link>
		<comments>http://www.discoverlakelouise.com/itineraries/kootenay.html#comments</comments>
		<pubDate>Tue, 12 May 2009 17:24:14 +0000</pubDate>
		<dc:creator>Lake Louise</dc:creator>
				<category><![CDATA[Itineraries]]></category>
		<category><![CDATA[Kootenay]]></category>
		<category><![CDATA[Kootenay National Park]]></category>
		<category><![CDATA[Lake Louise]]></category>

		<guid isPermaLink="false">http://www.discoverlakelouise.com/?p=110</guid>
		<description><![CDATA[From Lake Louise, another good option is a day trip into Kootenay National Park.  You can take the Trans-Canada Highway (#1) east or the #1A Bow Valley Parkway in the direction of banff and, half way there, take the exit for Highway #93 South to Radium Hot Springs.  Kootenay is an intense variety [...]


Related posts:<ol><li><a href='http://www.discoverlakelouise.com/itineraries/kootenay_sidetrip.html' rel='bookmark' title='Permanent Link: Round out your Kootenay Itinerary'>Round out your Kootenay Itinerary</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px; margin-bottom 3px; margin-top 3px; margin-right 3px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.discoverlakelouise.com%2Fitineraries%2Fkootenay.html"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.discoverlakelouise.com%2Fitineraries%2Fkootenay.html" height="61" width="51" /></a></div><p>
From Lake Louise, another good option is a day trip into Kootenay National Park.  You can take the Trans-Canada Highway (#1) east or the #1A Bow Valley Parkway in the direction of banff and, half way there, take the exit for Highway #93 South to Radium Hot Springs.  Kootenay is an intense variety of landscapes in a small amount of space.  You can experience a lot in the course of one day — the life and beauty of a burned forest, the cool, fragrant breezes of a canyon, the intense colour of vermilion rocks, and, the burning heat of the desert (well, almost!).</p>
<p><strong>The Vermillion Pass Burn</strong></p>
<p>As you begin to climb up Highway #93S, the road takes you past the 1968 Vermillion Pass Burn.  It may seem like a desolate landscape, but look again.  It has it’s own beauty and it is some of the best wildlife habitat around.  Moose love the tender ends of bushes that grow well when they get lots of sunlight.  And bears love the berries the bushes produce too.  Hummingbirds are attracted to a host of blooming flowers.   Finally, the burn is good habitat for the rarely-seen lynx, who like to hunt snowshoe hares along the edge of it.  To best experience the life in a young forest, stop at the Arnica Lake/Twin Lakes trailhead and take a walk as far as you feel comfortable, or, stop at the short Fireweed Trail to learn more about fire’s role in renewing the landscape.</p>
<p><strong>Marble Canyon and the Paint Pots</strong></p>
<p>There are two more short trails that make enjoyable walks.  Marble Canyon is a narrow, deep canyon and the trail takes you along its edge, while bridges allow you to get good views of the interior.  Also check out the trail to the Ochre Beds and Paint Pots.  Colourful sediments the flow from the runoff of cold springs were mined here for use in paint.</p>
<h3>Mt. Wardle Mineral Lick </h3>
<p>Kootenay National Park’s official symbol is the mountain goat.  Close to 300 of these sure-footed creatures inhabit the park, and one of the best places to see them is at a natural mineral lick by the side of the highway (watch for the sign).  During May and June, dozens of goats will descend from their steep haunts to lick the dirt.  Mixed in with the soil are essential minerals like calcium, especially important for nannies who have recently given birth.</p>
<p><strong>Wide Valleys mean Wildlife</strong></p>
<p>A good portion of your trip is in the bottom of a low elevation valley, the Kootenay Valley.  Unlike the high mountain peaks, winter is easier and summer is more bountiful in the grassy meadows and open forests of the montane life zone.  You might see black bears, coyotes, moose, elk and deer.  Drive carefully, particularly at dusk.<br />
<img class="alignleft size-full wp-image-83" title="goldseal1" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/goldseal1.jpg" alt="goldseal1" width="118" height="119" /></p>
<p><strong><em>Click the logo for <a href="http://www.discoverlakelouise.com/itineraries/Kootenay_SideTrip.html">short side trips</a> and stops on this tour</em></strong></p>
<ul>
<li><a href="http://www.discoverlakelouise.com/itineraries/TheLake.html">Lake Louise</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/MoraineLake.html">The Other Lake &#8211; Moraine Lake</a> </li>
<li><a href="http://www.discoverlakelouise.com/itineraries/IceFieldsTour.html">The Icefields Parkway Tour</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/Yoho.html">WaterFalls and RockWalls Tour (Yoho)</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/Kootenay.html">Hot Springs (Kootenay)</a></li>
<li><a href="http://www.discoverlakelouise.com/TrainTour.html">For Train Buffs</a></li>
</ul>
<p><a href="http://www.discoverlakelouise.com/itineraries/itineraries/NonHikers.html">STUFF TO DO FOR THOSE THAT DON’T HIKE OR SKI</a></p>


<p>Related posts:<ol><li><a href='http://www.discoverlakelouise.com/itineraries/kootenay_sidetrip.html' rel='bookmark' title='Permanent Link: Round out your Kootenay Itinerary'>Round out your Kootenay Itinerary</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.discoverlakelouise.com/itineraries/kootenay.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Rockwalls and Waterfalls Tours (Yoho)</title>
		<link>http://www.discoverlakelouise.com/itineraries/yoho.html</link>
		<comments>http://www.discoverlakelouise.com/itineraries/yoho.html#comments</comments>
		<pubDate>Tue, 12 May 2009 17:15:20 +0000</pubDate>
		<dc:creator>Lake Louise</dc:creator>
				<category><![CDATA[Itineraries]]></category>
		<category><![CDATA[Rockwalls]]></category>
		<category><![CDATA[Waterfalls]]></category>
		<category><![CDATA[Yoho]]></category>

		<guid isPermaLink="false">http://www.discoverlakelouise.com/?p=106</guid>
		<description><![CDATA[Rockwalls and Waterfalls 
The boundary of Yoho National Park is only 10 minutes away and all of this impressive park is within striking distance for day trips from Lake Louise.  Yoho’s theme is “Rockwalls and Waterfalls.” 
After leaving Lake Louise, the road descends quickly, but the mountains don’t get any shorter!  Mt. Stephen [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px; margin-bottom 3px; margin-top 3px; margin-right 3px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.discoverlakelouise.com%2Fitineraries%2Fyoho.html"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.discoverlakelouise.com%2Fitineraries%2Fyoho.html" height="61" width="51" /></a></div><h3>Rockwalls and Waterfalls </h3>
<p>The boundary of Yoho National Park is only 10 minutes away and all of this impressive park is within striking distance for day trips from Lake Louise.  Yoho’s theme is “Rockwalls and Waterfalls.” </p>
<p>After leaving Lake Louise, the road descends quickly, but the mountains don’t get any shorter!  Mt. Stephen looms overhead as the road finally levels out near the town of Field. </p>
<p>Falling water can often be seen on the sheer cliffs that surround you, but the grandmother of Yoho’s waterfalls is Takakkaw Falls.  Found at the end of the Yoho Valley Road (40 minutes from Lake Louise), this impressive cascade is one of the highest named waterfalls in Canada.  Again, we suggest going early or late to get the best light and a peaceful experience.  You can walk right up to the base of the falls and feel the cool spray on your face.  The falls originate as the meltwater of a glacier above and out of sight.</p>
<p>Note: <em>Takakkaw Falls is not accessible from mid-October to early June.  The road is not plowed.</em></p>
<h3>Emerald Lake </h3>
<p>The other major destination in Yoho is Emerald Lake (40 minutes from Lake Louise).  The high peaks of the great divide capture the weather we receive from the Pacific Ocean.  The clouds get hung up on the summits and moisture plummets down the steep mountain sides.  Where the topography concentrates this water, you can find small patches of coastal rainforest — with western red cedar trees and devil’s club (look for the large plant with thorns and maple-like leaves).  The west side of Emerald lake is one of these spots.</p>
<p>Interpretive signs along the lakeshore trail help you understand the wet and dry sides of the lake.  You can’t help but notice the difference in the plants, the streams and the atmosphere.  In early spring (late may and June), Emerald Lake is the first place to look for wildflowers.  As the snow melts away, the shore becomes a riot of bright yellow glacier lilies.  Hot pink calypso orchids are not far behind.</p>
<p>From the lakeshore you can find out more about the world-famous Burgess Shale.  An interpretive exhibit tells the story of these unique and rare fossils, and, a telescope zooms in on the quarry where scientists study and excavate them each summer.  You can visit this quarry and the Mt. Stephen Trilobite Bed with guided hikes from the Burgess Shale Research Foundation.  Access is otherwise restricted.</p>
<p>In winter, Emerald is still beautiful and a fun place to take a walk, cross-country ski or snowshoe.</p>
<p>Food is available at Emerald Lake Lodge.  Canoes, skis and snowshoes are available from Emerald Sports.  Horseback rides available from Emerald Stables (250-343-6000).</p>
<p>Yoho is also full of train-related history.  Check out our other itinerary for train buffs</p>
<h3>Get to the Burgess Shale</h3>
<p>Visiting either of the Burgess Shale sites requires a full-day, strenuous hike.  But it’s worth it!   The thin band of shale is one of only two places in the world where the soft parts of creatures have been fully preserved in rock, in exquisite detail.  Better yet, these fantastic animals date from very early in the evolution of life on the planet, making them a valuable scientific find.</p>
<p>Of course, access to the sites is restricted, so you must go with a guided group.Contact the Burgess Shale Research Foundation at 800-343-3006 or <a href="http://www.canadianrockies.net/contact.php">Contact</a>.</p>
<p><img class="alignleft size-full wp-image-83" title="goldseal1" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/goldseal1.jpg" alt="goldseal1" width="118" height="119" /></p>
<p>Click the logo for short side trips and stops on this tour</p>
<ul>
<li><a href="http://www.discoverlakelouise.com/itineraries/TheLake.html">Lake Louise</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/MoraineLake.html">The Other Lake &#8211; Moraine Lake</a> </li>
<li><a href="http://www.discoverlakelouise.com/itineraries/IceFieldsTour.html">The Icefields Parkway Tour</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/Yoho.html">WaterFalls and RockWalls Tour (Yoho)</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/Kootenay.html">Hot Springs (Kootenay)</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/TrainTour.html">For Train Buffs</a></li>
</ul>
<p><a href="http://www.discoverlakelouise.com/itineraries/NonHikers.html">STUFF TO DO FOR THOSE THAT DON’T HIKE OR SKI</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.discoverlakelouise.com/itineraries/yoho.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Icefields Parkway</title>
		<link>http://www.discoverlakelouise.com/itineraries/icefieldstour.html</link>
		<comments>http://www.discoverlakelouise.com/itineraries/icefieldstour.html#comments</comments>
		<pubDate>Tue, 12 May 2009 16:55:38 +0000</pubDate>
		<dc:creator>Lake Louise</dc:creator>
				<category><![CDATA[Itineraries]]></category>
		<category><![CDATA[Icefields Parkway]]></category>

		<guid isPermaLink="false">http://www.discoverlakelouise.com/?p=93</guid>
		<description><![CDATA[Peyto Lake © Just one of the side trips recommended by the editors along the Icefields Parkway.
In winter on a crystal clear day, or in summer when the sun is high in the sky, there is no sight more breathtaking than the mountains and glaciers of the Icefields Parkway (#93 North).  From Lake Louise, [...]


Related posts:<ol><li><a href='http://www.discoverlakelouise.com/itineraries/icefieldssidetrip.html' rel='bookmark' title='Permanent Link: Round Out Your Icefields Parkway Tour'>Round Out Your Icefields Parkway Tour</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px; margin-bottom 3px; margin-top 3px; margin-right 3px;"><a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.discoverlakelouise.com%2Fitineraries%2Ficefieldstour.html"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.discoverlakelouise.com%2Fitineraries%2Ficefieldstour.html" height="61" width="51" /></a></div><p><img class="aligncenter size-full wp-image-102" title="peytolake1" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/peytolake1.jpg" alt="peytolake1" width="360" height="241" /><strong>Peyto Lake ©</strong> Just one of the side trips recommended by the editors along the Icefields Parkway.</p>
<p>In winter on a crystal clear day, or in summer when the sun is high in the sky, there is no sight more breathtaking than the mountains and glaciers of the Icefields Parkway (#93 North).  From Lake Louise, it is only a five minute drive west on the Trans-Canada Highway (#1) to the turnoff for jasper via this scenic route.</p>
<p>If you have any option at all, try to make this trip on a clear day, but sometimes cloudy days will still provide views of the tops of the mountains.  Hanging glaciers adorn many of the peaks and, every once in a while, glaciers that spill from the icefields beyond come into view.   Anytime you see thick white or blue, you are looking at a glacial ice.</p>
<p>In the course of a day trip from Lake Louise, you should be able to make it to the Columbia Icefield area and back again, which is the most scenic part of the parkway.  Allow for 1½ hours of driving time each way, and add on for stops and winter driving conditions.  For a trip all the way to jasper, budget three hours of driving time under good conditions.</p>
<p>The Lake Louise Visitor Centre (next to the Samson Mall) has an invaluable free pamphlet called “The Icefields Parkway” that outlines in detail the viewpoints and trailheads along the way.  For even more information, with notes about history and nature included, pick up a copy of Brian Patton’s “Parkways of the Canadian Rockies: and Interpretive Guide to the Roads in the Mountain Parks.”</p>
<h3>A River of Ice</h3>
<p>The highlight of the parkway is, of course, the Athabasca Glacier which comes tumbling off the Columbia Icefield directly towards the road.  Nowhere else in the Rockies is it possible to get a view that encompasses more ice.</p>
<p>The Icefield Visitor Centre has excellent exhibits that help you explore the exotic world of perpetual cold.</p>
<p><img class="alignleft size-full wp-image-94" title="snocoach" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/snocoach.jpg" alt="snocoach" width="88" height="132" />For a first-hand experience, you have the option of driving out to the parking lot at the glacier’s toe (we do not recommend walking on the ice for safety reasons), of taking a Brewster Snocoach ride (many departures daily), or, of participating in an Icewalk with a licensed mountain guide (one departure daily).  Bring extra clothes as it is often cooler near the icefield (hmmm&#8230; no surprise, eh!!)</p>
<p><img class="alignleft size-full wp-image-83" title="goldseal1" src="http://www.discoverlakelouise.com/wp-content/uploads/2009/05/goldseal1.jpg" alt="goldseal1" width="118" height="119" /></p>
<p>Click the logo for <a href="http://www.discoverlakelouise.com/itineraries/IceFieldsSideTrip.html">short side trips</a> and stops on this tour</p>
<p><a href="http://www.canadianrockies.net/icepwy.html">THE ICEFIELDS PARKWAY<br />
FULL TOUR SECTION</a></p>
<ul>
<li><a href="http://www.discoverlakelouise.com/itineraries/TheLake.html">Lake Louise</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/IceFieldsTour.html">The Icefields Parkway Tour</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/Yoho.html">WaterFalls and RockWalls Tour (Yoho)</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/Kootenay.html">Hot Springs (Kootenay)</a></li>
<li><a href="http://www.discoverlakelouise.com/itineraries/TrainTour.html">For Train Buffs</a></li>
</ul>
<p><a href="http://www.discoverlakelouise.com/itineraries/itineraries/NonHikers.html">STUFF TO DO FOR THOSE THAT DON’T HIKE OR SKI</a></p>


<p>Related posts:<ol><li><a href='http://www.discoverlakelouise.com/itineraries/icefieldssidetrip.html' rel='bookmark' title='Permanent Link: Round Out Your Icefields Parkway Tour'>Round Out Your Icefields Parkway Tour</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.discoverlakelouise.com/itineraries/icefieldstour.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 1.131 seconds -->
