if (document.layers||document.all) {
var lmod=document.lastModified;
lmod1=Date.parse(lmod);
lm=new Date(lmod1);
lmdate=lm.getDate();
lmmonth=lm.getMonth();
lmyear=lm.getYear();
if (lmyear<30){lmyear=lmyear+2000}
if (lmyear<1900){lmyear=lmyear+1900}
var mth="=January=February=March=April=May=June=July=August=September=October=November=December=";
var sfx="--stndrdthththththththththththththththththstndrdthththththththst";
lastmod="Last Updated: "+lmdate+sfx.substring(lmdate*2,lmdate*2+2)+" ";
var first=0;var last=0;
for(i=0;i<lmmonth+1;i++){first=last+1;last=mth.indexOf("=",first);}
lastmod=lastmod+mth.substring(first,last)+" "+lmyear;
document.write("<P ALIGN=CENTER><FONT COLOR=#CCCCCC SIZE=1 FACE=verdana>Design &copy; <A HREF=http://www.magicmind.co.uk TARGET=_blank>Magic Mind Systems</A>&nbsp; 2000-2002<BR>All Rights Reserved.<\/FONT><BR><FONT SIZE=1 COLOR=#CC9999 face=arial><B>"+lastmod+"<\/B><\/FONT><BR>");
document.write('<IMG height=1 width=1 src="http://counter.bravenet.com/counter.php?id=210339&ref='+escape(document.referrer)+'" border="0"><\/P>');
}
