<!-- endmatter(), dlm() [datelastmodified], and copyright(txt) -->

function dlm() {

fulldate = document.lastModified
d = new Date(fulldate)
yr = d.getYear()
da = d.getDate()
mon = d.getMonth()+1
switch (mon) {
case 1: mw = "a"
break
case 2: mw = "b"
break
case 3: mw = "c"
break
case 4: mw = "d"
break
case 5: mw = "e"
break
case 6: mw = "f"
break
case 7: mw = "g"
break
case 8: mw = "h"
break
case 9: mw = "i"
break
case 10: mw = "j"
break
case 11: mw = "k"
break
case 12: mw = "l"
break
default:"Z"
}
whereare = "<p font-size: smaller>Where you are:<br> "
whereare = whereare + document.title +" &#151; " + document.URL+"</font><br>"
document.write(whereare)

code = yr+mw+da
document.write(code)
}

function endmatter() {

tb = "&nbsp;<br><center> "
tb = tb + "<img src = "
tb = tb + "'http://tampa.us.mensa.org/images/owl-line2.gif' border='0'></center> &nbsp; <br><p> "
tb = tb + "<table width='100%' border='1' cellspacing='4' cellpadding='4'>"
tb = tb + "<tr><td width='11%' align='center' height='81'>"
tb = tb + "<a href='http://tampa.us.mensa.org' target = _top>"
tb = tb + '<img src="http://tampa.us.mensa.org/images/beachhut_icon.jpg" width="54" height="42" border="0"><br>'
tb = tb + '<font size="2">Home</font></a></td>'
tb = tb + "<td width='72%' align='center' height='81'> "
tb = tb + "<h6>&nbsp;</h6></td>"
tb = tb + "<td width='17%' align='center' height='81'>"
tb = tb + '<a href="http://tampa.us.mensa.org/cal/" target=_top>'
tb = tb + "<img src='http://tampa.us.mensa.org/images/small_calendar_icon.GIF' width='37' height='57' border='0'><br>" 
tb = tb + '<font size="2">Calendar</font></a></td></tr></table>'

document.write(tb)
}

cry = new Date()
fy = cry.getFullYear()
crleft = "<p font-size: smallest><br>&copy; " + fy + " "
crright = " <br>"

smdiv="<center><hr size=4 color='teal' width=25%></center>"

// dd = new Date()
// yyr = dd.getFullYear()

tbm = "<p font-size: 'smallest'>All opinions expressed on this web site are those of their authors. "
tbm = tbm + "<br>Mensa as an organization has no opinions."
tbm = tbm + crleft + "Tampa Bay Mensa" + crright


function copyright(txt) {
document.write(txt)
}



