<!--
// ***********************************************
// This code is subject to the copyright and terms
// of usage restrictions detailed at 
// http://mcjonline.com/termsofuse.shtml
// Copyright 2001 Maranatha Christian Journal 
// All rights reserved.
// *************************************************
document.writeln('<center><table width="180" border="0" cellpadding="4" cellspacing="2" bgcolor="darkblue">');
document.writeln('<tr bgcolor="darkblue"><td bgcolor="#3D59AB">');
document.writeln('<font color=white face=Arial,Helvetica,Verdana size="2">');
document.writeln('<center><b>Contact Info</b></center></td></tr>');
document.writeln('<tr bgcolor="white">');
document.writeln('<td bgcolor="white"><font face="Arial,Helvetica,Verdana" size="2">');
// *************************************************

document.writeln("<br><center><u>Summer Schedule</u><br>");
document.writeln("<br><b>Worship Service:</b> 11:00 am");
document.writeln("<br>");
// document.writeln("<br><br><b>Fellowship Meal:</b> 12:30 pm");
// document.writeln("(First Saturday of the month)<br>");

document.writeln("<br><b>Meeting at:</b><br>");
document.writeln("1430 E. Cooley Drive<br> Suite 116<br>");
document.writeln("Colton, CA  92324<br>");
document.writeln("<i>(Click <a href='http://maranathacommunitychurch.com/directions.shtml'>here<a> for directions)</i><br><br>");

document.writeln("<b>Mailing Address:</b><br>");
document.writeln("PO Box 1150<br>");
document.writeln("Colton, CA  92324<br><br>");

document.writeln("<b>Phone:</b><br>");
document.writeln("(909) 825-2933<br><br>");

document.writeln("<b>E-Mail:</b><br>");
var mailpart1 = "info";
var mailpart2 = "ColtonChurch.com";
document.writeln("<a href=" + "mail" + "to:" + mailpart1 + "@" + mailpart2 + ">" + mailpart1 + "@" + mailpart2 + "</a>");
document.writeln("<br><br></center>");

// *************************************************
document.writeln('</td></tr></table></center>');
//-->

