var ecke0,ecke1,ecke2,ecke3;

if (ecke0=="0"){
var pic1="http://tools.raschy.de/pic/trans1"+ styl + ".gif";
} else {
var pic1="http://tools.raschy.de/pic/blo_"+ styl + ".gif";
}
if (ecke1=="0"){
var pic2="http://tools.raschy.de/pic/trans1"+ styl + ".gif";
} else {
var pic2="http://tools.raschy.de/pic/bro_"+ styl + ".gif";
}
if (ecke2=="0"){
var pic3="http://tools.raschy.de/pic/trans1"+ styl + ".gif";
} else {
var pic3="http://tools.raschy.de/pic/blu_"+ styl + ".gif";
}
if (ecke3=="0"){
var pic4="http://tools.raschy.de/pic/trans1"+ styl + ".gif";
} else {
var pic4="http://tools.raschy.de/pic/bru_"+ styl + ".gif";
}


document.open();
 document.write ('<center><table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="200" ><tr>');
 document.write ('<td WIDTH="14"><img SRC="'+pic1+'" height=14 width=14></td>');
 document.write ('<td ALIGN=CENTER WIDTH="172" BGCOLOR="'+bcol+'"><font face="Verdana,Arial,Helvetica" color="'+ tcol +'" size=-2>Heute: '+Datum+'</font><br></td>');
 document.writeln ('<td WIDTH="14"><img SRC="'+pic2+'" height=14 width=14></td></tr><tr BGCOLOR="'+bcol+'"> <td><img SRC="http://tools.raschy.de/pic/trans1.gif" height=1 width=1></td>');
 document.writeln ('<td BGCOLOR="'+stcol+'"><img SRC="http://tools.raschy.de/pic/trans1.gif" height=1 width=1></td><td><img SRC="http://tools.raschy.de/pic/trans1.gif" height=1 width=1></td></tr><tr BGCOLOR="'+bcol+'"><td>&nbsp;</td>');
 document.writeln ('<td ALIGN=CENTER><font face="Verdana,Arial,Helvetica" color="'+ tcol +'" size=-1>');


{
  if (datnow > 1)
   document.write(tvd + (datnow+1) + tnd)

 else if (datnow == 1)
     document.write(t2tvd)

 else if (datnow == 0)
     document.write(t1tvd)

else if (datnow == -1)
     document.write(thgb)

else if (datnow  == -2)
     document.write(t1tnd)

else if (datnow  == -3)
     document.write(t2tnd)

else if (datnow < -3)
     document.write(tvd1 + Math.abs(datnow+1) + tnd1)
}



 document.write ('</font></td><td>&nbsp;</td></tr><tr><td><img SRC="'+pic3+'" height=14 width=14></td>');
 document.write ('<td ALIGN=RIGHT BGCOLOR="'+bcol+'"><a href=\"http://www.raschy.de/\" target="bla"><img SRC="http://tools.raschy.de/pic/'+rapic+'.gif" border=0 height=8 width=70></a></td>');
 document.writeln ('<td><img SRC="'+pic4+'" height=14 width=14></td></tr></table></center>');
 document.write ('<center><table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="200"><tr><td><form name="mailform"><img SRC="http://tools.raschy.de/pic/trans1.gif" height=10 width=1></td></tr><tr>');
 document.write ('<td ALIGN=CENTER BGCOLOR="'+bcol+'"><input type=hidden name="nam" value="'+na+'">');
 document.write ('<input type=hidden name="memail1" value="'+memail+'">');
 document.write ('<a href=\"javascript:winopn()\"><font face="Verdana,Arial,Helvetica" color="'+ tcol +'" size=-1>'+mailtxt+'</font></a></td>');
 document.write ('</tr><tr><td><img SRC="http://tools.raschy.de/pic/trans1.gif" height=1 width=1></form></td></tr></table></center>');

document.close();

