// *********************************************************************************
// MERLIN SOFTWARE ENGINEERING INC. COPYRIGHT 2009, non-profit user license
// *********************************************************************************
// NTSC Javascript Footer
// ---------------------------------------------------------------------------------
// Sep 2009 - only used by static pages (dynamic pages use server include)
// *********************************************************************************
loadMenu();
var ddate = new Date();
var s = "";
s += "</div></div>";
if(top.popupWin == undefined) {
	s += "<div id='container2'><div id='container'><div id='bottmenu'>";
	s += "<img src='/html/img/footer_ski1.gif' alt='' width='67' height='54' hspace='10' border='0'>";
	s += "<img src='/html/img/footer_ski2.gif' alt='' width='58' height='56' hspace='10' border='0'>";
	s += "<img src='/html/img/footer_ski3.gif' alt='' width='47' height='59' hspace='10' border='0'>";
	s += "<img src='/html/img/footer_ski5.gif' alt='' width='57' height='55' hspace='10' border='0'>";
	s += "<img src='/html/img/footer_ski4.gif' alt='' width='46' height='62' hspace='10' border='0'>";
	s += "<br><br>";
	s += "<a href='/html/index.html' title='Welcome Page' class='css_footer2'>Home</a>&nbsp;&nbsp; ";
	s += "<a href='/html/about_ntsc.html' title='Club Information' class='css_footer2'>NTSC</a>&nbsp;&nbsp; ";
	s += "<a href='/html/snow_school_overview.html' title='Ski School' class='css_footer2'>Ski School</a>&nbsp;&nbsp; ";
	s += "<a href='/html/trips_daytrip_alpine_overview.html' title='Day Trips' class='css_footer2'>Day Trips</a>&nbsp;&nbsp; ";
	s += "<a href='/html/trips_charter_overview.html' title='Charters' class='css_footer2'>Charters</a>&nbsp;&nbsp; ";
	s += "<a href='/html/socials_general.html' title='Social Functions' class='css_footer2'>Social Functions</a>&nbsp;&nbsp; ";
	s += "<a href=\"javascript:openContact()\" title='Contact Us' class='css_footer2'>Contact Us</a>&nbsp;&nbsp; ";
	s += "<a href=\"javascript:openHelp()\" title='Information Help Centre' class='css_footer2'>Help</a>&nbsp;&nbsp; ";
	s += "<br><br>";
	s += "</div></div></div>";
}
s += "<div id='navbar2'></div>";
s += "<h1 style='text-align: center;'>Make this your Best Winter Ever!</h1>";
s += "<table cellpadding='0' cellspacing='0' border='0' width='100%' style='background-color: #FFFFFF;'><tr><td nowrap height='5'></td></tr><tr>";
s += "<td nowrap class='css_footer'>&nbsp;&copy; " + ddate.getFullYear() + " ";
s += "<span id='footer_ntsc'>North Toronto Ski Club</span>";
s += " - all rights reserved</td><td nowrap class='css_footer2' align='right'><a href='http://www.merlinse.com' target='_blank' title='Professional Web Site Design, Content Management &amp; Flash Graphics' class='css_footer2'>";
s += "<span id='footer_merlin'>Merlin Website Design</span>";
s += "</a>&nbsp;</td>";
s += "</tr><tr><td nowrap height='30'></td></tr></table>";
document.write(s);
