var t1=1262577340000
var today=new Date();
var t2=today.getTime();
if (t2 > t1)
 {
 document.write("<h2>This site may be defunct(?)</h2>");
 document.write("NOTE: The appearance of this automatically generated message <em>may</em> indicate that this Dogpatch site is obsolete or abandoned. ");
 document.write('Click <a href="');
 document.write("http://www.bmi.net/~dogpatchnorth/log/exp2.html");
 document.write('">here</a> for more details.<p><br/>');
 }