// 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 header = 
'<div id="SecureHeadWrap" style="margin: 0 auto;height:70px;width:760px;position:relative;top:0px;left: 0px;margin-top:5px;font-family:Arial,Helvetica,Verdana, sans-serif;">'+
	'<div id="GlobalNavSecure" style="width:750px;height:20px;text-align:right;padding-right:10px;">'+
		'<a href="'+ statHost +'/index.htm" style="text-decoration:none;font-size:.8em;">Home</a>&nbsp; | &nbsp;<a href="'+ statHost +'/ContactUs/index.htm" style="text-decoration:none;font-size:.8em;">Contact Us</a>&nbsp; | &nbsp;<a href="'+ statHost +'/AboutUs/index.htm" style="text-decoration:none;font-size:.8em;">About Us</a>&nbsp; | &nbsp;<a href="'+ statHost +'/news/index.htm" style="text-decoration:none;font-size:.8em;">News</a>&nbsp; | &nbsp;<a href="'+ statHost +'/ProviderDirectory/index.htm" style="text-decoration:none;font-size:.8em;">Provider Directory</a>'+
	'</div>'+
	'<div id="Logo" style="position: relative;top:5px;left:6px;margin-left:3px;width:120px;height:32px;float:left;">'+
	'<a href="'+ statHost +'/index.htm">'+
		'<img src="'+ statHost +'/images/BCBSKS_logo.jpg" alt="Blue Cross and Blue Shield of Kansas" width="118" height="30" border="0" /></a>'+	
	'</div>'+
	'<div id="MastSecure" style="position:absolute;left:150px;width:605px;height:49px;color:#666;font-size:1.1em;background-color: #D9EFAF;background-image: url('+ statHost +'/images/Secure_Top_Gradient.gif);background-repeat:repeat-x;background-position:bottom;padding: 8px 0 2px 5px;">'+
		'<div id="SecureCorner" style="background-image: url('+ statHost +'/images/Banner_Corner.gif);background-repeat: no-repeat;background-position: top left;position: absolute;top: 0px;left: 0px;padding: 10px 0 0 10px;font-weight:normal;">Be Healthy</div>'+
		'<div id="RBRightCorner" style="background-image: url('+ statHost +'/images/Vendor_banner_image.jpg);background-repeat: no-repeat;background-position: bottom right;width: 252px;height:48px;position:absolute;top:0px;left: 358px;">&nbsp;</div>'+
	'</div>'+
'</div>'

document.write(header);