document.write('<a href="index.html" title=""><img src="billeder/arrow.gif" alt="pil" title="Klik for at komme til forsiden"> Forsiden</a> - ');
document.write('<a href="links.html" title="">Links og litteratur</a> - '); 
document.write('<a href="om.html" title="">Om hjemmesiden</a> - ');
var string = window.location.pathname.substring(window.location.pathname.lastIndexOf('/') + 1, window.location.pathname.lastIndexOf('.'));

if(string=='/')
	string='index';
document.write('<a href="' + string + '-uk.html" title="">English</a>');
