//this is a comment line!
function footer04AB()
{
document.writeln("<HR WIDTH='100%'>");
document.writeln("<CENTER>");
document.writeln("<B>");
document.writeln("<BODY TEXT='#000000' BGCOLOR='#DDDDDD' LINK='#0000FF' ALINK='#551A8B' VLINK='#FF0000'>");
document.writeln("<TEXT DECORATION=NONE>");
document.writeln("<A HREF='http://www.oaktreemail.com/oaktreemail/2005/05contests.html'>");
document.writeln("Contests&nbsp</a>");
document.writeln("<A HREF='http://geocities.com/oaktreemail/index.html'>");
document.writeln("Home Page</a>");
document.writeln("<BR>");
document.writeln("<BR>");
document.writeln("<A HREF='http://www.oaktreemail.com'>");
document.writeln("Webmaster&nbsp</a>");
document.writeln("</FONT>");
document.writeln("</B>");
document.writeln("</CENTER>");
document.writeln("<HR WIDTH='100%'>");
}