// JavaScript Document

var tabs = 
'<div id="TabsRow">'+
		'<div id="TabCustomerService" class="TabStatic" onClick="location.href=\''+ statHost +'/CustomerService/index.htm\'">'+
			'Customer Service'+
		'</div>'+
		'<div id="TabBeHealthy" class="TabHighlight" onClick="location.href=\''+ statHost +'/BeHealthy/index.htm\'">'+
			'Be Healthy'+
		'</div>'+
		'<div id="TabHealthPlans" class="TabStatic" onClick="location.href=\''+ statHost +'/HealthPlans/index.htm\'">'+
			'Health Plans'+		
		'</div>'+
  '</div>'

document.write(tabs);