strFooter = "";
strFooter +='	<div id="footer">'
strFooter +='		<p>'
strFooter +='			&copy; Copyright 2005. All rights reserved.<br />'
strFooter +='			Hosted by <a href="www.microedgeinc.net/" id="hostedBy"'
strFooter +='			title="Micro Edge, Inc. Web Hosting and Design  service">Micro Edge, Inc.<em>'
strFooter +='			&trade;</em></a>.'
strFooter +='			Designed by <a href="http://www.microedgeinc.net"'
strFooter +='			title="Micro Edge, Inc. Designing websites since 1994">Micro Edge, Inc.<em>'
strFooter +='			&trade;</em></a>.'
strFooter +='			<br />'
strFooter +='			Photographs by <a href="index.html">Blue Horizon</a>.'
strFooter +='			<br />'
strFooter +='		</p>'
strFooter +='	</div>';
document.write(strFooter);

