function write_tophalf1()
{
	document.write('<body bgcolor="#E7E7DA" onresize="window.location.href = window.location.href">');

	document.write('	<!-- dark green border -->');
	document.write('	<div style="position:absolute; top:0px; left:20px; width:810px;  background:#FFFF99; ">');


	document.write('		<table width="800" align="center" cellspacing=1 border=0>');
	document.write('			<tr >');
	document.write('				<td colspan=2 ><a href="default.htm"><IMG src="images/MKECNew-2010-small-L.png" width="750" height="220" border=0></a></td>');
	document.write('			</tr>');
	document.write('			<tr >');
	document.write('				<td valign="top" width=150>');
					
	document.write('					<table align="left" cellspacing=0 cellpadding=0>');
	document.write('						<tr>');
	document.write('							<td valign="top" ><hr color=darkred>');
}

function write_tophalf2()
{
	document.write('							</td></tr><tr>');
	document.write('							<td>');

	document.write('							</td></tr></table></td>');
}

function write_bottomhalf()
{

	document.write('				</td>');
	document.write('			</tr>');
	document.write('			<tr>');
	document.write('				<td colspan=2 style="background:url(images/bottom.jpg) no-repeat center; text-align:left; FONT-SIZE: xx-small; ');
	document.write('						COLOR: #000099; FONT-FAMILY: Arial; ">');
	document.write('						<span style="margin-left:5px;">Copyright 2005 - Mid-Kansas Electric Company, LLC.</span>');
	document.write('				</td>');
	document.write('			</tr><tr><td colspan=2><img src="images/spacer.gif" width=1 height=2></td></tr>');
	document.write('		</table>');
	document.write('	</div>');
	document.write('	</body>');
}