initURL = document.URL.substr(0,document.URL.concat('#').indexOf('#'))
topTxt = 'Til toppen'
if (document.URL.indexOf('cxud.html') < 0) {
if (document.cookie.indexOf('langtype=d') < 0 || document.URL.indexOf('cxu.html') >= 0) {
topTxt = 'To the top'
}
}
document.write('');