<!--
function DatumAnzeigen()
{
var now = new Date();
if (navigator.userAgent.indexOf ("MSIE") != -1) //IE
{
var yr = now.getYear();
}
else //netscape schreibt sonst nur z.b. 105
{
var getyr = now.getYear();
var yr = getyr + 1900;
}
var mName = now.getMonth() + 1;
var dName = now.getDay() + 1;
var dayNr = ((now.getDate()<10) ? "0" : "")+ now.getDate();
if(dName==1) Day = "So.";
if(dName==2) Day = "Mo.";
if(dName==3) Day = "Di.";
if(dName==4) Day = "Mi.";
if(dName==5) Day = "Do.";
if(dName==6) Day = "Fr.";
if(dName==7) Day = "Sa.";
if(mName==1) Month="Jan.";
if(mName==2) Month="Febr.";
if(mName==3) Month="März";
if(mName==4) Month="Apr.";
if(mName==5) Month="Mai";
if(mName==6) Month="Juni";
if(mName==7) Month="Juli";
if(mName==8) Month="Aug.";
if(mName==9) Month="Sept.";
if(mName==10) Month="Okt.";
if(mName==11) Month="Nov.";
if(mName==12) Month="Dez.";
// String to display current date.
var todaysDate =(Day + ", " + dayNr + ". " + Month + " " + yr);
document.open();
document.write("<font face='arial' size='1' color='#333333'>"+todaysDate+"</font>");
}
// -->

<!--
function Run_ie_script()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="780" height="236" title="kopfbereich">\n');
    document.write('<param name="movie" value="flash/animation.swf" />\n');
    document.write('<embed src="flash/animation.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="780" height="236" />\n');
	document.write('</embed>\n');
	document.write('</object>\n');
}
// -->

<!--
function Run_ie_script2()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="198" height="394" title="bilder">\n');
    document.write('<param name="movie" value="flash/bilder.swf" />\n');
    document.write('<embed src="flash/bilder.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="198" height="394" />\n');
	document.write('</embed>\n');
	document.write('</object>\n');
}
// -->


<!--
function mail_email()
{
var name="info";
var domain="dien.de";

document.write('<a class="linkfarbe" href=\"mailto:'+name+'@'+domain+'\">');
document.write('E-Mail</a>');
}

// -->

<!--
function mail_domain()
{
var name="info";
var domain="dien.de";

document.write('<a class="linkfarbe" href=\"mailto:'+name+'@'+domain+'\">');
document.write(name+'@'+domain+'</a>');
}

// -->

<!--
function mail_sk()
{
var name="sk";
var domain="dien.de";

document.write('<a class="linkfarbe" href=\"mailto:'+name+'@'+domain+'\">');
document.write(name+'@'+domain+'</a>');
}

// -->

<!--
function mail_pw()
{
var name="pw";
var domain="dien.de";

document.write('<a class="linkfarbe" href=\"mailto:'+name+'@'+domain+'\">');
document.write(name+'@'+domain+'</a>');
}

// -->

<!--
function mail_rs()
{
var name="rs";
var domain="dien.de";

document.write('<a class="linkfarbe" href=\"mailto:'+name+'@'+domain+'\">');
document.write(name+'@'+domain+'</a>');
}

// -->

<!--
function mail_hm()
{
var name="hm";
var domain="dien.de";

document.write('<a class="linkfarbe" href=\"mailto:'+name+'@'+domain+'\">');
document.write(name+'@'+domain+'</a>');
}

// -->

<!--
function mail_ws()
{
var name="ws";
var domain="dien.de";

document.write('<a class="linkfarbe" href=\"mailto:'+name+'@'+domain+'\">');
document.write(name+'@'+domain+'</a>');
}

// -->

<!--
function mail_augenbass()
{
var name="info";
var domain="augenbass.de";

document.write('<a class="linkfarbe" href=\"mailto:'+name+'@'+domain+'\">');
document.write(name+'@'+domain+'</a>');
}

// -->

