function writeOverskrift()
{
var Modulnavn;
regx = /modul[a-z]/i;
Sti = window.location.href;
Modulnavn = Sti.match(regx);

if (Modulnavn == "Modulz")
{
    document.write('Intromodul');
}
if (Modulnavn == "Modulv")
{
    document.write('Intromodul');
}
if (Modulnavn == "Modula")
{
    document.write('Modul A');
}
if (Modulnavn == "Modulb")
{
    document.write('Modul B');
}
if (Modulnavn == "Modulc")
{
    document.write('Modul C');
}
if (Modulnavn == "Moduld")
{
    document.write('Modul D');
}
if (Modulnavn == "Module")
{
    document.write('Modul E');
}
if (Modulnavn == "Modulf")
{
    document.write('Modul F');
}
if (Modulnavn == "Modulg")
{
    document.write('Modul G');
}
if (Modulnavn == "Modulh")
{
    document.write('Modul H');
}
if (Modulnavn == "Moduli")
{
    document.write('Modul I');
}
if (Modulnavn == "Modulj")
{
    document.write('Modul J');
}
if (Modulnavn == "Modulk")
{
    document.write('Modul K');
}
if (Modulnavn == "Modull")
{
    document.write('Modul L');
}

}



