<!-- Begin
document.write("<font size='-1'>");
document.write("<hr color=black noshade size='1'>");
document.write("<p align='center' style='footer'>");
document.write("This page is titled ");
document.write (document.title);
document.write(".<br>");
document.write("You found it at ");
document.write(document.location + ".<br>");
if (document.referrer) {
document.write("You came from ");
document.write(document.referrer + ".<br>");
}
{
document.write("You seem to use " + navigator.appName);
document.write(" on " + navigator.platform);
document.write(". This should work well. ");
}
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
document.write("We are happy to serve you on a " + weekday[d.getDay()] + ".<br>")

document.write("<a href='http://www.weitzenegger.de/index.html' target='_top'>HOME</a> | ");
document.write("<a href='#top' target='_top'>TOP OF PAGE</a> | ");
document.write("<a href='http://www.weitzenegger.de/im/disclaimer.html' target='_top'>IMPRESSUM</a> | ");
document.write("<a href='http://www.weitzenegger.de/new/index.html' target='_top'>SUBSCRIBE</a> | ");
document.write("<a href='http://www.weitzenegger.de/en/networks.html' target='_top'>CONNECT</a> | ");
document.write("<a href='http://www.weitzenegger.de/en/feed.html' target='_top'>RSS</a>");

var url=encodeURIComponent(document.location.href);
var tag=encodeURIComponent(document.title);

document.writeln(text);
document.write("<br>");
document.write("</p></font>")
// End -->