//<!-- Begin
document.writeln('						</td>')
document.writeln('					</tr>')
document.writeln('				</table>')
document.writeln('				<br><br>')
document.writeln('			</td>')

document.writeln('			<td rowspan="2" width="50" valign="top">')
document.writeln('              <img src="images/topshadow.gif" width="50" height="59" border="0">')
document.writeln('			</td>')

document.writeln('		</tr>')
document.writeln('		<tr>')
document.writeln('			<td width="100%" align="middle">')
document.writeln('				<table border="0" cellspacing="0" cellpadding="0">')
document.writeln('					<tr>')
document.writeln('						<td class="footerTabText" align="center">')
document.writeln('							<a class="footerTabText" href="index.htm">Home</a>')
document.writeln('							&nbsp;| ')
document.writeln('							<a class="footerTabText" href="OurPastors.htm">Our&nbsp;Pastors</a>')
document.writeln('							&nbsp;| ')
document.writeln('							<a class="footerTabText" href="OurPurpose.htm">Our&nbsp;Purpose</a>')
document.writeln('							&nbsp;| ')
document.writeln('							<a class="footerTabText" href="OurPursuit.htm">Our&nbsp;Pursuit</a>')
document.writeln('							&nbsp;| ')
document.writeln('							<a class="footerTabText" href="OurPromise.htm">Our&nbsp;Promise</a>')
document.writeln('							&nbsp;| ')
document.writeln('							<a class="footerTabText" href="OurPreaching.htm">Our&nbsp;Preaching</a>')
document.writeln('							&nbsp;| ')
document.writeln('							<a class="footerTabText" href="OurPriorities.htm">Our&nbsp;Priorities</a>')
document.writeln('							&nbsp;| ')
document.writeln('							<a class="footerTabText" href="OurProclamation.htm">Our&nbsp;Proclamation</a>')
document.writeln('							&nbsp;| ')
document.writeln('							<a class="footerTabText" href="OurPlan.htm">Our&nbsp;Plan</a>')
document.writeln('							&nbsp;| ')
document.writeln('							<a class="footerTabText" href="OurPrograms.htm">Our&nbsp;Programs</a>')
document.writeln('							&nbsp;| ')
document.writeln('							<a class="footerTabText" href="OurPast.htm">Our&nbsp;Past</a>')
document.writeln('							&nbsp;| ')
document.writeln('							<a class="footerTabText" href="OurPlace.htm">Our&nbsp;Place</a>')
document.writeln('							&nbsp;| ')
document.writeln('							<a class="footerTabText" href="OurProximity.htm">Our&nbsp;Proximity</a>')
document.writeln('							&nbsp;| ')
document.writeln('							<a class="footerTabText" href="OurPleasure.htm">Our&nbsp;Pleasure</a>')
document.writeln('							&nbsp;| ')
document.writeln('							<a class="footerTabText" href="OurMissionaries.htm">Our&nbsp;Missionaries</a>')
document.writeln('							&nbsp;| ')
document.writeln('							<a class="footerTabText" href="contact.htm">Contact&nbsp;Us</a>')
document.writeln('							&nbsp;| ')
document.writeln('							<a class="footerTabText" href="http://www.MyChurchEvents.com/calendar/calendar.aspx?ci=L6K5H2I3G1K5N8N8H2 ">Calendar</a>')
document.writeln('							&nbsp;| ')
document.writeln('							<a class="footerTabText" href="Links.htm">Links</a>')
document.writeln('							&nbsp;| ')
document.writeln('							<a class="footerTabText" href="AudioLibrary.htm">Audio&nbsp;Library</a>')
document.writeln('						</td>')
document.writeln('					</tr>')
document.writeln('				</table>')

var months = new Array(13);
months[1] = "January";
months[2] = "February";
months[3] = "March";
months[4] = "April";
months[5] = "May";
months[6] = "June";
months[7] = "July";
months[8] = "August";
months[9] = "September";
months[10] = "October";
months[11] = "November";
months[12] = "December";
var dateObj = new Date(document.lastModified)
var lmonth = months[dateObj.getMonth() + 1]
var date = dateObj.getDate()
var string = navigator.appVersion;
 if ((string.indexOf('3') == 0) && (navigator.appName == 'Netscape')) {
alert('4');
var fyear = dateObj.getYear();
 }
 else {
var fyear = dateObj.getFullYear();
 }
 if (fyear < 100) fyear=fyear+2000;
 if (fyear < 1900) fyear=fyear+1900; 
 if (fyear < 2000) fyear=fyear+100;
document.writeln('<span class="footerText">')
document.writeln('Copyright &copy; '  + fyear + ' <a class="footerTabText" href="index.htm">Hunters Creek Comunity Church</a>')
document.writeln('<br>')
document.writeln('web design - copyright 2005 - <a class="footerTabText" href="http://www.starr-cs.com" target="_blank">STARR Computer Services</a>')
document.writeln('<br>')
document.writeln('Last modified: ' + lmonth + ' ' + date + ', ' + fyear)
document.writeln('<br>')
document.writeln('</span>')

document.writeln('			</td>')
document.writeln('		</tr>')
document.writeln('	</table>')
document.writeln('</body>')
document.writeln('</html>')
// End -->
