/*
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">Home</a>',
'&nbsp;|&nbsp;',
'<a href="front-uk.htm">English</a>',
'&nbsp;|&nbsp;',
'<a href="front-dk.htm">Danish</a>',
'&nbsp;|&nbsp;',
'<a href="http://www.folkshop.dk">CD-shop</a>',
'&nbsp;|&nbsp;',
'<a  href="http://www.rootsmusicagency.com">Roots Music Agency DK</a>',
'&nbsp;|&nbsp;',
'<a href="mailinglist-uk.htm">Mailing list</a>',
'&nbsp;|&nbsp;',
'<a href="video-uk.htm">Video</a>',
'&nbsp;|&nbsp;',
'<a  href="mailto:webmaster@rootsmusicagency.com">Webmaster</a>&nbsp;',
'</p>',
'</div>'
].join(''));


