﻿<!--
if (document.location.protocol == 'https:') 
{
                 if (
                         (document.location.hostname.toLowerCase().indexOf("www.kompetenceafklaringstilbud.dk") < 0) &&
                         (document.location.hostname.toLowerCase().indexOf("www.kompetenceafklaring.dk") < 0)
                    )
                 {
                                   document.location.href = "http://undervisning.kompetenceafklaringstilbud.dk";                 
                 }
}

//-->


