<!--
var now = new Date();
var date = ((now.getDate()<10) ? "0" : "")+ now.getDate();
function fourdigits(number)	{
  return (number < 1000) ? number + 1900 : number;}
year = (fourdigits(now.getYear()));
//-->


var strFooter  = "<hr color=#CCCCCC size=1></p>";
strFooter  += "<p align='center'><font size='1'>";
strFooter  += "<a href='http://www.fcusd.org'>Home</a> | ";
strFooter  += "<a href='http://www.fcusd.org/doweb/ourschools.htm'>Our Schools</a> | ";
strFooter  += "<a href='http://www.fcusd.org/doweb/departments.htm'>Departments</a> | ";
strFooter  += "<a href='http://www.fcusd.org/doweb/about.htm'>About Our District</a> | ";
strFooter  += "<a href='http://www.fcusd.org/newsweb/'>News</a> | ";
strFooter  += "<a href='http://www.fcusd.org/persweb/'>Jobs</a> | ";
strFooter  += "<a href='https://gwweb.fcusd.org'>WebMail</a> | ";
strFooter  += "<a href='http://www.fcusd.org/edline_project.htm'>Edline</a> | ";
strFooter  += "<a href='http://www.fcusd.org/atoz/'>A to Z Index</a> | ";
strFooter  += "<a href='http://www.fcusd.org/contact_us.htm'>Contact Us</a>";
strFooter  += "</font></p>";

strFooter  += "<p align='center'><font color='#999999' size='1'>Copyright &copy; "
strFooter  += year
strFooter  += " - Folsom Cordova Unified School District<br>125 East Bidwell, Folsom, CA 95630 - (916) 355-1100</font></p>";

strFooter  += "<p align='center'><font color='#999999' size='1'>Dial 711 (all users) or TTY Users:  1.800.735.2929<br><br><a href='http://www.fcusd.org/ADA.htm'>Public Notice: Americans with Disabilities Act (ADA)</a></font></p>";

document.write(strFooter);