//Index Page Header = most pages to use this////////
document.write('<tr><td height="80">');

document.write('		<table width="100%" border="0" cellpadding="0" cellspacing="0">');
document.write('			<tr >');
document.write('				<td width="133" style="height:21px;background-color:#E8F2FE"></td>');
document.write('				<td width="5" style="height:21px;background-color:#E8F2FE"></td>');
document.write('				<td width="133" style="height:21px;background-color:#E8F2FE"></td>');
document.write('				<td align="right" ><img src="Images/GFLogo2.jpg" border="0" alt="Gods Friends""></td>');
document.write('			<tr>');
document.write('				<td colspan="4" style="height:10px;background-color:#0A0B75;;"></td>');
document.write('			</tr>');

document.write('		</table>');

document.write('</td></tr>');