var base="http://www.tmx.com"

document.write('<div id="footer">\n'+
		'<ul>\n'+
			'<li><a href="'+base+'/en/about_tsx/contact_us.html">Contact Us</a> |</li>\n'+
			'<li><a href="'+base+'/en/sitemap.html">Site Map</a> |</li>\n'+
			'<li><a href="'+base+'/en/about_tsx/careers/">Careers</a> |</li>\n'+
			'<li><a href="'+base+'/en/advertise/index.html">Advertise</a> |</li>\n'+
			'<li><a href="'+base+'/en/tos.html">Terms of Use</a> |</li>\n'+
			'<li><a href="'+base+'/en/priv_policy.html">Privacy Policy</a></li>\n'+
		'</ul>\n'+
	'</div>');
