     <!-- Activate Cloaking Device
     // Developed by Timothy Wallace , timothy@essex1.com
     var now = new Date();
     var yr = now.getFullYear();
     var mName = now.getMonth() + 1;
     var dName = now.getDay() + 1;
     var dayNr = ((now.getDate()<10) ? "0" : "")+ now.getDate();
     if(dName==1) Day = "Sunndi";
     if(dName==2) Day = "M&auml;ndi";
     if(dName==3) Day = "Zischdi";
     if(dName==4) Day = "Mittwoch";
     if(dName==5) Day = "Dorschdi";
     if(dName==6) Day = "Fridi";
     if(dName==7) Day = "Somschdi";
     if(mName==1) Month="Jenner";
     if(mName==2) Month="Februar";
     if(mName==3) Month="M&auml;rz";
     if(mName==4) Month="April";
     if(mName==5) Month="M&auml;j";
     if(mName==6) Month="Juni";
     if(mName==7) Month="Juli";
     if(mName==8) Month="Ouwgust";
     if(mName==9) Month="Septemba";
     if(mName==10) Month="Oktoba";
     if(mName==11) Month="Novemba";
     if(mName==12) Month="Dezemba";
     // String to display current date.
     var todaysDate =("&ocirc;m "+ Day + ", da " + dayNr + ". " + Month + " " + yr + "<BR>");
     // Write date to page.
     document.open();
     // Deactivate Cloaking -->
