// Staf*Tek : Header

// Declarations :: Variables
var html = "\n";
	html += ' <!--- FOOTER TABLE --->\n';
	html += '<BR>\n';
	html += '<TABLE WIDTH=756 BORDER=0 CELLPADDING=0 CELLSPACING=0>\n';
	html += '	<TR><TD ALIGN=CENTER VALIGN=TOP WIDTH=100%>\n';
	html += "		<FONT FACE='Arial' SIZE=2>\n";
	html += "		<A HREF='index.shtm' ONMOUSEOVER='changeStatus(\"Home\"); return true;'\n";
	html += "				ONMOUSEOUT='changeStatus(\"\"); return true;'>Home</A> | <A HREF='sitemap.shtm' ONMOUSEOVER='changeStatus(\"Site Map\"); return true;'\n";
	html += "				ONMOUSEOUT='changeStatus(\"\"); return true;'>Site Map</A> | <A HREF='contact.shtm' ONMOUSEOVER='changeStatus(\"Contact Us\"); return true;'\n";
	html += "				ONMOUSEOUT='changeStatus(\"\"); return true;'>Contact Us</A> | <A HREF='links.shtm' ONMOUSEOVER='changeStatus(\"Links\"); return true;'\n";
	html += "				ONMOUSEOUT='changeStatus(\"\"); return true;'>Links</A>\n";
	html += "		<BR><A HREF='about.shtm' ONMOUSEOVER='changeStatus(\"About Staf*Tek\"); return true;'\n";
	html += "				ONMOUSEOUT='changeStatus(\"\"); return true;'>About StafTek</A> | <A HREF='search.shtm' ONMOUSEOVER='changeStatus(\"Job Search\"); return true;'\n";
	html += "				ONMOUSEOUT='changeStatus(\"\"); return true;'>Job Search</A> | <A HREF='technical.shtml' ONMOUSEOVER='changeStatus(\"Technical Jobs\"); return true;'\n";
	html += "				ONMOUSEOUT='changeStatus(\"\"); return true;'>Technical Jobs</A> | <A HREF='faq.shtm' ONMOUSEOVER='changeStatus(\"Frequently Asked Questions\"); return true;'\n";
	html += "				ONMOUSEOUT='changeStatus(\"\"); return true;'>FAQ</A>\n";
	html += "		</B></FONT>\n";
	html += "		<BR><BR>\n";
	html += "		</TD>\n";
	html += "	</TR>\n";
	html += "</TABLE>\n";
	html += "<FONT FACE='Arial' SIZE=1>© 1996-2004 Staf*Tek Services, Inc. All rights reserved.</B></FONT>\n";
	html += "</CENTER>\n";
	
// Output html to page
document.write( html );	

