var isSupported;
if (top.location != self.location) {
                                    top.location.href = self.location;
                                   }

function epost()
{
if (arguments.length==3) {
document.write('<a href=\"mailto:'+arguments[0]+'@'+arguments[1]+'\">'+arguments[2]+'</a>');
} else if (arguments.length==2) {
document.write('<a href=\"mailto:'+arguments[0]+'@'+arguments[1]+'\">'+arguments[0]+'@'+arguments[1]+'</a>');
} else if (arguments.length==1) {
document.write('<a href=\"mailto:'+arguments[0]+'\">'+arguments[0]+'</a>');
}
}

function epostlille()
{
if (arguments.length==3) {
document.write('<a class="lille" href=\"mailto:'+arguments[0]+'@'+arguments[1]+'\">'+arguments[2]+'</a>');
} else if (arguments.length==2) {
document.write('<a class="lille" href=\"mailto:'+arguments[0]+'@'+arguments[1]+'\">'+arguments[0]+'@'+arguments[1]+'</a>');
} else if (arguments.length==1) {
document.write('<a class="lille" href=\"mailto:'+arguments[0]+'\">'+arguments[0]+'</a>');
}
}

function Resultat()
{
  var plus= document.soeg.soegeord.value;
  ResultatVindue = window.open("","_self");
  url = "http://www.google.com/search?q=" + plus + " site:www.asr.dk " + "&hits=25&disp=Text+Only";
  ResultatVindue.location = url;
}

function password()
 {
  var pass = document.login.login.value;
  window.location.href = pass + ".htm";
}

