<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var pcc	  = "yes"	// SHOW AWC COPYRIGHT
var w3clogo	  = "yes"	// SHOW W3C VALID LOGO



document.write('<span class="footer">');

document.write('<a href="index.html">Homepage</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="khafraprofile.htm">About Us</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="contact.htm">Contact Us</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="site_map.htm">Site Map</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="http://atl-exchange.khafra.com/owa">Mail</a>');




document.write('<br><br>');

document.write('KHAFRA Locations<br>');

document.write('<a href="locations.htm#atl">Atlanta</a>');

document.write('&nbsp;|&nbsp;');

document.write('<a href="locations.htm#aug">Augusta</a>');

document.write('&nbsp;|&nbsp;');

document.write('<a href="locations.htm#bham">Birmingham</a>');

document.write('&nbsp;|&nbsp;');

document.write('<a href="locations.htm#balt">Baltimore</a>');

document.write('&nbsp;|&nbsp;');


document.write('<a href="locations.htm#char">Charleston</a>');

document.write('&nbsp;|&nbsp;');

document.write('<a href="locations.htm#chat">Chattanooga</a>');

document.write('&nbsp;|&nbsp;');

document.write('<a href="locations.htm#dallas">Dallas</a><br>');


document.write('<a href="locations.htm#indy">Indianapolis</a>');

document.write('&nbsp;|&nbsp;');

document.write('<a href="locations.htm#lville">Louisville</a>');

document.write('&nbsp;|&nbsp;');

document.write('<a href="locations.htm#mobile">Mobile</a>');

document.write('&nbsp;|&nbsp;');

document.write('<a href="locations.htm#mont">Montgomery</a>');

document.write('&nbsp;|&nbsp;');

document.write('<a href="locations.htm#selma">Selma</a>');

document.write('&nbsp;|&nbsp;');

document.write('<a href="locations.htm#dc">Washington, DC</a><br>');


   if (w3clogo == "yes") {
document.write('<br><a href="http://www.w3.org/"><img src="picts/w3c.gif" alt="Valid HTML 4.01 Transitional" border="0" vspace="6"></a><br>');
}

document.write('<br>All contents &copy;Copyright 2007 ');




// EDIT THE NEXT LINE

document.write('<a href="index.html">KHAFRA Engineering Consultants, Inc.</a><br>');







   if (pcc == "yes") {
document.write('Website Strategy and Implementation Services Provided by <a href="http://www.probiztechnology.com" target="_blank">PCC, LLC</a><br>');
}


document.write('</span>');


//  End -->