function footernavEn () {	
	document.write('<a href="index.html" class="footer">Home</a> &nbsp;.&nbsp; <a href="about.html" class="footer">About Us</a> &nbsp;.&nbsp; <a href="services.html" class="footer">Services</a> &nbsp;.&nbsp; <a href="people.html" class="footer">Key People</a> &nbsp;.&nbsp; <a href="projects.html" class="footer">Projects</a> &nbsp;.&nbsp; <a href="news.html" class="footer">News</a> &nbsp;.&nbsp; <a href="contact.html" class="footer">Contact Us</a> &nbsp;.&nbsp; <a href="http://www.saffire.ca" target="_blank" class="footer">Saffire.ca</a>');
	document.write('<p class="copyright">&copy; 2008 Arencon Inc. All rights reserved.</p>');
}


