function Start() { if (navigator.appName == 'Netscape') var language = navigator.language; else var language = navigator.browserLanguage; if (language.indexOf('de') > -1) { window.location="http://www.wireforge.com/license.html" return } } function getCookie(NameOfCookie) { if (document.cookie.length > 0){ begin = document.cookie.indexOf(NameOfCookie+"="); if (begin != -1) { begin += NameOfCookie.length+1; end = document.cookie.indexOf(";", begin); if (end == -1) end = document.cookie.length; if (document.cookie.substring(begin, end)=="gt") { window.location="http://www.3rd-art.com/home.html" return } if (document.cookie.substring(begin, end)=="ok") { window.location="http://www.3rd-art.com/Welcome.htm" return } } } window.location="http://www.3rd-art.com/cgi-bin/deip.pl" return null }