// JavaScript Document

var footer = 
'<div id="Footer">'+
		'<a href="'+ statHost +'/ContactUs/index.htm">Contact Us</a> &nbsp;| &nbsp;'+
		'<a href="'+ statHost +'/help/sitemap.htm">Site Map</a> &nbsp;| &nbsp;'+
		'<a href="'+ statHost +'/help/legal_privacy.htm">Privacy & Legal Policies</a> &nbsp;| &nbsp;'+
		'<a href="'+ statHost +'/help/index.htm">Help</a> &nbsp;| &nbsp;'+
		'<a href="'+ statHost +'/AboutUs/careers/index.htm">Careers</a> &nbsp;| &nbsp;'+
		'<a href="'+ statHost +'/help/glossary.htm">Glossary</a> &nbsp;| &nbsp;'+
		'<a href="'+ statHost +'/ProviderDirectory/index.htm">Provider Directory</a> &nbsp;| &nbsp;'+
		'<a href="'+ statHost +'/CustomerService/Members/spanish.htm">en Espa&ntilde;ol</a>'+
  '<div style="margin:10px 0 10px 0">If you experience broken links on this site or have any questions or comments please notify our <a href="http://clyde.bcbsks.com/WebCom/Public/forms/bcbsks_Feedback.htm">Webmaster</a>.</div>'+
		'<div style="margin-top:10px">Blue Cross and Blue Shield of Kansas is an Independent Licensee of the Blue Cross and Blue Shield Association.<br />' +
'Blue Cross and Blue Shield of Kansas serves all counties in Kansas except Johnson and Wyandotte.<br />'+
'&reg; Registered Trademarks of the Blue Cross and Blue Shield Association.	</div>'+
'<br/>'+
'</div>'

document.write(footer);