<!--
var item = new Array();
c=0; item[c]=new Array("","fellow.htm#abundant","Abundant Life Fellowship Group","sunday school abundant life adult fellowship groups group","");
c++; item[c]=new Array("","adult.htm","Adult Ministries","doris barr adult women womens ministries ministry fellowship groups community life","");
c++; item[c]=new Array("","announce.htm","Announcements","announcement announcements children adult youth reminders","");
c++; item[c]=new Array("","fellow.htm#berean","Berean Adult Fellowship Group","sunday school berean adult fellowship groups group","");
c++; item[c]=new Array("","fusion.htm","Fusion Young Adult Ministry","sunday school young adult fusion groups group","");
c++; item[c]=new Array("","http://www.mcbickids.org/","Childrens Ministries","dave truitt kids upstreet kidstuf kidstuff little stuf children children ministries ministry nursery sunday school church ministry","");
c++; item[c]=new Array("","memmenu.htm#schedule","Coffee Corner Schedule","schedule coffee corner crew","");
c++; item[c]=new Array("","contact.htm","Contact Us","contact phone telephone email list hours staff address fax","");
c++; item[c]=new Array("","fellow.htm#adult","Adult Bible Fellowship Groups","sunday school adult bible fellowship groups group","");
c++; item[c]=new Array("","fellow.htm#foundations","Foundations Fellowship Group","fellowship group foundations class","");
c++; item[c]=new Array("","fellow.htm#abounding","Abounding Grace Adult Fellowship Group","sunday school abounding grade adult fellowship groups group","");
c++; item[c]=new Array("","memmenu.htm#schedule","Greeter Schedule","schedule greeter","");
c++; item[c]=new Array("","healing.htm","Healing Prayer Ministries","healing prayer ministries ministry","");
c++; item[c]=new Array("","history.htm","Our History","history early present facility facilities church goal","");
c++; item[c]=new Array("","info.htm","Information Request Form","information request form info","");
c++; item[c]=new Array("","library.htm","Church Library","library books tapes cds","");
c++; item[c]=new Array("","location.htm","Directions to McBIC","location address map direction directions","");
c++; item[c]=new Array("","fellow.htm#love","Love Thy Neighbor Fellowship Group","sunday school adult fellowship groups group","");
c++; item[c]=new Array("","memmenu.htm","McBIC Church Family Page","church family schedules security coffee corner ushers greeters forms shirts connected emblems involved area menu memo softball letter update crosswalk community forms form worship team resources","");
c++; item[c]=new Array("","mensmin.htm","Mens Ministries","dave hershberger adult men mens ministries ministry","");
c++; item[c]=new Array("","fellow.htm#faithbuilders","FaithBuilders Fellowship Group","faithbuilders adult fellowship groups group","");
c++; item[c]=new Array("","pastors.htm","Our Staff","staff pastor pastors secretary layne lebo john king chad wenger doris barr dave hershberger dave truitt stacy poe sam utsick Tracey Mascioli","");
c++; item[c]=new Array("","prayer.htm","Prayer Requests","prayer requests request","");
c++; item[c]=new Array("","prayermin.htm","Prayer Ministries","prayer ministries ministry room evangelism spiritual mapping events teams intercession","");
c++; item[c]=new Array("","prayroom.htm","Prayer Room","prayer room concerns","");
c++; item[c]=new Array("","McBICPReschool.htm","McBIC PreSchool","children morning day school preschool","");
c++; item[c]=new Array("","purpose.htm","Our Mission","mission core values","");
c++; item[c]=new Array("","readings.htm","Recommended Reading","Pastor Layne Recommended Reading","");
c++; item[c]=new Array("","resources.htm","Resource/Links","books publications resources library bible search publications links","");
c++; item[c]=new Array("","sermons.htm","Sermon Series","audio listen mp3 mwa download sermons series message","");
c++; item[c]=new Array("","service.htm","Our Services","sunday services times time contemporary casual","");
c++; item[c]=new Array("","thismon.htm","Scheduled Events","happenings month monthly calendar events","");
//c++; item[c]=new Array("","wednite.htm","Wednesday Nights at McBIC","cafe wednesday night nights adult seminars clubs youth activities","");
c++; item[c]=new Array("","womenmin.htm","Women Ministries","doris barr women womens ministries ministry","");
c++; item[c]=new Array("","worship.htm","Worship Ministries","dave hershberger worship music ministries ministry","");
c++; item[c]=new Array("","http://www.mcbic.org/youth/","Youth Lighthouse Ministries","chad wenger youth ministries ministry lighthouse","");
c++; item[c]=new Array("","fellow.htm#young","Young Adult Fellowship Group","sunday school young adult fellowship groups group","");
//c++; item[c]=new Array("","youthpag.htm","Youth Page","youth page calendar cafe","");
//c++; item[c]=new Array("","youthpics.htm","Youth Photo Album","youth photo pics pictures","");
c++; item[c]=new Array("","http://www.bic-church.org/","BiC Denominational Website","bic denominational web website","");
c++; item[c]=new Array("","http://www.bic-church.org/main/articles.htm","Our Belief","our belief articles bic brethren in christ","");

function clearField() {
	document.sitesrch.srchval.value=" ";
	document.sitesrch.srchval.focus();
}
page="<html><head><title>Search Results</title></head><body background='images/back.gif'><center><table border=0 align='center' cellspacing=10 width=90%><img src='images/mcbic001.gif' align=left width=80 height=77><BR><BIG><B>SEARCH RESULTS</B></BIG>";


function search(sitesrch) {
txt = document.sitesrch.srchval.value.split(" ");
if (txt=="") {
	window.alert("Please enter search word.");
	document.sitesrch.srchval.focus();
	return;
}
win = window.open("","","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,left=250,top=150,width=300,height=400");
win.document.write(page);
fnd = new Array(); total=0;
for (i = 0; i < item.length; i++) {
fnd[i] = 0; order = new Array(0, 4, 2, 3);
for (j = 0; j < order.length; j++)
for (k = 0; k < txt.length; k++)
if (item[i][order[j]].toLowerCase().indexOf(txt[k]) > -1 && txt[k] != "" || item[i][order[j]].toUpperCase().indexOf(txt[k]) > -1 && txt[k] != "")
fnd[i] += (j+1);
}
for (i = 0; i < fnd.length; i++) {
n = 0; w = -1;
for (j = 0;j < fnd.length; j++)
if (fnd[j] > n) { n = fnd[j]; w = j; };
if (w > -1) total += show(w, win, n);
fnd[w] = 0;
}
win.document.write("</table><br><font size=2 face=verdana color=blue><b>Total matches found for keyword<u> "+txt+"</u>: "+total+"<br><br>");
win.document.write("<a href='javascript:window.close()';><img src='images/close.gif' border='0'></a></b></body></html>");
win.document.close();
}
function show(which,wind,num) {
link = item[which][1] + item[which][0];
line = "<tr><td><font size=2 face=verdana><a href='javascript:opener.location=&quot;"+link+"&quot;;window.close();'>"+item[which][2]+"</a>&nbsp;&nbsp;--"+item[which][4]+"</font></td></tr>"; 
//line += "<tr><td><a href='"+link+"'>"+item[which][2]+"</a> Score: "+num+"<br></td></tr></table>"; 
//line += item[which][4] + "<br>"+link+"</td></tr>";
wind.document.write(line);
return 1;
}
// End --> 