// ---------------------------------------------------------------------------- if (typeof(ACCESSIBLE_VERSION) == "undefined") { ACCESSIBLE_VERSION = false; } // ---------------------------------------------------------------------------- if (typeof(__waa__) == "undefined") var __waa__ = []; __waa__[__waa__.length] = new function(appInfo) { language = "de"; country = "DE"; /* try { var thisUrl = new URL(document.location.href); var params = ''; try {params += '?accountId=' + appInfo.accountId; } catch(__e1__) {} try {params += '&url=' + URL.jencode(thisUrl.toString()); } catch(__e2__) {} try {params += '&appName=' + URL.jencode(navigator.appName); } catch(__e3__) {} try {params += '&appVersion=' + URL.jencode(navigator.appVersion); } catch(__e4__) {} try {params += '&language=' + URL.jencode(navigator.userLanguage); } catch(__e5__) {} try {params += '&referrer=' + URL.jencode(document.referrer); } catch(__e6__) {} try {params += '&aheight=' + screen.availHeight; } catch(__e7__) {} try {params += '&awidth=' + screen.availWidth; } catch(__e8__) {} var imgHref = new URL( 'http://'+appInfo.server+'/stats/stats.gif' + params ); if (appInfo.proxyIncludes) { imgHref = new URL(appInfo.proxyUrl + URL.jencode(imgHref).toString()); } new Image().src=imgHref.toString(); } catch (__e__) {} */ var resurl = new URL("http://" + appInfo.server + "/extras/res/js/date.js"); var cgiurl = new URL("http://" + appInfo.server + appInfo.cgiPath); cgiurl.setParameter("accountId", appInfo.accountId, true); cgiurl.setParameter("modified", appInfo.customField, true); if (appInfo.proxyIncludes) { resurl = new URL(appInfo.proxyUrl + URL.jencode(resurl.toString())); cgiurl = new URL(appInfo.proxyUrl + URL.jencode(cgiurl.toString())); } footer_setModifiedTimestamp = function() { try { var elem = document.getElementById("footer_lastModified"); if (elem) { var date = new Date(); var d = elem.getAttribute("value"); if (d) { d = d.substring(0,4) + "/" + d.substring(4,6) + "/" + d.substring(6,8) + " " + d.substring(9,11) + ":" + d.substring(11,13) + ":" + d.substring(13,15) date = new Date(d); } var format = elem.getAttribute("format") || "f1"; elem.innerHTML = dateToLocaleTimeStamp(date, true, true, format); } } catch (e) { alert(e); } } document.writeln(""); document.writeln(""); document.writeln(""); }({ accountId : "ATOIX0I7RPST", internalId : "", customField : "20091208-121324", server : "homepage.t-online.de", cgiPath : "/cgi-bin/Footer", cgiRes : "http://homepage.t-online.de/cgi", productId : "WSCSYSSSSLYTCPSG", clientId : "RRVTEL999JZTUUJG", proxyIncludes : false, proxyUrl : "", pos : __waa__.length }); // ----------------------------------------------------------------------------