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(". &copy; Dancing the Web&nbsp;&nbsp;&nbsp;&nbsp;");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  aweather (pcode) {document.write("<!--Weatherzone local weather-->");document.write('<style type="text/css">');document.write('  .weatherzone { font-family: Tahoma, Arial, Sans-Serif; font-size: 8pt; font-weight: normal;'); document.write('color: #323232; background-color: #EFEFEF; }');document.write('  .weatherzone_head { font-family: Tahoma, Arial, Sans-Serif; font-size: 8pt; font-weight: bold;');document.write('text-align: center; color: #EFEFEF; background-color: #4185A5; }');document.write('</style>');document.write('<script type="text/javascript"'); document.write('src="http://www.weatherzone.com.au/woys/page_local.jsp?postcode='+pcode+'"></script>');document.write('<!--end Weatherzone local weather-->');}