var prefix = "";

function printFooter(prefix) {
	document.write("<DIV CLASS=Copyright>Copyright © 2009 - 2010 DIKW Astragy B.V. All Rights Reserved. <BR>");
	document.write("<A HREF='" + prefix + "privacy.html'>Privacy Statement</A> | <A HREF='" + prefix + "legal.html'>Legal Notices & Terms of Use</A> | <A HREF='" + prefix + "sitemap.html'>Sitemap</A> | <A HREF='" + prefix + "contact.html'>Contact Us</A></DIV>");
	}