// JavaScript Document opstartet 2006-11-20
function titelfelt () {
	if (document.URL.indexOf('fakta.php') != -1) {
		document.write('<h2>[fakta]</h2>');}
	if (document.URL.indexOf('portfolio.php') != -1) {
		document.write('<h2>[portfolio]</h2>');}
	if (document.URL.indexOf('redskaber.php')!= -1) {
		document.write('<h2>[redskaber]</h2>');}
}
