function drawFooter()
{

document.write('		  </tr>'
  + '		  <tr>'
  + '			<td height="22" colspan="3" align="left" valign="top" background="../images/bg_wrapper_bottom_flat.gif">&nbsp;</td>'
  + '		  </tr>'
  + '		  <tr bgcolor="#878787">'
  + '			<td width="127" height="22" align="left" valign="top">&nbsp;</td>'
  + '			<td width="469" align="right" valign="top" class="linkWhite">'
  + '				<a href="index.html">Home</a> &iota;<a href="contact_us.html">Contact Us</a> &iota; <a href="sitemap.html">Site Map</a> &iota; <a href="jobs.html">Jobs</a> &iota; <a href="privacy_notice.html">Privacy</a> &iota;<a href="resources.html">Resources</a> &iota; <a href="copyright.html">Copyright</a>	</td>'
  + '			<td width="164" align="left" valign="top">&nbsp;</td>'
  + '		  </tr>'
  + '		</table>'
  + '');
}
