function footer(){
//	document.write("<ul id='footernav' width='70%'>");
//	document.write("<li><a target='_blank' href='http://alumni.pwc.lu/'>Alumni</a></li>");
//	document.write("<li><a target='_blank' href='http://www.setupineurope.com/'>About Luxembourg</a></li>");
//	document.write("<li><a target='_blank' href='http://www.pwc.com/lu/en/publications/rss-feed.jhtml'>RSS</a></li>");
//	document.write("<li><a target='_blank' href='http://www.pwc.com/lu/en/multimedia/index.jhtml'>Multimedia</a></li>");
//	document.write("<li><a target='_blank' href='/gx/en/office-locations/index.jhtml'>Offices Worldwide</a></li>");
//	document.write("<li><a target='_blank' href='http://www.pwc.com/lu/en/forms/luengnss0contact_us_luxembourg.jhtml'>Contact us</a></li>");
//	document.write("</ul>");
////	document.write("<div id='countrieslink' width='30%'>");
////	document.write("<a accesskey='3' href='#' id='countriesanchor' onclick='countriesreveal(); return false;'><span id='countrieslinktext'>International PwC Sites</span></a>");
////	document.write("</div>");
//	document.write("</div>");
//	document.write("</div>");
	document.write("<div id='footerlinks'>");
	document.write("&#169;&#160;2009 PricewaterhouseCoopers. All rights reserved. <br />PricewaterhouseCoopers refers to the network of member firms of PricewaterhouseCoopers International Limited, each of which is a separate and independent 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("<li><a href='http://www.pwc.com/lu/en/forms/luengnss0contact_us_luxembourg.jhtml' target='_blank'>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>");
}