var dflthtm = 'yugioh.htm'; var webmail = 'yugiohfm@lvinc.org'; function rawloc(inloc) { inloc = inloc.replace(/%20/g,' '); inloc = inloc.replace(/.+:/g,''); inloc = inloc.replace(/^\/+/,''); return inloc; } function platform(inloc) { var inraw = rawloc(inloc); inloc = inloc.replace(/%20/g,' '); inloc = inloc.substring(0,inloc.length - inraw.length); if (inloc.substring(0,5)=='file:') { inloc = inloc.substr(inloc.length - 3,3) } return inloc; } function gohome() { var toploc = top.location.href; var topfile = toploc.replace(/.*\//,''); var curplatform = platform(toploc); var myhome = ''; if (curplatform==platform(webhome)) {myhome = webhome + dflthtm} else {myhome = curplatform + toploc.replace(/.+:/g,'').replace(topfile,'').replace(/^\//,'') + dflthtm} return myhome; } function lviyugioh() { if (top.document.title!='Yu-Gi-Oh Forbidden Memories revealed! mapping of duelists, fusion, ritual, and equip combos') { top.location.href = gohome() } } function contactus() { var r = top.index.document.open('myresult','queryresult'); r.writeln('
') r.writeln('| Contact us by ... |
| Phone: 1-888-205-4250 ext 1051 toll free |
| Fax: 1-888-205-4250 |
| E-mail: '+webmail+' |
| ' + myname + ' | '); } else { r.writeln('' + mynbr + ' ' + myname + ' | '); r.writeln(''); r.writeln(' | giver? | '); } r.writeln(''); } } if (myqrecno==0) { r.writeln('
| 0 match found. |
| Method 1: Input single search word | result document will contain the word. |
| Example 1: Search result for [ chaos ] | 722 Magician of Black Chaos |
| Method 2: Input multiple search words separated by space | result document will contain at least one of the words. |
| Example 2: Search result for [ ultimate chaos ] | 067 Perfectly Ultimate Great Moth 380 Blue-Eyes Ultimate Dragon 675 Ultimate Dragon 722 Magician of Black Chaos |
| Method 3: Input multiple search words separated by space enclosed by quotes | result document will contain all the words inside of the double quote marks. |
| Example 3: Search result for [ "ultimate moth" ] | 067 Perfectly Ultimate Great Moth |
| Method 4: Input a combination of any of the above methods | result will be a union of the expected documents. |
| Example 4: Search result for [ (ultimate moth) chaos ] | 067 Perfectly Ultimate Great Moth 722 Magician of Black Chaos |
| Note 1: Double quote marks " " may be subsituted by ( ) or [ ] or { }. | |
| Note 2: Capitalization of words does not matter, nor does order of words. | |