<HTML> <style type="text/css"> <!-- A:text { text-decoration: none; color:"White" } A:link { text-decoration: underline; color:"blue" } A:visited { text-decoration: underline; color:"blue" } A:hover { text-decoration: underline; background-color:"red"; color:"black" } --> </style> <BODY bgcolor="#000000" text="blue"> <table align="left" width="25%" height="50%" style="font-Gadget; font-size: 13; color: white"> <tr> <td width="100%" bgcolor="red"><center><b><u>Main<br></u> <a href="/electronic/cedes">Home</a><br> <a href="http://forms.flashbase.com/forms/submitcode">Submit a code</a><br> <a href="/electronic/cedes/search">Search</a><br> <a href="/electronic/cedes/games/findcode">Codes, Tips & Tricks </a><br> <a href="http://www.gamefaqs.com">Walkthroughs</a><br> <a href="http://www.angelfire.com/electronic/cedes/staff">Staff</a><br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> </table><p> <HEAD> <title>Search Ultimate Codes</title> <center>Please be specific<br> <b>Example:</b><i> <font size=1>Searching for Playstation type in Sony Playstation</font></center></i> <SCRIPT LANGUAGE="JavaScript"> <!-- Original: Dion (biab@iinet.net.au) --> <!-- Web Site: http://www.iinet.net.au/~biab --> <!-- Begin var item = new Array(); /* Here is where all the magic happens. Just enter as many additional pages that that you want to search, then fill in the additional listings for each page. */ // "Page Name","path","Page Title","Many,Key,Words","Descriptive Comments" c=0; item[c]=new Array("","http://www.angelfire.com/electronic/cedes","home","index,main,start,home,front","retrn home"); c++; item[c]=new Array("http://www.angelfire.com/electronic/cedes/games","","games","nintendo,nintendo gameboy,nintendo gameboy color,nintendo 64,sony,sony playstation,sega,sega dreamcast","Thank you for choosing Ultimate Codes"); c++; item[c]=new Array("links.htm","","Links page","links,more,where,similar,friends","Links to my favourite sites which I find interesting. Other friends sites which have similar interests to my own."); c=0; item[c]=new Array("","http://www.angelfire.com/electronic/cedes/games/gameboy/pokemon_yellow","pokemon yellow","pokemon,pokemon yellow,nintendo,nintendo gameboy,nintendo 64","retrn home"); c++; item[c]=new Array("http://www.angelfire.com/electronic/cedes/games","","games","nintendo,nintendo gameboy,nintendo gameboy color,nintendo 64,sony,sony playstation,sega,sega dreamcast","Thank you for choosing Ultimate Codes"); c++; item[c]=new Array("links.htm","","Links page","links,more,where,similar,friends","Links to my favourite sites which I find interesting. Other friends sites which have similar interests to my own."); page="<html><head><title>Search Results</title></head><body bgcolor='white'><center><table border=0 cellspacing=10 width=80%>"; function search(frm) { win = window.open("http://www.angelfire.com/electronic/cedes","","scrollbars"); win.document.write(page); txt = frm.srchval.value.split(" "); fnd = new Array(); total=0; for (i = 0; i < item.length; i++) { fnd[i] = 0; order = new Array(0, 4, 2, 3); for (j = 0; j < order.length; j++) for (k = 0; k < txt.length; k++) if (item[i][order[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) total += show(w, win, n); fnd[w] = 0; } win.document.write("</table><br>Total found: "+total+"<br></body></html>"); win.document.close(); } function show(which,wind,num) { link = item[which][1] + item[which][0]; line = "<tr><td><a href='"+link+"'>"+item[which][2]+"</a> Score: "+num+"<br>"; line += item[which][4] + "<br>"+link+"</td></tr>"; wind.document.write(line); return 1; } // End --> </script> </HEAD> <BODY> <center> <form method=get action="javascript:void(0)" onsubmit="search(this); return false;"> <tr><td><input type=text name=srchval value=""><input type=submit value="Search"></td></tr> </form> </center>