// JavaScript Document

//DOCUMENTATION:
//	Always use the following at the beginning of each line:
//		document.write('
//	and the following at the end of each line:
//		');
//
//	Example: line should read "Hello there! Welcome to BCF!"
//		document.write('Hello there! Welcome to BCF!');
//
//
//	For any line that includes a single quote ( ' ) use the following:
//		\'
//	Example: line should read "Hi! This is God's house."
//		document.write('Hi! This is God\'s house.');
//

document.write('		<table width="100%" cellpadding="0" cellspacing="0" align="center">');
document.write('			<tr>');
document.write('				<td align="right">');
document.write('					&nbsp;&nbsp;<img src="../images/header_BCF_logo2.gif" alt="Believers Covenant Fellowship logo"/>');
document.write('				</td>');
document.write('				<td align="center">');
document.write('					<img src="../images/BCF2.gif" alt=""><br>');
document.write('					<span style="color:#0A156B"><b>The Church That Jesus Is Building!');
document.write('					</b></span>');
document.write('				</td>');
document.write('			</tr>');
document.write('		</table>');