/* Start 'stats1' */
stats1='<img src="/~awake/scgi-bin/axs/ax.pl?trans.gif&ref=' +
'document.referrer" height="1" width="1" alt="" />' +
''
document.write(stats1);
/* End 'stats1' */

/* Start 'advert' */
advert='<br><br><br><br><br><br><br>' +
''
document.write(advert);
/* End 'advert' */

/* Start 'stats2' */
stats2='<noscript>' + 
'<img src="/~awake/scgi-bin/axs/ax.pl?trans.gif" height="1" width="1" alt="" />' + 
'</noscript>' + 
'' + 
'</p><center><font class="sz12">&copy; 1996-2009 Michael Woolcock Melbourne Australia.' +
' All rights reserved. ' + 
''
/* End 'stats2' */
/* Start 'footerhtml' */
footerhtml='<br><br>' + 
'</center></font>' + 
''
/* End 'footerhtml' */


/* Start 'datelastmodified' */
function makeArray0() {
for (i = 0; i<makeArray0.arguments.length; i++)
this[i] = makeArray0.arguments[i];
}
var days = new makeArray0("Sun","Mon","Tue","Wed","Thu" ,"Fri","Sat");
var months = new makeArray0('Jan','Feb','Mar','Apr','May','Jun', 'Jul','Aug','Sep','Oct','Nov','Dec');
function nths(day) {
if (day == 1 || day == 21 || day == 31) return 'st';
if (day == 2 || day == 22) return 'nd';
if (day == 3 || day == 23) return 'rd';
return 'th';
}
function getCorrectedYear(year) {
year = year - 0;
if (year < 70) return (2000 + year);
if (year < 1900) return (1900 + year);
return year;
}
function y2k(number) { return (number < 1000) ? number + 1900 : number; }
function padout(number) { return (number < 10) ? '0' + number : number; }
var last = document.lastModified;
var date = new Date(last);
var dateY2K = new Date(getCorrectedYear(date.getYear()),date.getMonth(),date.getDate());
document.write(stats2 + '<br>Last Modified: '+ days[dateY2K.getDay()] + ' ' +
dateY2K.getDate() + nths(dateY2K.getDate()) + " " +
months[dateY2K.getMonth()] + ", " +
(y2k(dateY2K.getYear()) + footerhtml)
);
/* End 'datelastmodified' */

