s1="EnvironArt"
s2="caz"
function w(text){
  document.write(text)
  }
function DD2(){
  d = document.lastModified;
  i = d.indexOf(":")-2;
  if (i>0) d = d.substring(0,i);
  w(d);
  }
function DD(){
  w("<DIV ALIGN=RIGHT><HR WIDTH=280 SIZE=1><FONT FACE=\"Verdana,Arial\" SIZE=1 COLOR=\"#404040\">");
  w("&copy; "+s1+", ");
  w("<A HREF=\"&#109;&#97;&#105;&#108;&#116;&#111;&#58;"+s2+"@"+s1+".net\"><FONT FACE=\"Verdana,Arial\" SIZE=1 COLOR=\"#404040\">"+s2+"@"+s1+".net</FONT></A>, ");
  DD2();
  w("</FONT></DIV>");
  }

