tipname = 'tip2013.html'
tipnamenew = 'tiplast.html'
tipmmnew = 07
tipddnew = 13
disabler = 'news=17'
thisdate = new Date
if (thisdate.getYear() < 2000)
thisyear = thisdate.getYear() + 1900
else
thisyear = thisdate.getYear()
tipdate = new Date(thisyear, tipmmnew - 1, tipddnew)
tipname = tipnamenew
if (thisdate.getTime() > tipdate.getTime())
tipname = tipnamenew
else
if (thisdate.getMonth() < 1 && tipmmnew > 11)
tipname = tipnamenew
if (document.URL.indexOf('file://C:') < 0)
q = '/'
else
q = '\\'
cd = '..' + q
if (document.URL.indexOf(q + 'tips'+ q) < 0) {
tipname = 'tips' + q + tipname
cd = ''
}
alertwindow = 0
expiredate = new Date
expiredate.setYear(thisyear + 1)
if (document.URL.indexOf(q + 'news') < 0) {
if (document.cookie.indexOf('news=') < 0) {
document.cookie = disabler + ';expires=' + expiredate.toGMTString()
}
else {
if (document.cookie.indexOf(disabler) < 0) {
document.cookie = disabler + ';expires=' + expiredate.toGMTString()
}
}
}
if (document.URL.indexOf('lnk.html') > 0) {
if (document.cookie.indexOf('lnkpage=yes') < 0) {
document.cookie = 'lnkpage=yes'
if (document.URL.indexOf('kmdlnk.html') > 0) {
if (document.cookie.indexOf('tiptype=e') < 0) {
location.href = 'http://www.kmd.dk'
}
else {
location.href = 'http://www.kmd.net'
}
}
else {
if (document.cookie.indexOf('tiptype=e') < 0) {
lnkpage = 'cxud.html'
}
else {
lnkpage = 'cxu.html'
}
if (q == '/') {
location.href = 'http://www.cxu.dk/' + lnkpage
}
else {
location.href = 'file://C:/wwwCXU/' + lnkpage
}
}
}
else {
document.cookie = 'lnkpage=no'
history.go(-1)
}
}
else {
document.cookie = 'lnkpage=no'
}
tiphtml = 'tipse'
ugeweek = 'Weekly'
news = 'News'
usergroup = 'User group'
mailtext = 'Send a mail'
cxutext = 'CXU is a free download enhancing your productivity.'
newslink = 'newse.html'
allied = 'Welcome!'
alliedlink = 'newswlcm.html'
cv = 'Consultants'
cvlink = 'konsule.html'
listoversigt = 'list'
companylink = ''
if (document.URL.indexOf('tipse.html') < 0) {
if (document.cookie.indexOf('tiptype=e') < 0 || document.URL.indexOf('tips.html') >= 0) {
tiphtml = 'tips'
ugeweek = 'Ugens'
listoversigt = 'oversigt'
news = 'Nyheder'
usergroup = 'Brugergruppe'
mailtext = 'Skriv til os'
cxutext = 'CXU er en gratis download, der gør dig mere produktiv.'
newslink = 'news.html'
allied = 'Velkommen!'
alliedlink = 'newswlcm.html'
cv = 'Konsulenter'
cvlink = 'konsul.html'
}
}
docurl = document.URL
if (document.cookie.indexOf('tiptype=e') >= 0 && (document.URL.indexOf('index.html') >= 0 || document.URL.indexOf('.html') < 0)) {
location.href = cd + 'tipse.html'
}
companylink = ''
if (document.URL.indexOf('tips.html') >= 0 || document.URL.indexOf('index.html') >= 0 || document.URL.indexOf('news.html') >= 0)
companylink = companylink + ''
companylink = companylink + '
'
if (document.URL.indexOf('allied') >= 0)
companylink = ''
document.write('
2870 Dyssegaard Tel. +45 23 34 54 43 | ' + companylink); |