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.<br /> In this document, &quot;PricewaterhouseCoopers&quot; refers to PricewaterhouseCoopers S&agrave;rl, 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'>General Terms &amp; Conditions</a></li>");
	document.write("<li><a href='http://www.pwc.com/lu/en/site-provider/index.jhtml'>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'>Luxembourg Home</a></li>");
	document.write("<li><a href='http://www.pwc.com/lu/en/forms/luengnss0contact_us_luxembourg.jhtml'>Contact us</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>");
}
