//
// some help functions,  dirkw AT dirkw () org
// You can copy/modify and distribute this code under the conditions
// of the GNU GENERAL PUBLIC LICENSE Version 2.
//

<!-- eine kleine nuetzliche Spielerei von mir(TM) -->

function fuck_spam_robots(firstname) {
      var isp="cbii-hh";

      str=firstname+"@"+isp+".de";
      document.writeln("<a href=mailto:" + str + ">"+ str + "<\/a>");
}

function cr_zeile(wer) {
            document.write("<span class=minimi>Copyright &copy; 2003-2010, " + wer +"; ");
            lm=new Date(document.lastModified);
            document.writeln("Letzte &Auml;nderung: " + lm.toLocaleString() );
            document.write("</span>");
}

function cr_zeile_en(wer) {
            document.write("<span class=minimi>Copyright &copy; 2003-2010, " + wer +"; ");
            lm=new Date(document.lastModified);
            document.writeln("Last Change: " + lm.toLocaleString() );
            document.write("</span>");
}
//-->

// Initialize while page loading
// window.onload=no_spam_robots;

// the END

