<!--
function ro_aut()
{
 document.write("&copy;<img src=\"/homepage/karsten.rodenacker/Me/Kr_3.gif\" alt=\"Ro\" align=\"absbottom\" height=20 width=13 border=0>denacker<br>Last modified: "+document.lastModified);
}

function newItem(expiryDate)
{
exp = new Date(expiryDate);
cur = new Date();
if (cur.getTime() < exp.getTime())
document.write("\<IMG SRC=\"http://www.gsf.de/Gif/Icons/PSC/new.rainbow.gif\" WIDTH=31 HEIGHT=12 BORDER=0 ALT=\"new\">" );
}

/*
      function language_switch()
      {
      if(parent.Liste.location.pathname.search(/deutsch/) != -1) {
        parent.Liste.location.href=parent.Liste.location.pathname.replace(/deutsch/,"englisch");
        parent.Titel.location.href=parent.Titel.location.pathname.replace(/deutsch/,"englisch");
        if(parent.Inhalt.location.pathname.search(/deutsch/) != -1) parent.Inhalt.location.href=parent.Inhalt.location.pathname.replace(/deutsch/,"englisch");
       } else {
        parent.Liste.location.href=parent.Liste.location.pathname.replace(/englisch/,"deutsch");
        parent.Titel.location.href=parent.Titel.location.pathname.replace(/englisch/,"deutsch");
        if(parent.Inhalt.location.pathname.search(/englisch/) != -1) parent.Inhalt.location.href=parent.Inhalt.location.pathname.replace(/englisch/,"deutsch");
        }
       }
*/
//-->