﻿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(\" four steps coaching about tackling inequalities creating opportunities within organisations communities says owner fiona mathers executive coach many that initial ‘leap faith' faith themselves what they want achieve began september 2007 based north east scotland banffshire coastline since february 2009 become operational from richmond area london 01261 831171 mobile 07854 988283 e-mail four-steps grampian awards business entrepreneurial support 2011 tube \",\" book your free consultation appointment call fiona 1261 831171  mobile 07854 988283 first name surname telephone e-mail address when message \",\" current events \",\" fiona thank your support when coaching very insightful caring focused aberdeen city business events inspiring energetic workshop combination learning 				aberdeenshire mentoring experience with helpful as kept business develop further tried make things possible she supported our ideas the transfer reality relationship close took place understanding trusted atmosphere which much appreciated times kindest regards marianne detlef time like present personal honest carried care truly enlightened many aspects life although personally challenging enjoyable sometimes emotional most definitely a worthwhile thanks annette vision resolve inspirational natural approach knows limits inspirational thank calm quiet confidence moray creates positive relaxed environment there such ease that immediately feel comfortable intuitive strong quick minded honest more assertive every aspect feeling stronger aberdeenshire feedback session client douglas independent financial advisor \",\" four-steps offers executive coaching services individuals organisations provide individual coaching programmes bespoke developmental executives within workplace based north east scotland banffshire coastline providing leadership managing change including planning implementation mergers organisational growth strategic development securing funding initiatives negotiating contracts design delivery additional support services fiona particular interest social enterprise companies charities operating locally nationally internationally offer independent help grow their business lead value workforce \",\" four steps offers individual organisational coaching services projects established organisations experiencing change each every client unique their requests responded with sensitivity sincerity coaching provide individual executive managerial support policy strategy development recruitment selection governance partnership working \",\" have over twenty-five years experience personal professional development within private public charitable sectors very passionate about working with people developing understanding heart what really matters worked recruitment training both volunteers paid staff experienced resistance trusting judgement build healthy relationships strive excellence experiential learning 2010 continue follow dreams find help those affected trauma recruited five inspirational leaders assist design social enterprise ‘cornfields' ‘cornfields aberdeenshire \",\" graduate from aberdeen business school college fiona continues develop personal professional abilities 2007 decided business providing executive coaching services individuals organisations married four children fiona's fionas interests include yoga meditation being outdoors walking enjoying scottish scenery board member founder member home start deveron local charity offering support families with young experiencing isolation associate know aberdeenshire sharing knowledge between sectors mentor chamber commerce moray \",\" cornfields development \",\" north east scotland \");");
d.write("var pageMap = new Array(\"Four-Steps\",\"Contact\",\"Current Events\",\"Testimonials\",\"Four-Steps\",\"Services\",\"Fiona Mathers\",\"Profile\",\"Links\",\"Locations\");");
d.write("var linkMap = new Array(\"index.html\",\"contacts.html\",\"events.html\",\"testimonials.html\",\"four-steps.html\",\"services.html\",\"fiona mathers.html\",\"profile.html\",\"links.html\",\"scotland.html\");");
d.write("var preMap = new Array(\"Four Steps Coaching is all about  Tackling Inequalities and Creating Opportunities within organisations and communities  says owner Fiona Mathers  Executive Coach  For many it is that initial ‘leap of\",\"To book your FREE consultation appointment call Fiona on  Tel  +44  0  1261 831171  Mobile  07854 988283  First Name Surname Telephone No E-mail address When to call Message \",\"Current Events \",\"Fiona thank you for your support when coaching me  your very insightful  caring  and focused  JD Aberdeen City    Business Events An Inspiring and Energetic workshop  A combination of Fun and Learning\",\"Four-Steps offers Executive Coaching Services for individuals and organisations  it can provide individual coaching programmes and bespoke developmental programmes for Executives within the workplace \",\"Four Steps offers individual and organisational coaching services for new projects and established organisations experiencing change  Each and every client is unique and their requests are responded t\",\"I have over twenty-five years of experience in personal and professional development within private  public and charitable sectors  I am very passionate about working with people and developing an und\",\"A graduate from Aberdeen Business School and Aberdeen College  Fiona continues to develop her own personal and professional abilities and in 2007 decided to set up her own business providing Executive\",\"Cornfields development  \",\"North East Scotland \");");
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();
}
