/*links.js	
* The Kansas Department of Health and Environment:  
* Copyright (c) 2005
*/
//Script for loading code in html files

document.write('<p><a href="http://www.kshealthyhomes.org/about_us.htm" class="font10ptwhite"><b>About Us or Our Program</b></a></p>');
document.write('<p><a href="http://www.kshealthyhomes.org/wichita_hud_grant.htm" class="font10ptwhite"><b>Safe at Home Wichita HUD Grant</b></a></p>');
document.write('<p><a href="http://www.kshealthyhomes.org/lead_poisoning_prevention.htm" class="font10ptwhite"><b>Lead Poisoning Prevention</b></a></p>');
document.write('<p><a href="http://www.kshealthyhomes.org/healthy_homes.htm" class="font10ptwhite"><b>Healthy Homes</b></a></p>');
document.write('<p><a href="http://www.kshealthyhomes.org/lead_regulations.htm" class="font10ptwhite"><b>Lead Regulations</b></a></p>');
document.write('<p><a href="http://www.kshealthyhomes.org/education_and_training.htm" class="font10ptwhite"><b>Education and Training</b></a></p>')
document.write('<p><a href="http://www.kshealthyhomes.org/partner_links.htm" class="font10ptwhite"><b>Partner Links</b></a></p>');
document.write('<p><a href="http://www.kshealthyhomes.org/contact_us.htm" class="font10ptwhite"><b>Contact Us</b></a></p>');


