//JavaScript
//Titel som vises på alle sider

document.write("<center><table class='cTabTitle' cellpadding='0' border='0'>");
document.write("<tr><td class='cTDLoginInfo' align='center'>");
if (username.length > 0){
	document.write("Du er logget på som " + username + " <a class='cLogoff' href='login.asp?action=logoff'>[log af]</a>")
}

document.write("<a class='cAHiddenEditorLink' href='login.asp' title='Log in as editor'><font color='#B4C6FF'>HHH</font><span class='cDivHiddenEditorLink'></span></a>");

document.write("</td></tr>");
document.write("<tr><td class='cTdTitle1' align='center'>The Epistemol<font color='#880000'>o</font>gical Lifeboat</td></tr>");
document.write("<tr><td class='cTdTitle2' align='center'>Epistemology and Philosophy of Science for Information Scientists<br /><br /></td></tr>");
document.write("<tr><td class='cTdTitle3' align='center'><a class='cTitle' href='http://www.db.dk/bh' target='_blank'>Birger Hjørland</a> &amp; <a class='cTitle' href='http://www.db.dk/jni' target='_blank'> Jeppe Nicolaisen </a> (eds.) - Web design: <a class='cTitle' href='http://www.dbstud.dk/k05pebr' target='_blank'>Pernille Brandt</a><br /><br /></td></tr>");
document.write("</table><br /></center>");

			
//#99CCFF lyseblå			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
