// JavaScript Document

var header = 
'<div id="Header" style="height:60px;">'+
	'<div id="GlobalNavApp">'+
			'<a href="'+ statHost +'/index.htm">Home</a>&nbsp; | &nbsp;<a href="'+ statHost +'/ContactUs/index.htm">Contact Us</a>'+
	'</div>'+
	'<div id="Logo">'+
		'<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="MastApp">'+
		'<div id="SecureCorner">&nbsp;</div>'+
	'</div>'+
	'<div style="clear:both;display:none;">&nbsp;</div>'+
'</div>'

document.write(header);