////////////////////////////////////
//  This file was obfuscated from //
//  the b2b4business inc. network //
//  It might have a copyright?    //
////////////////////////////////////
var months = new Array(
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"
)

var Mnow = new Date(document.lastModified)

var fyear = Mnow.getFullYear()
   if (fyear < 2000) { fyear = fyear + 100 }

document.writeln("<center><font color='#333333' face='helvetica,arial,sans-serif' size='1'>")
document.writeln("<img src='images/blue1px.gif' border='0' width='100%' height='1' alt='Line'><br />");
document.writeln("The views and opinions expressed in this page are strictly those of the authors.<br />")
document.write("The contents of this page and the links therein have not been reviewed, approved or ")
document.writeln("endorsed by <a href='http://www.oakton.edu' target='_blank' class='footlinx'>Oakton Community College.</a><br />")
document.writeln(" &copy; Copyright 2001 - 2007 <a href='http://www.sheez3.com' target='_blank' class='shz3linx'>sheez 3 technology</a>.")
//document.writeln("(Except as otherwise <a href='credits.htm' class='footlinx'>noted</a>)<br />")
document.writeln("Contact <a href='mailto:msheasby2424@oakton.edu?&subject=Occs site feedback' class='footlinx'>Webmaster</a> with questions or comments about this website.<br />")
//document.writeln("Last Update: " + months[Mnow.getMonth()] + " " + Mnow.getDate() + ", " + fyear)
//document.writeln("Last Update: " + document.lastModified)
document.writeln("</font></center>")