function footer(){

var jetzt = new Date();
var Jahr = jetzt.getFullYear();

	document.write("<div id='footerlinks'>");
	document.write("&#169;&#160;" + Jahr + " PricewaterhouseCoopers S.&agrave;.r.l. All rights reserved. <br />In this document, &quot;PwC&quot; refers to PricewaterhouseCoopers S.&agrave;.r.l, which is a member firm of PricewaterhouseCoopers International Limited, each member firm of which is a separate legal entity. ");
	document.write("<ul>");
	document.write("<li><a href='http://www.pwc.com/lu/en/legal/index.jhtml' target='_blank'>General Terms &amp; Conditions</a></li>");
	document.write("<li><a href='http://www.pwc.com/lu/en/site-provider/index.jhtml' target='_blank'>Site Provider</a></li>");
document.write("<li><a href='http://www.pwc.com/lu/en/index.jhtml' target='_blank'>Luxembourg Home</a></li>");
	document.write("</ul>");
	document.write("</div>");
}

function footerNavigation(){
	document.writeln( "<div class='footer-wrapper' style='width: 100%;'>");
	footer();
	document.writeln( "</div>");
}
