﻿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(\" continually striving link customers with demo lease used turf equipment from banks repo companies other dealers golf courses whether looking mower sprayer aerator topdresser utility vehicle submit your request will conduct search have items sell? submit necessary information under silver gold platinum sales packages work sell handle brands such toro john deere jacobsen baroness club cushman name just services that provide equipment liquidation package finance options consignment brokering services consulting evaluations your equipment? have something sell? need? please scroll down further \",\" golfcourseclassifieds thegolfgreensheets below link classified auction site \",\" 8200 berry suite sacramento 95828 sales preownedturfeqipment support preownedturfequipment parts service 468-9699 \",\" \",\" sales program equipment broker program designed maximize value both buyer seller these economic times need most your budgets how? represent achieve retail additionally working representative better qualify sale condition this with will personal service number additional services offered wholesale liquidation detailing reconditioning servicing escrow financing package purchases only delivery service \",\" equipment condition grading scale grade 	unit overall excellent condition near fully detailed unit its' entirety mechanically sound components accessories full operational order fluids clean paint seat anti-skid pads decals plastic covers wheels hoses with only very minor defects have cuts tears burns show signs wear tires match brand size style near-new better than average however require service light oxidation chips scratches previous mechanical cosmetic were performed professionally trained technicians that repairs high quality parts meet specifications good shows normal tear hours been recently cleaned maintenance maybe replacement oxidation small dents broken present structural unit's units original published excessive prohibit from operating properly repairs made engine drive-line hydraulic poor operability questionable cosmetically heavy medium large parts missing aftermarket modifications safety switches disconnected worn mismatched severe abuse cost prohibitive recondition this previous will originally although operable useful life doubtful inoperative mechanical body damaged renders suitable dismantling scrap \",\" year 															make 																					model 																													serial engine 	hours estimate hour meter 	currently running 	how does 	any leaks water 	does smoke power loss noted require servicing fluids belts filters repairs transmission mechanical 	fully operational design slip engage etc… 	condition axles slop teeth fragments hydrostat pump when cold non-op wheel motors hydraulics cutting decks units accessories axillary hoses cutting deck units reels blades bedknives rollers bearings have groomers other electrical modifications additions 	are safety interlocks bypassed missing wires relays solenoids 	all gauges work tires cosmetics tires paint pieces parts damaged seat additional description comments please mark part this applicable your machine \");");
d.write("var pageMap = new Array(\"Home\",\"Buy and sell\",\"Contact Info\",\"Available Equipment\",\"Sales Packages\",\"Equipment Condition Grading System\",\"Condition Checklist\");");
d.write("var linkMap = new Array(\"index.html\",\"buy and sell.html\",\"contact info.html\",\"available equipment.html\",\"sales packages.html\",\"equipment condition grading system.html\",\"condition checklist.html\");");
d.write("var preMap = new Array(\"We are continually striving to link customers with new, demo, off lease and used turf equipment from banks, repo companies, other dealers, and other golf courses. Whether you are looking for a mower, \",\"www.golfcourseclassifieds.com  www.thegolfgreensheets.com Below is a link to our classified and auction site  \",\"8200 Berry Ave Suite 100 Sacramento, CA  95828  Sales@preownedturfeqipment.com Support@preownedturfequipment.com Parts@preownedturfequipment.com Service@preownedturfequipment.com (916) 468-9699 \",\"\",\"OUR SALES PROGRAM  Our equipment broker program is designed to maximize value for both buyer and seller. In these economic times, you need to get the most out of your equipment and budgets. How? We re\",\"Equipment Condition Grading Scale:  Grade 5:	Unit is in overall excellent condition (near new) and fully detailed. The unit, in its’ entirety, is mechanically sound and all components and accessories \",\"Year:															Make:																					Model:																													Serial #:	  Engine: 	Hours (estimate if no hour meter): 	Currently running: 	How does it run: 	Any leaks (oil/water): 	\");");
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();
}
