/*headline.js	
* The Kansas Department of Health and Environment:  http://www.kdheks.gov/
* Copyright (c) 1996-2009
*/
//Script for loading text in html files
document.write('<table width="100%" border="0" cellpadding="3" cellspacing="0" class="tablesettingbluebgonly">');
document.write('<tr>');
document.write('<td>');
document.write('<p align="center" class="font9ptwhite">');
document.write('<b>');
document.write('&copy; 1996-2009 The Kansas Department of Health and Environment');
document.write('<br>');
document.write('<a href="http://www.kansas.gov/index.php" class="font9ptwhite">State of Kansas</a> - ');
document.write('<a href="http://www.kdheks.gov/disclaimer.html" class="font9ptwhite">Privacy Notice</a> - ');
document.write('<a href="http://www.kdheks.gov/mission.html" class="font9ptwhite">Mission</a> - ');
document.write('<a href="http://www.kdheks.gov/directions/index.html" class="font9ptwhite">Directions to KDHE</a>');
document.write('<br>');
document.write('<a href="http://www.kdheks.gov/site_index.htm" class="font9ptwhite">Site Index</a> - ');
document.write('<a href="http://www.kdheks.gov/mobile.htm" class="font9ptwhite">Mobile Web</a> - ');

document.write('<a href="http://www.kdheks.gov/contact.html" class="font9ptwhite">Contact KDHE</a> - ');
document.write('<a href="http://www.kdheks.gov/open_records.html" class="font9ptwhite">Open Records</a> - ');
document.write('<a href="https://webmail.kdhe.state.ks.us/owa/auth/logon.aspx?replaceCurrent=1&url=https%3a%2f%2fwebmail.kdhe.state.ks.us%2fowa%2f" class="font9ptwhite">WebMail</a> - ');
document.write('<a href="mailto:webmaster@kdheks.gov?subject=KDHE Website Feedback" class="font9ptwhite">Webmaster</a>');   
document.write('</p>');
document.write('</td>');
document.write('</tr>');
document.write('</table>');
document.write('<!-- BEGIN WebSTAT Activation Code -->');
document.write('<script type="text/javascript" language="JavaScript" src="http://hits.webstat.com/cgi-bin/wsv2.cgi?73056"></script>');
document.write('<noscript>');
document.write('<a href="http://www.webstat.com">');
document.write('<img src="http://hits.webstat.com/images/nada.gif?page=" border="0" alt="Site Stats and Free Web Counters by WebSTAT" /></a>');
document.write('</noscript>');
document.write('<!-- END WebSTAT Activation Code -->');

