<!--
function writeJS(){
var str='';
str+='<P ALIGN="center"><FONT color="#CC0099" face="arial, helvetica" " SIZE="2">';
str+='Thank you for visiting the Annual Home School Fair website -- We hope to ';
str+='see YOU at the FAIR!<\/FONT><BR>';
str+='<p><CENTER><FONT FACE="arial, helvetica" SIZE="1"> ';
str+='Web Design by <a href="mailto:mike@sendtome.us">Mike Gabriel<\/a><BR>';
document.write(str);
document.write("Last Updated: ");
document.writeln(DocDate(),"");
str='<\/CENTER><\/P>';
document.write(str);
}
writeJS();
//-->