﻿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(\" independent record label services artists build sites custom flash animations 						forums 						guest books 						online shops master 						currently through link with 	hooky tunes recording studio shoot videos 							direct 							edit 							make dvd's dvds distribute their music 						itunes 						hmv 						tesco promote them 						 live band footage 							radio play limit liabilities 							trade under registered company 							free legal advice support 							we only sign acts that really like service always genuine comprehensive because actually love what doing \",\" mercyoceans \",\" name e-mail address comments your track upload your evaluation \",\" small label interested signing acts that really think something special that enjoy working limits abilities just having through motions obviously this effort worthwhile afford choosy about sign benefits will everything power make your music commercially artistically successful provide signed with 	tracking mixing mastering professional recording studio including booking session musicians play tracks appropriate 	custom sites including flash animations tailored particular marketing strategy applicable 	distribution itunes tesco 	marketing video radio what's whats download revenue when consider costs track album these bare minimum figures custom flash site 							 															£2500 studio tracking hours 																			£2000 mixing																																							£2000 mastering																																				£400 filming											 																£2000 artwork 																																					£100 total																																								£9000 means break even have generate 9000*100*2 downloads roughly money doesn't doesnt recoup still royalties never always paid further more only album good deal aspiring bands confidant both talent \",\" strumsmith founded 2009 order promote market musicians through internet other digital media founding members themselves from successful bands their expertise information technology recording industry decided pass this helping promoting \",\" contact name e-mail address comments \");");
d.write("var pageMap = new Array(\"Home\",\"Artists\",\"Upload\",\"Services\",\"About\",\"Contact\");");
d.write("var linkMap = new Array(\"index.html\",\"page2.html\",\"page5.html\",\"page6.html\",\"page8.html\",\"page9.html\");");
d.write("var preMap = new Array(\"Independent Record Label Services For our Artists we:  Build Web Sites       Custom Flash Animations 						Forums 						Guest books 						Online Shops  Record Mix and Master 						Currently through ou\",\"MercyOceans.Com \",\"Name E-mail Address Comments Your MP3 track  Upload your track for evaluation:  \",\"We are a small Label and are interested in signing acts that we really think are something special. That way we can enjoy working to the limits of our abilities and not just having to go through the m\",\"Strumsmith  was founded in 2009  in order to promote and market musicians through the Internet and other digital media.  The founding members are all musicians themselves from successful bands and due\",\" Contact us :  Name E-mail Address Comments \");");
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();
}
