﻿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(\" family taken during visit march welcome tyrell family website will find variety photographs some information along with links update page which shows what going moment welcome browse touch feel need summer alsager carnival over another year wesley place were winners walking float found following link below history most sites contain about history question trying together site taking second place work have load organized properly hasn't hasnt further past seven years click here view photos \",\" clwyd dynevor rugby photos click image view ethel's ethels banners highfield church wortley leeds family photos tyrells australia \",\" campervan conversion website interested knowing more about converting yourself this very useful starting point campervanconversion conversion blog would like follow ‘irregular' ‘irregular blog posts progress visit http motorhomeconversion blogspot photos caravan \",\" alsager click here wesley place website tyrells blog tyrells unfortunately will have start work back contact email \",\" family gallery some photographs family \",\" rugby gallery some photographs dynevor clwyd teams \",\" caravan gallery some photographs donor caravan \",\" gallery some photographs progresses \",\" what's whats happening? this carnival 2011 theme safari decided interpret seafari tube video short video click link below http youtube watch?v=zljmthzjywm more photos found clicking here \",\" banner gallery some photographs banners ethel made \",\" australia gallery some photographs trip 2010 \",\" \");");
d.write("var pageMap = new Array(\"Home\",\"Photo Gallery\",\"Van Conversion\",\"Links and Contacts\",\"family Photos\",\"Rugby Photos\",\"Caravan Photos\",\"Van Photos\",\"Update\",\"Banners\",\"Australia\",\"Carnival\");");
d.write("var linkMap = new Array(\"index.html\",\"page2.html\",\"page3.html\",\"page4.html\",\"page5.html\",\"page6.html\",\"page7.html\",\"page8.html\",\"page9.html\",\"page10.html\",\"page11.html\",\"page12.html\");");
d.write("var preMap = new Array(\"The family Taken during a visit in March Welcome to the Tyrell Family website. You will find a variety of photographs and some family information along with links and an update page which shows what i\",\"Clwyd and Dynevor Rugby Photos Click on the image to view the Photos. Ethel’s Banners at Highfield Church, Wortley, Leeds See Family photos Tyrells in Australia \",\"Campervan Conversion Website If you are interested in knowing more about converting a van yourself, this is a very useful starting point: www.campervanconversion.co.uk Van conversion Blog If you would\",\"How to get to Alsager Click here to go to Wesley Place Website Tyrells in Oz Blog Click here to go to the tyrells in Oz Blog.  Unfortunately you will have to start at the end and work back. Contact us\",\"Family Gallery Some photographs of the family \",\"Rugby Gallery Some photographs of Dynevor and Clwyd Rugby teams \",\"Caravan Gallery Some photographs of the donor caravan. \",\"Van Gallery Some photographs of the van as it progresses \",\"What’s happening? This is the carnival 2011 The theme was Safari and we decided to interpret it as Seafari You Tube Video To see a short video of the carnival, click on the link below: http://www.yout\",\"Banner Gallery Some photographs of the banners Ethel has made \",\"Australia Gallery Some photographs of the trip to Australia 2010 \",\"\");");
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();
}
