// JavaScript Document

function includeFooter() {
	// Footer Content
	document.write("<div id='footerContent'>");
	document.write("<div id='footerPusher'>&nbsp;</div>");
	document.write("<a href='/index.htm'>HOME</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;");
	document.write("<a href='/verein_impressum.htm'>IMPRESSUM</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;");
	document.write("<a href='mailto:&#107;&#111;&#110;&#116;&#097;&#107;&#116;&#064;&#098;&#109;&#099;&#104;&#101;&#101;&#114;&#108;&#101;&#097;&#100;&#101;&#114;&#046;&#097;&#116;'>QUICK-MAIL</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;");
	document.write("<a href='/verein_kontakt.htm'>KONTAKT</a><br />");
	//document.write("<a href='http://www.oeccv.at' target='_blank'>ÖCCV</a>");
	document.write("<span style='font-size:9px;color:#ffffff;line-height:19px;'>designed & crafted by phasensprung</span>");
	
	document.write("</div>");
}