﻿function GetSiteSearchResults(newWindow,frameObject,frameObjectName,fontFace,fontSize,fontColour,linkFace,linkSize,linkColour,resultsText)
{
var sTerms="";
var iDepth = 0;
var sURL = new String(window.location.href);
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\" \"http://www.w3.org/TR/html4/loose.dtd\">");
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(\" home visitors active users welcome norwich travel tourism group site meet first wednesday each month friendly group that chat about holidays travel general peter's peters church hall cringleford there small charge cover room hire refreshment costs 30pm 00pm start ending 30-4 members most welcome even have slide show click here tour airbus a380 cockpit click here world weather below quick currency converter http misc note required laptop projector screen booked collected from john rant 01603 747564 also need bring power extension with sockets interested joining this contact patrick halpin phalpin toucansurf search enter details \",\" programme slideshows month presentation september 2011 australia heading bush peter grenyer october european driving tour france switzerland david november karnataka patrick	 december krakow zakopane margaret hodgson january 2012 yosemite canyon lands grenyer			 february baltic eileen march albie april lanka patrick june korea mary note person giving talk will arrange with john rant 01603 747564 collection return laptop projector screen stand they also bring power extension sockets slideshow cick presentation name opposite italics slideshow open page this press exit close close show automatically manually using controls bottom creen \",\" hints tips hire from airports europcar boomerang service http europcar thomson auctions from thomsonauctions discount deals plus booking taxes london boutique hotel hoxtonhotels hoxton always offer five rooms everyday even normal rates very good mini break sale travelodge travelodge hot-spot hotels supersaver sale several times year £5-£15 register first pick days shopping train megatrain index megatrain discount fares each south west virgin trains only trailfinders norwich excellent they usually better internet prices 24-24 castle meadow 01603 216216 google maps maps google earth world satellite earth download-earth html factbook sorts info https library publications the-world-factbook government route planner transportdirect traffic highways trafficinfo \",\" directions from norwich city centre meet peter's peters church hall cringleford take newmarket road centre after approx miles just before dual carriageway starts turn left into slip road eaton village over traffic lights bridge park past opposite colney lane committee room hospital anglia stop near outside this after cellar house <----------- this live google move around view satellite hybrid terrain modes \",\" links misc norwich site http u3anorwich norfolk travel news northnorfolk travel default insurance moneysupermarket travelinsurancep default related travelzoo seat guru details seats airlines' airlines aircraft seatguru international airport norwichairport booking agencies trailfinders 0845 5920 trailfinders ebookers ebookers expedia expedia aspx holiday firms holiday index saga saga general3 home apartment rental york colbyinternational national express coaches 08705 808080 nationalexpress rail nationalexpresseastanglia eurostar eurostar leisure travel_information cont easyjet easyjet book index ryannair ryanair flybe local from flybe enquiries nationalrail world train timetable seat sixty-one seat61 ferries cheap ferries ferrycheap cruise deals google cruisedeals lastminute lastminute british airways britishairways public en_gb above info only they does constitute form recommendation \");");
d.write("var pageMap = new Array(\"Home\",\"programme\",\"hints\",\"directions\",\"links\");");
d.write("var linkMap = new Array(\"home.html\",\"programme.html\",\"hints.html\",\"directions.html\",\"links.html\");");
d.write("var preMap = new Array(\"   Home  No  of visitors     Active Users  Welcome to the U3A Norwich Travel   Tourism  Group WEB site  we meet on the first Wednesday of each month   We are a friendly group that  chat about holidays\",\" Programme   Slideshows MONTH  PRESENTATION September  7th  2011   Australia –  Heading Bush 	- Peter Grenyer October  5th   European  Driving Tour   France   Switzerland - David November 2nd  Karnata\",\" Hints   Tips Hire car to from  Airports - Europcar Boomerang service   http   www europcar co uk    Thomson Auctions - FROM  £25    http   www thomsonauctions co uk   Discount deals  plus £20 booking\",\" Directions Directions from Norwich City Centre  We meet in St Peter's Church Hall  Cringleford  Norwich  NR4 6UE  By car  take the Newmarket Road  A11  from centre of Norwich   After approx 2 miles  \",\" Links Misc  U3A Norwich WEB site  http   www u3anorwich org   Norfolk Travel News  http   www northnorfolk org travel default asp Travel Insurance  http   www moneysupermarket com TravelInsuranceP De\");");
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();
}
