var p = window.location.pathname;
		var h = location.href;
		if (p != "/" && p.indexOf("") == -1 && p.charAt(p.length - 1) != '/')
			h += '/';

		if (location.hostname == "capturewichita.com")
			h = h.replace("capturewichita.com", "www.capturewichita.com");

		if (h != location.href)
			location.replace(h);
			
var p2 = window.location.pathname;
		var h2 = location.href;
		if (p2 != "/" && p2.indexOf("") == -1 && p2.charAt(p2.length - 1) != '/')
			h2 += '/';

		if (location.hostname == "capturewichita.net")
			h2 = h2.replace("capturewichita.net", "www.capturewichita.com");

		if (h2 != location.href)
			location.replace(h2);
			
var p3 = window.location.pathname;
		var h3 = location.href;
		if (p3 != "/" && p3.indexOf("") == -1 && p3.charAt(p3.length - 1) != '/')
			h3 += '/';

		if (location.hostname == "www.capturewichita.net")
			h3 = h3.replace("www.capturewichita.net", "www.capturewichita.com");

		if (h3 != location.href)
			location.replace(h3);
			
<!--
function header() {
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" id="wichita-header-treatment2-371x80" width="371" height="80"><param name="menu" value="false"><param name="movie" value="http://shared.capturewichita.com/swf/wichita-header-treatment2-371x80.swf"><param name="quality" value="high"><param name="loop" value="false"><embed src="http://shared.capturewichita.com/swf/wichita-header-treatment2-371x80.swf" loop="false" quality="high" width="371" height="80" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object>')
}

//--> 