page="<html><head><meta http-equiv=content-type content='text/html; charset=shift_jis'><meta http-equiv=content-script-type content=text/javascript><meta http-equiv=content-style-type content=text/css><style>a:hover{color:#ff0000;text-decoration:underline;font-weight:bold}</style><title>Search Results</title></head><body bgcolor='#ffffff'><center><table border=0 cellspacing=10 width=80%>";function searchInURL(frm) {var txtIn;var txt;var ttlCnt;var SRstr;www=window.open("","");www.document.write(page);txtIn=frm.srchval.value;txt=txtIn.toLowerCase().split(" ");fnd = new Array(); ttlCnt=0;for (i = 0; i < thePage.length; i++) {fnd[i] = 0; odr = new Array(0, 4, 2, 3);for (j = 0; j < odr.length; j++)for (k = 0; k < txt.length; k++)if (thePage[i][odr[j]].toLowerCase().indexOf(txt[k]) > -1 && txt[k] != "")fnd[i] += (j+1);}for (i = 0; i < fnd.length; i++) {n = 0; w = -1;for (j = 0;j < fnd.length; j++)if (fnd[j] > n) {n = fnd[j]; w = j; };if (w > -1) ttlCnt += showtime(w, www, n);fnd[w] = 0;}if ((ttlCnt==0) || (ttlCnt==1)) SRstr=" match found.";if (ttlCnt>1) SRstr=" matches found.";www.document.write("</table><br><font color=#ff0000>ResultsF< <b>"+txtIn+"</b> > <b>"+ttlCnt+"</b>"+SRstr+" </font><br></body></html>");www.document.close();}function showtime(dore,wnew,num) {link=thePage[dore][1] + thePage[dore][0];line="<tr><td><a href='"+link+"' target='_blank'>"+thePage[dore][2]+"</a><br>";line += thePage[dore][4] + "<br>"+link+"</td></tr>";wnew.document.write(line);return 1;}