/***********************************************
/* This javascript writes the footer used throughout the entire web site. 
/* When editing, each line of HTML in this file must begin with: ' 	...and end with: '+
/* This file must begin with: document.write('  ...and end with: ');
/***********************************************/

document.write('<tr><td height=20></td><tr>'+
'<td align="center" colspan=4><font size="small"><a href="http://www.tec-coop.org/about.html" title="About TEC">About TEC</a> | <a href="http://www.tec-coop.org/hr.html" title="Human Resources">Human Resources</a> | <a href="http://www.tec-coop.org/sitemap.html" title="Site Map">Site Map</a> | <a href="http://cfweb.smartedu.net/smartcalendar/tec.cfm" title="Calendar">Calendar</a> | <a href="http://www.tec-coop.org/contact.html" title="Contact TEC">Contact TEC</a><br></td>'+
'</tr>'+
'<tr>'+
'<td align="center" colspan=4><font size="small"><a href="http://www.tec-coop.org/index.html" title="HOME">HOME</a> | <a href="http://www.tec-coop.org/pdl.html" title="Professional Development & Licensure">Professional Development & Licensure</a> | <a href="http://www.tec-coop.org/specedu.html" title="Special Education">Special Education</a> | <a href="http://www.tec-coop.org/IWC_Internships.html" title="Internships">Internships & World Class</a><br>'+
' <a href="http://www.tec-coop.org/coop-purch.html" title="Cooperative Purchasing">Cooperative Purchasing</a> | <a href="http://www.tec-coop.org/alt-skls.html" title="Alternative Schools">Alternative Schools</a> | <a href="http://www.tec-coop.org/jag.html" title="Job Alike Groups">Job Alike Groups</a> | <a href="http://www.tec-coop.org/col-fairs.html" title="College Fairs">College Fairs</a> | <a href="http://www.tec-coop.org/leg-init.html" title="Legislative Initiatives">Legislative Initiatives</a><br></td>'+
'</tr><tr><td height=20></td>'+


'<tr>'+
'<td colspan="4" height="20" align="center" valign="middle" bgcolor="#7598cf" class="footer">'+
	
'Copyright &copy; 2008 by The Education Cooperative. All rights reserved.');


