function footer(){


var jetzt = new Date();
var Jahr = jetzt.getFullYear();

	document.write("<div id='footerlinks'>");
	document.write("&#169;&#160;" + Jahr + " PricewaterhouseCoopers S&agrave;rl. All rights reserved. &quot;PricewaterhouseCoopers&quot; refers to PricewaterhouseCoopers S&agrave;rl or, as the context requires, the PricewaterhouseCoopers global network or other member firms of the network, each 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/forms/luenginfscontactus.jhtml'>Email Webmaster</a></li>");
//	document.write("<li><a href='http://www.pwc.com/lu/en/site-map/index.jhtml'>Site Map</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%;'>");
//	document.writeln( "<div style='width: 100%; clear:both; background-color:#F0F0F0;'>");
//	document.writeln( "<div class='footer' style='width: 100%; background-color:#F0F0F0; height:32px;'>");
	footer();
	document.writeln( "</div>");
}
