			document.write('<br><br><br>');

			/***************************************************************************************************************************************
																		BACK TO TOP LINK

				This link will only appear on a page if it is told to do so. This option to make it visable or not is avaible on each page. Set 
				the option equal to true for this link to appear and false for it not to appear.

			***************************************************************************************************************************************/
			if(oPage.showBackToTop)
			{
				document.write('<table cellpadding="5" cellspacing="0" border="0" align="right">');
					document.write('<tr><td><a href="#top" title="Back to Top" class="' + oPage.linkClass + '" align="right">Back to Top</a>&nbsp;&nbsp;</td></tr>');
				document.write('</table><br><br><br>');
			}
			
		document.write('</td>');
	document.write('</tr>');
document.write('</table>');

/******************************************************************************************************************************************************
																	PAGE FOOTER

	This is the page footer of all pages within the website. This section contains the footer navigation as well. This code is writen in javascript
	and HTML. To add another link, simply follow the pattern below. Please keep in mind that you need to have the varaible _rootPath in front of all
	links to ensure that the virtual path is being called.

******************************************************************************************************************************************************/

var dUpdateDate = document.lastModified;
var sDate = dUpdateDate.length - 8;

document.write('<table cellpadding="0" cellspacing="0" border="0" width="713" bgcolor="#FFFFFF">');
	document.write('<tr><td bgcolor="#DADADA" colspan="2">'+ getSpace(1,1) + '</td></tr>');
	document.write('<tr>');
		document.write('<td align="center" height="23" colspan="2">');
			document.write('<table cellpadding="0" cellspacing="0" border="0">');
				document.write('<tr>');
					document.write('<td><a href="' + _rootPath + 'default.htm" title="HR Home" class="footerLink">HR Home</a></td>');
					document.write('<td><div class="footerLink">&nbsp;|&nbsp;</div></td>');
					document.write('<td><a href="' + _rootPath + 'employment/default.htm" title="Employment" class="footerLink">Employment</a></td>');
					document.write('<td><div class="footerLink">&nbsp;|&nbsp;</div></td>');
					document.write('<td><a href="' + _rootPath + 'employees/default.htm" title="Employees" class="footerLink">Employees</a></td>');
					document.write('<td><div class="footerLink">&nbsp;|&nbsp;</div></td>');
					document.write('<td><a href="' + _rootPath + 'news/default.htm" title="News/Events" class="footerLink">News/Events</a></td>');
					document.write('<td><div class="footerLink">&nbsp;|&nbsp;</div></td>');
					document.write('<td><a href="' + _rootPath + 'resources/default.htm" title="Resources" class="footerLink">Resources</a></td>');
					document.write('<td><div class="footerLink">&nbsp;|&nbsp;</div></td>');
					document.write('<td><a href="' + _rootPath + 'sitemap.htm" title="HR Sitemap" class="footerLink">HR Sitemap</a></td>');
					document.write('<td><div class="footerLink">&nbsp;|&nbsp;</div></td>');
					document.write('<td><a href="' + _rootPath + 'privacy.htm" title="Privacy" class="footerLink">Privacy</a></td>');
					document.write('<td><div class="footerLink">&nbsp;|&nbsp;</div></td>');
					document.write('<td><a href="' + _rootPath + 'resources/contact.htm" title="Contact Us" class="footerLink">Contact Us</a></td>');
				document.write('</tr>');
			document.write('</table>');
		document.write('</td>');
	document.write('</tr>');
	document.write('<tr>');
		document.write('<td bgcolor="#DFDFDF" align="center" width="712"><div class="footerLink">Copyright &copy; 2005 DoDEA Human Resources Regional Service Center</div></td>');
		document.write('<td bgcolor="#FFFFFF">' + getSpace(1,35) + '</td>');
	document.write('</tr>');
	document.write('<tr>');
		document.write('<td align="center" height="23" colspan="2"><div class="footerLink">Last Updated: ' + dUpdateDate.substring(sDate,0) + '</div></td>');
	document.write('</tr>');
document.write('</table>');

		document.write('</td>');
	document.write('</tr>');
document.write('</table>');