﻿function GetSiteSearchResults(newWindow,frameObject,frameObjectName,fontFace,fontSize,fontColour,linkFace,linkSize,linkColour,resultsText)
{
var sTerms="";
var iDepth = 0;
var sURL = new String(document.location);
if (sURL.indexOf("?") > 0)
{
var arrParams = sURL.split("?");
var arrURLParams = arrParams[1].split("&");
for (var i=0;i<arrURLParams.length;i++)
{
var sParam = arrURLParams[i].split("=");
var sValue = unescape(sParam[1]);
if( sParam[0] == frameObjectName)
	sTerms = sValue;
if( sParam[0] == "depth")
	iDepth = parseInt(sValue);
}
}
var d=frameObject.document;
if (sTerms=="") {d.open(); d.write("<html><head></head><body style=\"background: transparent;\"></body></html>"); d.close();return;}
var sBack=""; for (i=0; i<iDepth; i++) sBack+='..\\\\';
d.open();
d.write("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">");
d.write("<html lang=\"en\">");
d.write("<head>");
d.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\">");
d.write("</head>");
d.write("<body style=\"margin: 0px 0px 0px 0px; font-family: "+fontFace+"; font-size: "+fontSize+"; color: "+fontColour+"; background: transparent;\">");
d.write("<div id=\"wpSearchResults\"></div>");
d.write("<script type=\"text/javascript\">");
d.write("var wordMap = new Array(\" registration 2011 opens april register before june avoid late more information including fees guidelines register click link below clubs bluesombrero carlislesoccer sponsors carlisle soccer looking sponsors know businesses maybe yourself that would like sponsor your child's childs team? contact bobby yeary board member registration host association proud announce registration host blue sombrero national partner with organization features they will able provide great benefit local membership carlisle soccer last signups friday july burger shack \",\" registration registration deadlines april earlybird special ends discount june late fees applied note fees must received above dates order receive avoid late player child child family $165 sibling they reside same household fundraiser players required either participate fundraiser this choice will available during registration process register link below club bluesombrero carlislesoccer important carlisle soccer recreational soccer league players drafted onto teams randomly coach's coachs assistant children placed team siblings living allow placement ride sharing other reason candy league only exception long balance maintained \",\" calendar coming soon \",\" coming soon coaches corner \",\" contact carlisle soccer association 2054 ohio 45005 937-271-1477 carlislesaysoccer gmail board directors cable president		 cable kristen yeary vice president yeary1127 yahoo jason staggs treasurer jason staggs bobby secretary	 bill hertel		 bill hertel cathy hertel			 cathy \",\" soccer fields located behind carlisle grigsby intermediate school jamaica ohio 45005 parking available school high parking south \");");
d.write("var pageMap = new Array(\"Home\",\"Registration\",\"Calendar\",\"Coaches Corner\",\"Contact Us\",\"Facilities\");");
d.write("var linkMap = new Array(\"index.html\",\"page2.html\",\"page3.html\",\"page4.html\",\"page5.html\",\"page6.html\");");
d.write("var preMap = new Array(\"Registration  2011 Registration opens on April 21 Register and pay before June 12 to avoid the $10.00 late fee For more information, including fees and guidelines, or to register, click on the link be\",\"REGISTRATION Registration Deadlines: April 30 – Earlybird special ends ($5.00 discount) June 12 – Late fees applied  Note:  Fees must be received by the above dates in order to receive the discount or\",\"CALENDAR  Coming soon \",\"Coming Soon COACHES CORNER \",\"Contact Us  Carlisle Soccer Association P.O. Box 2054 Carlisle, Ohio 45005 937-271-1477 carlislesaysoccer@gmail.com      Board of Directors     Tim Cable, President		                   tim.cable@carli\",\"The soccer fields are located behind the Carlisle Grigsby Intermediate School at 100 Jamaica Rd, Carlisle, Ohio, 45005.  Parking is available behind the school and in the High School parking lot to th\");");
d.write("function doNav(ind)");
d.write("{");
if (newWindow)
d.write("		 window.open(\""+sBack+"\"+linkMap[ind],\"_blank\");");
else
d.write("		 parent.window.location.href=linkMap[ind];");
d.write("}");
d.write("function wpDoSearch(searchTerms){");
d.write("var terms = searchTerms.split(\" \");");
d.write("if (terms==\"\") return;");
d.write("var results = \"\";");
d.write("var resultscount = 0;");
d.write("for (var i=0; i<wordMap.length; i++)");
d.write("{");
d.write("			var found=true;");
d.write("			for (var j=0; j<terms.length; j++)");
d.write("					if (wordMap[i].indexOf(terms[j].toLowerCase())==-1) found=false;");
d.write("			if (found)");
d.write("			{");
d.write("				 results+=\"<a style=\\\"cursor: pointer; font-family: "+linkFace+"; font-size: "+linkSize+"; color: "+linkColour+"; \\\" onclick=\\\"doNav(\"+i+\");\\\"><u>\"+pageMap[i]+\"</u></a><br>\"+preMap[i]+\"...<br><br>\";");
d.write("				 resultscount++;");
d.write("			}");
d.write("}");
d.write("document.getElementById(\"wpSearchResults\").innerHTML=resultscount+\" "+resultsText+" \"+searchTerms+\"<br><br>\"+results;");
d.write("}");
while(sTerms.indexOf("\"") != -1 ) {
sTerms = sTerms.replace("\"","");
};
d.write("wpDoSearch(\""+sTerms+"\");");
d.write("</script>");
d.write("</body></html>");
d.close();
}
