/*
 
Code to universally generate the custom footer at the end of every
page on the site.

*/

	function footer()
	{
	
		document.write('<DIV id="footer">')	
			
		document.write('<DIV id="footer-icon">')
		document.write('<img src="http://michaelandzoya.com/images/Icons/ICN_SnowFlake.gif"  alt="Snowflake Icon"/>')
		document.write('</DIV>')
		
		document.write('<DIV id="footer-main">')
		document.write('Copyright 2005-2012 <a class="FAQ" href="mailto:greengryphon@msn.com">Michael Bauer</a>. All Rights Reserved.<br />') 
		document.write('This site is best viewed with the latest versions of <a href="http://www.microsoft.com/windows/products/winfamily/ie/default.mspx"> ') 
		document.write('Internet Explorer</a>, <a href="http://wwww.mozilla.com">Firefox</a> and <a href="http://www.apple.com/downloads/">Safari</a>.') 
		document.write('</DIV>')
		
		document.write('<DIV id="footer-links">')
		document.write('<a href="http://www.ccfa.org//" target="_blank"><img alt="Support Crohns and Colitis Awareness" title="Support Crohns and Colitis Awareness" src="http://www.michaelandzoya.com/images/Icons/ICN_Ribbon_Purple.gif" border="0"/></a>')  
		document.write('<a href="http://www.eff.org/" target="_blank"><img alt="Support Freedom of Speech Online" title="Support Freedom of Speech Online" src="http://www.michaelandzoya.com/images/Icons/ICN_Ribbon_Blue.gif" border="0"/></a>')   
		document.write('<a href="http://ww5.komen.org/" target="_blank"><img alt="Support Breast Cancer Awareness" title="Support Breast Cancer Awareness" src="http://www.michaelandzoya.com/images/Icons/ICN_Ribbon_Pink.gif" border="0"/></a>')   
		document.write('<a href="http://www.uso.org/" target="_blank"><img alt="Support Our Troops" title="Support Our Troops" src="http://www.michaelandzoya.com/images/Icons/ICN_Ribbon_Yellow.gif" border="0"/></a>')  
		document.write('<a href="mailto:greengryphon@msn.com"><img src="http://michaelandzoya.com/images/Icons/ICN_EmailB.gif" alt="Send Email to Michael Bauer" title="Send Email to Michael Bauer" border="0"/></a>')
		document.write('</DIV>')
		
		document.write('</DIV>')
	}

    footer()

		
	
	
	
	
	


