function DMap(dtext,mapgif) {   document.write ('<HTML><HEAD><TITLE>',dtext,' Contra Map</TITLE></HEAD><BODY BGCOLOR="#FF66FF">');   document.write ('<CENTER><FONT SIZE=4, FACE="ARIAL,GENEVA,SWISS"><B>',dtext,'&nbsp;</B></FONT>');   document.write ('<IMG SRC="',mapgif,'",VSPACE=40 ALIGN=MIDDLE>');   document.write ("</CENTER></BODY></HTML>");   }function cfootmad_footer () {  mos = new Array ("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec");  lastmod = new Date(document.lastModified);  y2kyear = lastmod.getFullYear();  if (y2kyear < 2000 ) {y2kyear = y2kyear+100};  document.writeln("<font face='Arial, Helvetica, sans-serif', size='-1'>");  document.writeln("<table border='0' width='100%'>");  document.writeln("<tr bgcolor='#000066'><td colspan=3 height=5></td></tr>");   document.writeln("<tr>");  document.writeln("<td width='33%' align=left>&nbsp;&nbsp;<a href='m.php?m=31'>Email Web staff</a></td>");  document.writeln("<td width='34%' align=center>Updated ",lastmod.getDate()," ",mos[lastmod.getMonth()]," ",y2kyear,"</td>");  document.writeln("<td width='33%' align=right><a href='index.html'>Return to main page</a>&nbsp;&nbsp;</td>");  document.writeln("</tr>");  document.writeln("</table></font>");}function e_ml (dom,id) {document.write("<I>"+id+"&nbsp;&#64;&nbsp;"+dom+"</I>");}