/*
var p=confirm("Indtast password")
if(p){ 
var ans="sliGo"
var pass=prompt("Spoerg efter password")
if(pass!==ans)
{
alert("Password er ikke korrekt")
window.location="fejlside.htm"
}//else{alert("Testsite is open");}
}else{window.location="fejlside.htm"}
*/
///// udkommenter ovenfor for at fjerne password
document.write([

'<meta http-equiv="Content-Language" content="en-gb" />',
'<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />',
'<div id="toplogo"><a href="front-dk.htm">',
'<img src="../graphics/mclogloglang-red-8bit.gif"  alt="Moving Cloud" width="610" height="110" ></a></div>', 
'<hr />',
'<div id="topline">',
'<p class="redlink">',
'<a href="../index.html">Hjem</a>',
'&nbsp;|&nbsp;',
'<a href="front-uk.htm">Engelsk</a>',
'&nbsp;|&nbsp;',
'<a href="front-dk.htm">Dansk</a>',
'&nbsp;|&nbsp;',
'<a href="http://www.folkshop.dk">CD-salg</a>',
'&nbsp;|&nbsp;',
'<a href="http://www.rootsmusicagency.com">Roots Music Agency DK</a>',
'&nbsp;|&nbsp;',
'<a href="mailinglist-dk.htm">Mailing liste</a>',
'&nbsp;|&nbsp;',
'<a href="video-dk.htm">Video</a>',
'&nbsp;|&nbsp;',
'<a href="mailto:webmaster@rootsmusicagency.com">Webmaster</a>&nbsp;',
'</p>',
'</div>'
].join(''));


