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 datemod () {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.write("<P style = ' font-size: smaller; font-family: courier; text-align: center; color: lightgrey'>");document.write( "Revised ",lastmod.getDate()," ",mos[lastmod.getMonth()]," ",y2kyear);document.write("</P>");}function dtw_footer () {mos = new Array ("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec");document.write("<BR><FONT SIZE=-1> Updated ");  lastmod = new Date(document.lastModified);  y2kyear = lastmod.getFullYear();  if (y2kyear < 2000 ) {y2kyear = y2kyear+100};  document.write( lastmod.getDate()," ",mos[lastmod.getMonth()]," ",y2kyear);document.write(". Collated from multiple sources. ");document.write(" A date in square brackets [ ] is when an item was revised. ");document.write(" Additional information, comments &#133; are solicited; please send to: "); document.write(" <I>editor&nbsp;&#64;&nbsp;dancingtheweb.com</I></FONT>");}function e_ml (dom,id) {document.write("<I>"+id+"&nbsp;&#64;&nbsp;"+dom+"</I>");}function cco_date (mon,day,dow,rowz) {var hoy = new Date();dayz = new Array ("Tuesdays","Sun","Mon","Tue","Wed","Thu","Fri","Sat");var hilite="O";var hilite1="";var hilite2="";if(hoy.getDate()==day && hoy.getMonth()==mon-1) {hilite = "D";hilite1=" CLASS=E";}if(hoy.getDate()==day -1&& hoy.getMonth()==mon-1) {hilite = "M";hilite1=" CLASS=E";}document.writeln("<TR CLASS=",hilite,">");document.writeln("<TD",hilite1," ROWSPAN=",rowz,">",dayz[dow],"&nbsp;",day,"</TD>");}
