// JavaScript Document

var statHost = "http://www.bcbsks.com";
if ( location.host.indexOf("bingo") != -1 ) {
	statHost = "http://bingo.bcbsks.com";
}
if ( location.host.indexOf("beta") != -1 ) {
	statHost = "http://beta.bcbsks.com";
}
if ( location.host.indexOf("alpha") != -1 ) {
	statHost = "http://alpha.bcbsks.com";
}
if ( location.host.indexOf("delta") != -1 ) {
	statHost = "http://delta.bcbsks.com";
}
if ( location.host.indexOf("development") != -1 ) {
	statHost = "http://delta.bcbsks.com";
}
if ( location.host.indexOf("integration") != -1 ) {
	statHost = "http://alpha.bcbsks.com";
}
if ( location.host.indexOf("staging") != -1 ) {
	statHost = "http://beta.bcbsks.com";
}
if ( location.host.indexOf("staging2") != -1 ) {
	statHost = "http://beta2.bcbsks.com";
}
if ( location.host.indexOf("mabarker") != -1 ) {
	statHost = "http://gamma.bcbsks.com";
}
//icims
if ( location.host.indexOf("jobs-ksjobs") != -1 ) {
	statHost = "http://www.bcbsks.com";
}
if ( location.host.indexOf("intranet-ksjobs") != -1 ) {
	statHost = "http://www.bcbsks.com";
}

var footer = 
'<div id="FooterSecure" style="font-size:0.75em;color:#666;text-align:center;width:760px;margin: 0 auto;padding-bottom:30px;padding-top:15px;font-family:Arial,Helvetica,Verdana,sans-serif;">'+
		'<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/privacy.htm">Privacy Policy</a> &nbsp;| &nbsp;'+
		'<a href="'+ statHost +'/help/legal.htm">Legal Notices</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>'+
  '<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 />'+
'® Registered Trademarks of the Blue Cross and Blue Shield Association.	</div>'+
'</div>'

document.write(footer);