﻿function GetSiteSearchResults(newWindow,frameObject,frameObjectName,fontFace,fontSize,fontColour,linkFace,linkSize,linkColour)
{
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(\" small town matlock bath derbyshire found it’s place when warm springs were discovered 1698 becoming instant gathering wealthy aristocrats when more access roads built early 19th century with construction railway 1840’s finally accessible everyone making even popular tourist resort modern attractions today include climbing caves mining museum amusement park aquarium wooded walk landscape gardens children’s play areas county station dale road 01629 580802 your food bill book table quoting advertise business here from just \",\" county station dale road matlock bath 01629 580802 your food bill when book table quoting advertise business here from just ashdale guest house north parade 																								01629 57826 cables road 																										01629 583629 heathbank 56379 sunnybank clifton 																									01629 584621 temple hotel walk 																												01629 583911 accomodation \",\" advertise your business here from just county station dale road matlock bath 01629 580802 food bill when book table quoting charles’ restaurant south parade 																					01629 580656 258-260 road 																		 midland north 																										01629 582630 princess victoria riva 581662 temple hotel walk 																											01629 583911 eating \",\" advertise your business here from just county station dale road matlock bath 01629 580802 food bill when book table quoting \",\" advertise your business here from just county station dale road matlock bath 01629 580802 food bill when book table quoting \",\" county station dale road matlock bath 01629 580802 your food bill when book table quoting advertise business here from just \",\" county station matlock bath bookings more information telephone 01629 580802 standing main family with excellent quality food real ales live music every tuesday night quiz hosted roger dunn including charity meal competition music details available page find more telephoning asking john main menus view wine pages site festival fish sizzling steak grill menus change weekly these request visit website advertise your business here from just guest house north parade 57826 ashdaleguesthouse ashdale \",\" advertising with matlock bath online couldn’t simpler just email sales matlockbathonline will telephone arrange appointment discuss your free advert small also advertise side bars have exclusive page other adverts advertise your business here from \");");
d.write("var pageMap = new Array(\"Home\",\"Accomodation\",\"Eating out\",\"Gifts & Novelties\",\"Local Attractions\",\"Useful Links\",\"County and Station,  Matlock Bath\",\"Advertise\");");
d.write("var linkMap = new Array(\"index.html\",\"page2.html\",\"page3.html\",\"page4.html\",\"page5.html\",\"page6.html\",\"countyandstation.html\",\"page8.html\");");
d.write("var preMap = new Array(\"The small town of Matlock Bath in Derbyshire found it’s place on the map when warm springs were discovered in 1698 becoming an instant gathering place for the wealthy aristocrats.  When more access ro\",\"County & Station Dale road, Matlock Bath 01629 580802 10% Off Your food bill When you book A table Quoting ref: MB1 Advertise Your Business  Here From just £10  Ashdale Guest House 92 North Parade, Ma\",\"Advertise Your Business  Here From just £10  County & Station Dale road, Matlock Bath 01629 580802 10% Off Your food bill When you book A table Quoting ref: MB1 Charles’ Restaurant 170 South Parade, M\",\"Advertise Your Business  Here From just £10  County & Station Dale road, Matlock Bath 01629 580802 10% Off Your food bill When you book A table Quoting ref: MB1 \",\"Advertise Your Business  Here From just £10  County & Station Dale road, Matlock Bath 01629 580802 10% Off Your food bill When you book A table Quoting ref: MB1 \",\"County & Station Dale road, Matlock Bath 01629 580802 10% Off Your food bill When you book A table Quoting ref: MB1 Advertise Your Business  Here From just £10  \",\"County & Station Matlock Bath For Bookings or More Information Telephone: 01629 580802 Standing on the main A6 in  Matlock Bath, The County &  Station is a family run pub  with excellent quality food,\",\"Advertising with Matlock Bath Online couldn’t be simpler just email us at  sales@matlockbathonline.co.uk  and we will telephone you to arrange  an appointment to discuss your free advert.  For a small\");");
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+\" result(s) found for search term: \"+searchTerms+\"<br><br>\"+results;");
d.write("}");
d.write("wpDoSearch(\""+sTerms+"\");");
d.write("</script>");
d.write("</body></html>");
d.close();
}