33d32 < var outofifc=true, nexttime=false, do_once=false, midway='', midwaytwo=''; 36,44d34 < var theword='Clairvoyance'; < var thenoun='Zener Card'; < var theelem="", ">", ">", ">"]; < var thenouns=['Zener Card', 'Fruit', 'Food', 'Animal']; < var theiw=(document.URL.indexOf('itype=') != -1 ? eval(-1 + eval('' + document.URL.split('itype=')[1].split('&')[0].split('#'))) : 0); < 54d43 < if (document.URL.indexOf('iam=%40&') != -1) { initval='Wait'; } 60,125c49 < if (theiw > 0) { < zcblurb=''; < document.title=document.title.replace('Clairvoyance ', thewords[theiw] + ' '); < if (thenouns[theiw] == 'Food') { < theelems[theiw]=''; < zener_cards[0]+='|🍛'; < zener_cards[1]+='|🍱'; < zener_cards[2]+='|🍘'; < zener_cards[3]+='|🍙'; < zener_cards[4]+='|🍣'; < } else if (thenouns[theiw] == 'Fruit') { // '127825', '127825', '127818', '127827', '127821' < theelems[theiw]=''; < zener_cards[0]+='|🍉'; < zener_cards[1]+='|🍑'; < zener_cards[2]+='|🍊'; < zener_cards[3]+='|🍓'; < zener_cards[4]+='|🍍'; < } else if (thenouns[theiw] == 'Animal') { < theelems[theiw]=''; < zener_cards[0]+='|🐒'; < zener_cards[1]+='|🦍'; < zener_cards[2]+='|🦧'; < zener_cards[3]+='|🐶'; < zener_cards[4]+='|🐕'; < } < } < < var sideas=['Awaiting Other Player Choosing a ' + thenouns[theiw] + ' to Guess','Select the ' + thenouns[theiw] + ' Your Player Partner Selected','Select a ' + thenouns[theiw] + ' You Are Asking Your Player Partner to Guess','Awaiting Guess from Your Player Partner','Awaiting a ' + thenouns[theiw] + ' Selection from Your Playing Partner']; < < function multimaybe() { < var selbit='', jsel=0; < if (eval('' + thenouns.length) > 1) { < selbit="? "; < for (jsel=0; jsel', '' + thewords[jsel] + ' Game'); < } < } < return selbit; < } < < function lastcall() { < if (outofifc && nexttime) { < nexttime=false; < if (document.URL.indexOf('iam=%40&') == -1) { if (4 == 6) { document.title='why'; } setTimeout(ifcontentious, 20000); } < } else if (!outofifc && nexttime) { < setTimeout(lastcall, 1000); < } < } < < function ifcok() { < var fval='false'; < if (!outofifc && !nexttime) { < nexttime=true; < fval='False'; < setTimeout(lastcall, 1000); < } < if (document.body.innerHTML == '' || document.URL.indexOf('iam=%40&') != -1 || !outofifc || (document.getElementById('iam').value.replace('@','').trim() != '' && document.getElementById('otheris').value.trim() != '')) { < if (4 == 6) { document.title=fval; } < return false; < } < if (4 == 6) { document.title='true'; } < return true; < } --- > var sideas=['Awaiting Other Player Choosing a Zener Card to Guess','Select the Zener Card Your Player Partner Selected','Select a Zener Card You Are Asking Your Player Partner to Guess','Awaiting Guess from Your Player Partner','Awaiting a Zener Card Selection from Your Playing Partner']; 149,152c73,74 < var ims=[], jims=0, decis=''; < if (!ifcok()) { return ''; } < outofifc=false; < if (document.getElementById('iam').value.replace('@','').trim() != '' && document.getElementById('otheris').value.trim() != '') { --- > var ims=[], jims=0; > if (document.getElementById('iam').value.trim() != '' && document.getElementById('otheris').value.trim() != '') { 154c76 < youare=document.getElementById('iam').value.replace(/^\@$/g,''); --- > youare=document.getElementById('iam').value; 157,159d78 < initval='Wait'; < outofifc=true; < return ''; 161c80 < decis=(document.getElementById('myh3').innerHTML.indexOf('are playing with') != -1 ? 'Wait' : initval); --- > var decis=initval; 164c83 < decis=prompt('Other players are ' + document.getElementById('morethanone').value + ' ... enter a player to play ' + thewords[theiw] + ' Game with, as listed (where you are ' + document.getElementById('iam').value + ' and you can play yourself) or invite someone via an email adddress or mobile SMS number or leave answer as Wait to return a bit later and reanswer with a refreshed list. Entering Pause or Stop can stop the prompting.' + zcblurb, 'Wait'); --- > decis=prompt('Other players are ' + document.getElementById('morethanone').value + ' ... enter a player to play Clairvoyance Game with, as listed (where you are ' + document.getElementById('iam').value + ' and you can play yourself) or invite someone via an email adddress or mobile SMS number or leave answer as Wait to return a bit later and reanswer with a refreshed list.' + zcblurb, 'Wait'); 166c85 < if (document.URL.indexOf('iam=%40&') == -1 || decis == null) { initval=''; } --- > initval=''; 173,177c92 < //alert(',' + decis + ', ,' + document.getElementById('morethanone').value + ', ' + document.getElementById('iam').value); < if (decis.toLowerCase() == 'pause' || decis.toLowerCase() == 'stop') { < location.href='./clairvoyance_game.php?linktorestart=' + Math.floor(Math.random() * 19897865); < } else if (decis.toLowerCase() == 'wait') { < //alert('chereit'); --- > if (decis.toLowerCase() == 'wait') { 182,183c97,98 < youare=document.getElementById('iam').value.replace(/^\@$/g,''); < document.getElementById('ifplay').setAttribute('data-src',document.getElementById('ifplay').getAttribute('data-src').replace('iam=%40&','iam=' + encodeURIComponent(youare) + '&').replace('iam=&','iam=' + encodeURIComponent(youare) + '&')); --- > youare=document.getElementById('iam').value; > document.getElementById('ifplay').setAttribute('data-src',document.getElementById('ifplay').getAttribute('data-src').replace('iam=&','iam=' + encodeURIComponent(youare) + '&')); 190,192c105,106 < if (document.URL.indexOf('iam=%40&') == -1) { if (4 == 6) { document.title='why?'; } outofifc=true; if (ifcok()) { setTimeout(ifcontentious, 20000); } } //document.getElementById('amoffnow').click(); < } else if ((',' + document.getElementById('morethanone').value + ',').indexOf(',' + decis + ',') != -1 && decis.trim() != '' && decis.trim() == document.getElementById('iam').value.trim()) { < //alert(26745); --- > setTimeout(ifcontentious, 20000); //document.getElementById('amoffnow').click(); > } else if ((',' + document.getElementById('morethanone').value + ',').indexOf(decis) != -1 && decis.trim() != '') { 197c111 < youare=document.getElementById('iam').value.replace(/^\@$/g,''); --- > youare=document.getElementById('iam').value; 202c116 < document.getElementById('ifplay').setAttribute('data-src',document.getElementById('ifplay').getAttribute('data-src').replace('iam=%40&','iam=' + encodeURIComponent(youare) + '&').replace('iam=&','iam=' + encodeURIComponent(youare) + '&')); --- > document.getElementById('ifplay').setAttribute('data-src',document.getElementById('ifplay').getAttribute('data-src').replace('iam=&','iam=' + encodeURIComponent(youare) + '&')); 205c119 < document.getElementById('myh3').innerHTML=document.getElementById('myh3').innerHTML.split(' ...')[0] + ' ... you (' + youare + ') are playing with ' + otheris + ' our ' + thewords[theiw] + ' Game'; --- > document.getElementById('myh3').innerHTML=document.getElementById('myh3').innerHTML.split(' ...')[0] + ' ... you (' + youare + ') are playing with ' + otheris + ' our Clairvoyance Game'; 207c121 < document.title='' + thewords[theiw] + ' Game' + ' ... you (' + youare + ') are playing with ' + otheris + ' our ' + thewords[theiw] + ' Game'; --- > document.title='Clairvoyance Game' + ' ... you (' + youare + ') are playing with ' + otheris + ' our Clairvoyance Game'; 209c123 < woois=window.open(document.URL.split('?')[0].split('#')[0] + '?itype=' + eval(1 + theiw) + '&blankatend=y', '_blank', 'top=50,left=50,width=' + eval(-100 + screen.width) + ',height=' + eval(-100 + screen.height)); --- > woois=window.open(document.URL.split('?')[0].split('#')[0] + '?blankatend=y', '_blank', 'top=50,left=50,width=' + eval(-100 + screen.width) + ',height=' + eval(-100 + screen.height)); 213d126 < //alert('zhereit'); 216,217c129,130 < youare=document.getElementById('iam').value.replace(/^\@$/g,''); < document.getElementById('ifplay').setAttribute('data-src',document.getElementById('ifplay').getAttribute('data-src').replace('iam=%40&','iam=' + encodeURIComponent(youare) + '&').replace('iam=&','iam=' + encodeURIComponent(youare) + '&')); --- > youare=document.getElementById('iam').value; > document.getElementById('ifplay').setAttribute('data-src',document.getElementById('ifplay').getAttribute('data-src').replace('iam=&','iam=' + encodeURIComponent(youare) + '&')); 225c138 < //document.getElementById('tdstatus').innerHTML='Awaiting Other Player Choosing a ' + thenouns[theiw] + ' to Guess'; --- > //document.getElementById('tdstatus').innerHTML='Awaiting Other Player Choosing a Zener Card to Guess'; 228c141 < anchor.href = 'mailto:' + decis.trim() + '?subject=' + encodeURIComponent('' + thewords[theiw] + ' Game player ' + youare + ' has logged in and is inviting you to play by clicking link below ...') + '&body=' + encodeURIComponent(document.URL.split('?')[0].split('#')[0] + '?iam=' + encodeURIComponent(decis.trim()) + '&playwith=' + encodeURIComponent(youare) + '&itype=' + eval(1 + theiw) + '&rand=' + Math.floor(Math.random() * 19876754)); --- > anchor.href = 'mailto:' + decis.trim() + '?subject=' + encodeURIComponent('Clairvoyance Game player ' + youare + ' has logged in and is inviting you to play by clicking link below ...') + '&body=' + encodeURIComponent(document.URL.split('?')[0].split('#')[0] + '?iam=' + encodeURIComponent(decis.trim()) + '&playwith=' + encodeURIComponent(youare) + '&rand=' + Math.floor(Math.random() * 19876754)); 234c147 < if (4 == 6) { document.title='Why'; } if (document.getElementById('iam').value.replace('@','').trim() == '' || document.getElementById('otheris').value.trim() == '') { setTimeout(ifcontentious, 20000); } //document.getElementById('amoffnow').click(); --- > setTimeout(ifcontentious, 20000); //document.getElementById('amoffnow').click(); 237d149 < //alert('xhereit'); 240,241c152,153 < youare=document.getElementById('iam').value.replace(/^\@$/g,''); < document.getElementById('ifplay').setAttribute('data-src',document.getElementById('ifplay').getAttribute('data-src').replace('iam=%40&','iam=' + encodeURIComponent(youare) + '&').replace('iam=&','iam=' + encodeURIComponent(youare) + '&')); --- > youare=document.getElementById('iam').value; > document.getElementById('ifplay').setAttribute('data-src',document.getElementById('ifplay').getAttribute('data-src').replace('iam=&','iam=' + encodeURIComponent(youare) + '&')); 249c161 < //document.getElementById('tdstatus').innerHTML='Awaiting Other Player Choosing a ' + thenouns[theiw] + ' to Guess'; --- > //document.getElementById('tdstatus').innerHTML='Awaiting Other Player Choosing a Zener Card to Guess'; 252c164 < anchor.href = 'sms:' + decis.trim() + '&body=' + encodeURIComponent(document.URL.split('?')[0].split('#')[0] + '?iam=' + encodeURIComponent(decis.trim()) + '&playwith=' + encodeURIComponent(youare) + '&itype=' + eval(1 + theiw) + '&rand=' + Math.floor(Math.random() * 19876754)); --- > anchor.href = 'sms:' + decis.trim() + '&body=' + encodeURIComponent(document.URL.split('?')[0].split('#')[0] + '?iam=' + encodeURIComponent(decis.trim()) + '&playwith=' + encodeURIComponent(youare) + '&rand=' + Math.floor(Math.random() * 19876754)); 258c170 < if (4 == 6) { document.title='Why??'; } if (document.getElementById('iam').value.replace('@','').trim() == '' || document.getElementById('otheris').value.trim() == '') { setTimeout(ifcontentious, 20000); } //document.getElementById('amoffnow').click(); --- > setTimeout(ifcontentious, 20000); //document.getElementById('amoffnow').click(); 261c173 < holdon=true; --- > holdon=false; 263,276c175,176 < initval='Wait'; < //alert('hereit'); < if (1 == 1) { < document.body.innerHTML=''; < window.open(document.URL.split('?')[0].split('#')[0] + '?iam=%40&playwith=' + decis.trim() + '&rand=' + Math.floor(Math.random() * 1989675) + '#itype=' + eval(1 + eval('' + theiw)), '_blank'); < } else { < //bihnull=false; < //document.getElementById('amoffnow').click(); < document.body.innerHTML=''; < location.href=document.URL.split('?')[0].split('#')[0] + '?iam=%40&playwith=' + decis.trim() + '&rand=' + Math.floor(Math.random() * 1989675) + '#itype=' + eval(1 + eval('' + theiw)); < } < //bihnull=false; < //document.getElementById('amoffnow').click(); < //window.stop(); --- > bihnull=false; > document.getElementById('amoffnow').click(); 279d178 < //alert('qhereit'); 286d184 < outofifc=true; 304,305c202,203 < youare=document.getElementById('iam').value.replace(/^\@$/g,''); < document.getElementById('ifplay').setAttribute('data-src',document.getElementById('ifplay').getAttribute('data-src').replace('iam=%40&','iam=' + encodeURIComponent(youare) + '&').replace('iam=&','iam=' + encodeURIComponent(youare) + '&')); --- > youare=document.getElementById('iam').value; > document.getElementById('ifplay').setAttribute('data-src',document.getElementById('ifplay').getAttribute('data-src').replace('iam=&','iam=' + encodeURIComponent(youare) + '&')); 308c206 < document.getElementById('myh3').innerHTML=document.getElementById('myh3').innerHTML.split(' ...')[0] + ' ... you (' + youare + ') are playing with ' + otheris + ' our ' + thewords[theiw] + ' Game'; --- > document.getElementById('myh3').innerHTML=document.getElementById('myh3').innerHTML.split(' ...')[0] + ' ... you (' + youare + ') are playing with ' + otheris + ' our Clairvoyance Game'; 310c208 < document.title='' + thewords[theiw] + ' Game' + ' ... you (' + youare + ') are playing with ' + otheris+ ' our ' + thewords[theiw] + ' Game'; --- > document.title='Clairvoyance Game' + ' ... you (' + youare + ') are playing with ' + otheris+ ' our Clairvoyance Game'; 312c210 < woois=window.open(document.URL.split('?')[0].split('#')[0] + '?itype=' + eval(1 + theiw) + '&blankatend=y', '_blank', 'top=50,left=50,width=' + eval(-100 + screen.width) + ',height=' + eval(-100 + screen.height)); --- > woois=window.open(document.URL.split('?')[0].split('#')[0] + '?blankatend=y', '_blank', 'top=50,left=50,width=' + eval(-100 + screen.width) + ',height=' + eval(-100 + screen.height)); 341c239 < if (bihnull) { document.body.innerHTML=''; window.stop(); } --- > if (bihnull) { document.body.innerHTML=''; } 352d249 < //alert('yes' + document.URL.split('?')[0].split('#')[0]); 354d250 < window.stop(); 356c252 < if (bihnull) { document.body.innerHTML=''; window.stop(); } --- > if (bihnull) { document.body.innerHTML=''; } 381c277 < document.getElementById('td' + ii).innerHTML=theelems[theiw] + "'" + zener_cards[eval(-1 + ii)] + "' id=img" + ii + " onclick=\"if (!awaiting && !holdon) { pick=changeover(eval(this.id.replace('img',''))); } else { alert('' + ' Sorry, not your turn, so please wait.'); }\"" + theihs[theiw] + (zener_cards[[eval(-1 + ii)]] + '|').split('|')[1] + (theelems[theiw].split(' ')[0] + '>').replace('<',''); --- > document.getElementById('td' + ii).innerHTML=""; 393c289 < if (document.getElementById('iam').value.replace(/^\@$/g,'') != '' && document.getElementById('otheris').value != '' && document.getElementById('myh3').innerHTML.indexOf(' ... checking for other game players now') != -1) { --- > if (document.getElementById('iam').value != '' && document.getElementById('otheris').value != '' && document.getElementById('myh3').innerHTML.indexOf(' ... checking for other game players now') != -1) { 396c292 < document.getElementById('myh3').innerHTML=document.getElementById('myh3').innerHTML.split(' ...')[0] + ' ... you (' + document.getElementById('iam').value + ') are playing with ' + document.getElementById('otheris').value + ' our ' + thewords[theiw] + ' Game'; --- > document.getElementById('myh3').innerHTML=document.getElementById('myh3').innerHTML.split(' ...')[0] + ' ... you (' + document.getElementById('iam').value + ') are playing with ' + document.getElementById('otheris').value + ' our Clairvoyance Game'; 406c302 < if (document.getElementById('tdstatus').innerHTML == 'Select a ' + thenouns[theiw] + ' You Are Asking Your Player Partner to Guess ...') { --- > if (document.getElementById('tdstatus').innerHTML == 'Select a Zener Card You Are Asking Your Player Partner to Guess ...') { 446,447c342,343 < document.getElementById('tdstatus').innerHTML='Awaiting Other Player Choosing a ' + thenouns[theiw] + ' to Guess ...'; //Awaiting a Zener Card Selection from Your Playing Partner ...'; < } else if (document.getElementById('tdstatus').innerHTML.toLowerCase().indexOf(('Awaiting a ' + thenouns[theiw] + ' Selection from Your Playing Partner').toLowerCase()) == 0) { --- > document.getElementById('tdstatus').innerHTML='Awaiting Other Player Choosing a Zener Card to Guess ...'; //Awaiting a Zener Card Selection from Your Playing Partner ...'; > } else if (document.getElementById('tdstatus').innerHTML.toLowerCase().indexOf(('Awaiting a Zener Card Selection from Your Playing Partner').toLowerCase()) == 0) { 449c345 < document.getElementById('tdstatus').innerHTML='Select the ' + thenouns[theiw] + ' Your Player Partner Selected ...'; //Awaiting a Zener Card Selection from Your Playing Partner ...'; --- > document.getElementById('tdstatus').innerHTML='Select the Zener Card Your Player Partner Selected ...'; //Awaiting a Zener Card Selection from Your Playing Partner ...'; 452c348 < document.getElementById('tdstatus').innerHTML='Select the ' + thenouns[theiw] + ' Your Player Partner Selected ...'; --- > document.getElementById('tdstatus').innerHTML='Select the Zener Card Your Player Partner Selected ...'; 454c350 < document.getElementById('tdstatus').innerHTML='Select a ' + thenouns[theiw] + ' You Are Asking Your Player Partner to Guess ...'; --- > document.getElementById('tdstatus').innerHTML='Select a Zener Card You Are Asking Your Player Partner to Guess ...'; 459c355 < woois.document.getElementById('tdstatus').innerHTML='Awaiting a ' + thenouns[theiw] + ' Selection from Your Playing Partner ... '; --- > woois.document.getElementById('tdstatus').innerHTML='Awaiting a Zener Card Selection from Your Playing Partner ... '; 467c363 < window.opener.document.getElementById('tdstatus').innerHTML='Select the ' + thenouns[theiw] + ' Your Player Partner Selected ... '; --- > window.opener.document.getElementById('tdstatus').innerHTML='Select the Zener Card Your Player Partner Selected ... '; 472c368 < window.opener.document.getElementById('tdstatus').innerHTML='Awaiting a ' + thenouns[theiw] + ' Selection from Your Playing Partner ... '; --- > window.opener.document.getElementById('tdstatus').innerHTML='Awaiting a Zener Card Selection from Your Playing Partner ... '; 479c375 < // ppsuff+=" setTimeout(function(){ var wash3=parent.document.getElementById('myh3').innerHTML.split(' <')[0].split(' ')[0].split(' <')[0].split('<')[0].split(' our ')[0]; if (parent.document.getElementById('score').innerHTML != 'Score: " + score + "JU/NK" + goes + "') { parent.document.getElementById('myh3').innerHTML=wash3 + ('" + getcontsms() + "' + ' our ' + thewords[theiw] + ' Game').replace(' ',' ').replace(' ',' '); } }, 3000); "; --- > // ppsuff+=" setTimeout(function(){ var wash3=parent.document.getElementById('myh3').innerHTML.split(' <')[0].split(' ')[0].split(' <')[0].split('<')[0].split(' our ')[0]; if (parent.document.getElementById('score').innerHTML != 'Score: " + score + "JU/NK" + goes + "') { parent.document.getElementById('myh3').innerHTML=wash3 + ('" + getcontsms() + "' + ' our Clairvoyance Game').replace(' ',' ').replace(' ',' '); } }, 3000); "; 481c377 < document.getElementById('ifpiam').src=document.getElementById('ifpiam').src.split('?')[0] + '?to=' + encodeURIComponent(document.getElementById('otheris').value) + '¬=' + encodeURIComponent(document.URL) + '&from=' + encodeURIComponent(document.getElementById('iam').value + (ppsuff != '' ? ('Score: ' + score + '/' + goes) : '')) + '&js=' + encodeURIComponent(" parent.document.getElementById('tdstatus').innerHTML='Awaiting a " + thenouns[theiw] + " Selection from Your Playing Partner ... '; "); --- > document.getElementById('ifpiam').src=document.getElementById('ifpiam').src.split('?')[0] + '?to=' + encodeURIComponent(document.getElementById('otheris').value) + '¬=' + encodeURIComponent(document.URL) + '&from=' + encodeURIComponent(document.getElementById('iam').value + (ppsuff != '' ? ('Score: ' + score + '/' + goes) : '')) + '&js=' + encodeURIComponent(" parent.document.getElementById('tdstatus').innerHTML='Awaiting a Zener Card Selection from Your Playing Partner ... '; "); 490c386 < //toggle(); //document.getElementById('ifpiamtwo').src=document.getElementById('ifpiamtwo').src.split('?')[0] + '?to=' + encodeURIComponent(document.getElementById('iam').value) + '¬=' + encodeURIComponent(document.URL) + '&js=' + encodeURIComponent(" parent.document.getElementById('tdstatus').innerHTML='Select the " + thenouns[theiw] + " Your Player Partner Selected ...'; "); --- > //toggle(); //document.getElementById('ifpiamtwo').src=document.getElementById('ifpiamtwo').src.split('?')[0] + '?to=' + encodeURIComponent(document.getElementById('iam').value) + '¬=' + encodeURIComponent(document.URL) + '&js=' + encodeURIComponent(" parent.document.getElementById('tdstatus').innerHTML='Select the Zener Card Your Player Partner Selected ...'; "); 495c391 < // ppsuff+=" setTimeout(function(){ var wash3=parent.document.getElementById('myh3').innerHTML.split(' <')[0].split(' ')[0].split(' <')[0].split('<')[0].split(' our ')[0]; if (parent.document.getElementById('score').innerHTML != 'Score: " + score + "JU/NK" + goes + "') { parent.document.getElementById('myh3').innerHTML=wash3 + ('" + getcontsms() + "' + ' our ' + thewords[theiw] + ' Game').replace(' ',' ').replace(' ',' '); } }, 3000); "; --- > // ppsuff+=" setTimeout(function(){ var wash3=parent.document.getElementById('myh3').innerHTML.split(' <')[0].split(' ')[0].split(' <')[0].split('<')[0].split(' our ')[0]; if (parent.document.getElementById('score').innerHTML != 'Score: " + score + "JU/NK" + goes + "') { parent.document.getElementById('myh3').innerHTML=wash3 + ('" + getcontsms() + "' + ' our Clairvoyance Game').replace(' ',' ').replace(' ',' '); } }, 3000); "; 497c393 < document.getElementById('ifpiam').src=document.getElementById('ifpiam').src.split('?')[0] + '?to=' + encodeURIComponent(document.getElementById('iam').value) + '¬=' + encodeURIComponent(document.URL) + '&from=' + encodeURIComponent(document.getElementById('otheris').value + (ppsuff != '' ? ('Score: ' + score + '/' + goes) : '')) + '&js=' + encodeURIComponent(" parent.document.getElementById('tdstatus').innerHTML='Awaiting a " + thenouns[theiw] + " Selection from Your Playing Partner ... '; "); --- > document.getElementById('ifpiam').src=document.getElementById('ifpiam').src.split('?')[0] + '?to=' + encodeURIComponent(document.getElementById('iam').value) + '¬=' + encodeURIComponent(document.URL) + '&from=' + encodeURIComponent(document.getElementById('otheris').value + (ppsuff != '' ? ('Score: ' + score + '/' + goes) : '')) + '&js=' + encodeURIComponent(" parent.document.getElementById('tdstatus').innerHTML='Awaiting a Zener Card Selection from Your Playing Partner ... '; "); 507c403 < //toggle(); //document.getElementById('ifpiamtwo').src=document.getElementById('ifpiamtwo').src.split('?')[0] + '?to=' + encodeURIComponent(document.getElementById('iam').value) + '¬=' + encodeURIComponent(document.URL) + '&js=' + encodeURIComponent(" parent.document.getElementById('tdstatus').innerHTML='Select the " + thenouns[theiw] + " Your Player Partner Selected ...'; "); --- > //toggle(); //document.getElementById('ifpiamtwo').src=document.getElementById('ifpiamtwo').src.split('?')[0] + '?to=' + encodeURIComponent(document.getElementById('iam').value) + '¬=' + encodeURIComponent(document.URL) + '&js=' + encodeURIComponent(" parent.document.getElementById('tdstatus').innerHTML='Select the Zener Card Your Player Partner Selected ...'; "); 518c414 < document.getElementById('myh3').innerHTML=wash3 + (' Score:' + lastafterscore + ' our ' + thewords[theiw] + ' Game').replace(' ',' ').replace(' ',' '); --- > document.getElementById('myh3').innerHTML=wash3 + (' Score:' + lastafterscore + ' our Clairvoyance Game').replace(' ',' ').replace(' ',' '); 524c420 < document.getElementById('myh3').innerHTML=wash3 + (' ' + inscore + ' our ' + thewords[theiw] + ' Game').replace(' ',' ').replace(' ',' '); --- > document.getElementById('myh3').innerHTML=wash3 + (' ' + inscore + ' our Clairvoyance Game').replace(' ',' ').replace(' ',' '); 541c437 < if (!awaiting && (document.getElementById('tdstatus').innerHTML.indexOf('Select a ' + thenouns[theiw] + ' You Are Asking Your Player Partner to Guess') == 0)) { --- > if (!awaiting && (document.getElementById('tdstatus').innerHTML.indexOf('Select a Zener Card You Are Asking Your Player Partner to Guess') == 0)) { 552c448 < setTimeout(function(){ woois.document.getElementById('tdstatus').innerHTML='Select the ' + thenouns[theiw] + ' Your Player Partner Selected ...'; }, 3000); // ??? --- > setTimeout(function(){ woois.document.getElementById('tdstatus').innerHTML='Select the Zener Card Your Player Partner Selected ...'; }, 3000); // ??? 560c456 < setTimeout(function(){ window.opener.document.getElementById('tdstatus').innerHTML='Select the ' + thenouns[theiw] + ' Your Player Partner Selected ...'; }, 3000); // ??? --- > setTimeout(function(){ window.opener.document.getElementById('tdstatus').innerHTML='Select the Zener Card Your Player Partner Selected ...'; }, 3000); // ??? 565c461 < document.getElementById('ifpiam').src=document.getElementById('ifpiam').src.split('?')[0] + '?pck=' + pck + '&from=' + encodeURIComponent(document.getElementById('iam').value) + '&to=' + encodeURIComponent(document.getElementById('otheris').value) + '¬=' + encodeURIComponent(document.URL) + '&js=' + encodeURIComponent(" if (('' + parent.document.getElementById('yourguess').value) == '') { parent.document.getElementById('yourguess').value='' + pck; } parent.document.getElementById('ifplay').src=parent.mbga(parent.document.getElementById('ifplay').src).split('&statustoggle=')[0] + '&statustoggle=' + Math.floor(Math.random() * 19897865); setTimeout(function(){ parent.document.getElementById('tdstatus').innerHTML='Select the " + thenouns[theiw] + " Your Player Partner Selected ...'; }, 3000); "); --- > document.getElementById('ifpiam').src=document.getElementById('ifpiam').src.split('?')[0] + '?pck=' + pck + '&from=' + encodeURIComponent(document.getElementById('iam').value) + '&to=' + encodeURIComponent(document.getElementById('otheris').value) + '¬=' + encodeURIComponent(document.URL) + '&js=' + encodeURIComponent(" if (('' + parent.document.getElementById('yourguess').value) == '') { parent.document.getElementById('yourguess').value='' + pck; } parent.document.getElementById('ifplay').src=parent.mbga(parent.document.getElementById('ifplay').src).split('&statustoggle=')[0] + '&statustoggle=' + Math.floor(Math.random() * 19897865); setTimeout(function(){ parent.document.getElementById('tdstatus').innerHTML='Select the Zener Card Your Player Partner Selected ...'; }, 3000); "); 572c468 < document.getElementById('ifpiam').src=document.getElementById('ifpiam').src.split('?')[0] + '?pck=' + pck + '&to=' + encodeURIComponent(document.getElementById('otheris').value) + '¬=' + encodeURIComponent(document.URL) + '&from=' + encodeURIComponent(document.getElementById('iam').value + (ppsuff != '' ? ('Score: ' + score + '/' + goes) : '')) + '&js=' + encodeURIComponent(" if (('' + parent.document.getElementById('yourguess').value) == '') { parent.document.getElementById('yourguess').value='' + pck; } parent.document.getElementById('ifplay').src=parent.mbga(parent.document.getElementById('ifplay').src).split('&statustoggle=')[0] + '&statustoggle=' + Math.floor(Math.random() * 19897865); setTimeout(function(){ parent.document.getElementById('tdstatus').innerHTML='Select the " + thenouns[theiw] + " Your Player Partner Selected ...'; }, 3000); "); --- > document.getElementById('ifpiam').src=document.getElementById('ifpiam').src.split('?')[0] + '?pck=' + pck + '&to=' + encodeURIComponent(document.getElementById('otheris').value) + '¬=' + encodeURIComponent(document.URL) + '&from=' + encodeURIComponent(document.getElementById('iam').value + (ppsuff != '' ? ('Score: ' + score + '/' + goes) : '')) + '&js=' + encodeURIComponent(" if (('' + parent.document.getElementById('yourguess').value) == '') { parent.document.getElementById('yourguess').value='' + pck; } parent.document.getElementById('ifplay').src=parent.mbga(parent.document.getElementById('ifplay').src).split('&statustoggle=')[0] + '&statustoggle=' + Math.floor(Math.random() * 19897865); setTimeout(function(){ parent.document.getElementById('tdstatus').innerHTML='Select the Zener Card Your Player Partner Selected ...'; }, 3000); "); 574c470 < document.getElementById('ifpiamtwo').src=document.getElementById('ifpiamtwo').src.split('?')[0] + '?pck=' + pck + '&to=' + encodeURIComponent(document.getElementById('iam').value) + '¬=' + encodeURIComponent(document.URL) + '&js=' + encodeURIComponent(" if (5 == 6) { parent.document.getElementById('tdstatus').innerHTML='Select the " + thenouns[theiw] + " Your Player Partner Selected ...'; } parent.document.getElementById('ifplay').src=parent.mbga(parent.document.getElementById('ifplay').src).split('&statustoggle=')[0] + '&statustoggle=' + Math.floor(Math.random() * 19897865); "); --- > document.getElementById('ifpiamtwo').src=document.getElementById('ifpiamtwo').src.split('?')[0] + '?pck=' + pck + '&to=' + encodeURIComponent(document.getElementById('iam').value) + '¬=' + encodeURIComponent(document.URL) + '&js=' + encodeURIComponent(" if (5 == 6) { parent.document.getElementById('tdstatus').innerHTML='Select the Zener Card Your Player Partner Selected ...'; } parent.document.getElementById('ifplay').src=parent.mbga(parent.document.getElementById('ifplay').src).split('&statustoggle=')[0] + '&statustoggle=' + Math.floor(Math.random() * 19897865); "); 576c472 < } else if (document.getElementById('tdstatus').innerHTML.indexOf('Select the ' + thenouns[theiw] + ' Your Player Partner Selected') == 0) { --- > } else if (document.getElementById('tdstatus').innerHTML.indexOf('Select the Zener Card Your Player Partner Selected') == 0) { 582c478 < ppsuff=" setTimeout(function(){ var wash3=parent.document.getElementById('myh3').innerHTML.split(' <')[0].split(' ')[0].split(' <')[0].split('<')[0].split(' our ')[0]; if (parent.document.getElementById('score').innerHTML != 'Score: " + score + "JU/NK" + goes + "') { parent.document.getElementById('myh3').innerHTML=(wash3 + ('" + getcontsms() + "' + ' our " + thewords[theiw] + " Game').replace(' ',' ')).replace(/\ \;\ \;/g,' ').replace(/\ \;\ \;/g,' '); } }, 3000); "; --- > ppsuff=" setTimeout(function(){ var wash3=parent.document.getElementById('myh3').innerHTML.split(' <')[0].split(' ')[0].split(' <')[0].split('<')[0].split(' our ')[0]; if (parent.document.getElementById('score').innerHTML != 'Score: " + score + "JU/NK" + goes + "') { parent.document.getElementById('myh3').innerHTML=(wash3 + ('" + getcontsms() + "' + ' our Clairvoyance Game').replace(' ',' ')).replace(/\ \;\ \;/g,' ').replace(/\ \;\ \;/g,' '); } }, 3000); "; 593c489 < ppsuff=" setTimeout(function(){ var wash3=parent.document.getElementById('myh3').innerHTML.split(' <')[0].split(' ')[0].split(' <')[0].split('<')[0].split(' our ')[0]; if (parent.document.getElementById('score').innerHTML != 'Score: " + score + "JU/NK" + goes + "') { parent.document.getElementById('myh3').innerHTML=(wash3 + ('" + getcontsms() + "' + ' our " + thewords[theiw] + " Game').replace(' ',' ')).replace(/\ \;\ \;/g,' ').replace(/\ \;\ \;/g,' '); } }, 3000); "; --- > ppsuff=" setTimeout(function(){ var wash3=parent.document.getElementById('myh3').innerHTML.split(' <')[0].split(' ')[0].split(' <')[0].split('<')[0].split(' our ')[0]; if (parent.document.getElementById('score').innerHTML != 'Score: " + score + "JU/NK" + goes + "') { parent.document.getElementById('myh3').innerHTML=(wash3 + ('" + getcontsms() + "' + ' our Clairvoyance Game').replace(' ',' ')).replace(/\ \;\ \;/g,' ').replace(/\ \;\ \;/g,' '); } }, 3000); "; 602c498 < woois.document.getElementById('tdstatus').innerHTML=isitok(woois.document.getElementById('tdstatus').innerHTML,'Awaiting Other Player Choosing a ' + thenouns[theiw] + ' to Guess ...'); //Awaiting a Zener Card Selection from Your Playing Partner ...'; --- > woois.document.getElementById('tdstatus').innerHTML=isitok(woois.document.getElementById('tdstatus').innerHTML,'Awaiting Other Player Choosing a Zener Card to Guess ...'); //Awaiting a Zener Card Selection from Your Playing Partner ...'; 606c502 < woois.document.getElementById('myh3').innerHTML=wash3 + (getcontsms() + ' our ' + thewords[theiw] + ' Game').replace(' ',' ').replace(' ',' '); --- > woois.document.getElementById('myh3').innerHTML=wash3 + (getcontsms() + ' our Clairvoyance Game').replace(' ',' ').replace(' ',' '); 611c507 < window.opener.document.getElementById('tdstatus').innerHTML=isitok(window.opener.document.getElementById('tdstatus').innerHTML,'Awaiting Other Player Choosing a ' + thenouns[theiw] + ' to Guess ...'); //Awaiting a Zener Card Selection from Your Playing Partner ...'; --- > window.opener.document.getElementById('tdstatus').innerHTML=isitok(window.opener.document.getElementById('tdstatus').innerHTML,'Awaiting Other Player Choosing a Zener Card to Guess ...'); //Awaiting a Zener Card Selection from Your Playing Partner ...'; 615c511 < window.opener.document.getElementById('myh3').innerHTML=wash3 + (getcontsms() + ' our ' + thewords[theiw] + ' Game').replace(' ',' ').replace(' ',' '); --- > window.opener.document.getElementById('myh3').innerHTML=wash3 + (getcontsms() + ' our Clairvoyance Game').replace(' ',' ').replace(' ',' '); 619c515 < ppsuff=" setTimeout(function(){ var wash3=parent.document.getElementById('myh3').innerHTML.split(' <')[0].split(' ')[0].split(' <')[0].split('<')[0].split(' our ')[0]; if (parent.document.getElementById('score').innerHTML != 'Score: " + score + "JU/NK" + goes + "') { parent.document.getElementById('myh3').innerHTML=(wash3 + ('" + getcontsms() + "' + ' our ' + thewords[theiw] + ' Game').replace(' ',' ')).replace(/\ \;\ \;/g,' ').replace(/\ \;\ \;/g,' '); } }, 3000); "; --- > ppsuff=" setTimeout(function(){ var wash3=parent.document.getElementById('myh3').innerHTML.split(' <')[0].split(' ')[0].split(' <')[0].split('<')[0].split(' our ')[0]; if (parent.document.getElementById('score').innerHTML != 'Score: " + score + "JU/NK" + goes + "') { parent.document.getElementById('myh3').innerHTML=(wash3 + ('" + getcontsms() + "' + ' our Clairvoyance Game').replace(' ',' ')).replace(/\ \;\ \;/g,' ').replace(/\ \;\ \;/g,' '); } }, 3000); "; 622,623c518,519 < document.getElementById('ifpiam').src=document.getElementById('ifpiam').src.split('?')[0] + '?to=' + encodeURIComponent(document.getElementById('otheris').value) + '¬=' + encodeURIComponent(document.URL) + '&from=' + encodeURIComponent(document.getElementById('iam').value + (ppsuff != '' ? ('Score: ' + score + '/' + goes) : '')) + '&js=' + encodeURIComponent(" parent.document.getElementById('yourguess').value=''; parent.document.getElementById('myguess').value=''; parent.document.getElementById('tdstatus').innerHTML=parent.isitok(parent.document.getElementById('tdstatus').innerHTML,'Awaiting Other Player Choosing a " + thenouns[theiw] + " to Guess ...'); parent.document.getElementById('ifplay').src=parent.mbga(parent.document.getElementById('ifplay').src).split('&statustoggle=')[0] + '&statustoggle=' + Math.floor(Math.random() * 19897865); "); < document.getElementById('ifpiamtwo').src=document.getElementById('ifpiamtwo').src.split('?')[0] + '?to=' + encodeURIComponent(document.getElementById('iam').value) + '¬=' + encodeURIComponent(document.URL) + '&from=' + encodeURIComponent(document.getElementById('otheris').value + (ppsuff != '' ? ('Score: ' + score + '/' + goes) : '')) + '&js=' + encodeURIComponent(" parent.document.getElementById('yourguess').value=''; parent.document.getElementById('myguess').value=''; parent.document.getElementById('tdstatus').innerHTML=parent.isitok(parent.document.getElementById('tdstatus').innerHTML,'Select a " + thenouns[theiw] + " You Are Asking Your Player Partner to Guess ...'); parent.document.getElementById('ifplay').src=parent.mbga(parent.document.getElementById('ifplay').src).split('&statustoggle=')[0] + '&statustoggle=' + Math.floor(Math.random() * 19897865); "); --- > document.getElementById('ifpiam').src=document.getElementById('ifpiam').src.split('?')[0] + '?to=' + encodeURIComponent(document.getElementById('otheris').value) + '¬=' + encodeURIComponent(document.URL) + '&from=' + encodeURIComponent(document.getElementById('iam').value + (ppsuff != '' ? ('Score: ' + score + '/' + goes) : '')) + '&js=' + encodeURIComponent(" parent.document.getElementById('yourguess').value=''; parent.document.getElementById('myguess').value=''; parent.document.getElementById('tdstatus').innerHTML=parent.isitok(parent.document.getElementById('tdstatus').innerHTML,'Awaiting Other Player Choosing a Zener Card to Guess ...'); parent.document.getElementById('ifplay').src=parent.mbga(parent.document.getElementById('ifplay').src).split('&statustoggle=')[0] + '&statustoggle=' + Math.floor(Math.random() * 19897865); "); > document.getElementById('ifpiamtwo').src=document.getElementById('ifpiamtwo').src.split('?')[0] + '?to=' + encodeURIComponent(document.getElementById('iam').value) + '¬=' + encodeURIComponent(document.URL) + '&from=' + encodeURIComponent(document.getElementById('otheris').value + (ppsuff != '' ? ('Score: ' + score + '/' + goes) : '')) + '&js=' + encodeURIComponent(" parent.document.getElementById('yourguess').value=''; parent.document.getElementById('myguess').value=''; parent.document.getElementById('tdstatus').innerHTML=parent.isitok(parent.document.getElementById('tdstatus').innerHTML,'Select a Zener Card You Are Asking Your Player Partner to Guess ...'); parent.document.getElementById('ifplay').src=parent.mbga(parent.document.getElementById('ifplay').src).split('&statustoggle=')[0] + '&statustoggle=' + Math.floor(Math.random() * 19897865); "); 628c524 < ppsuff=" setTimeout(function(){ var wash3=parent.document.getElementById('myh3').innerHTML.split(' <')[0].split(' ')[0].split(' <')[0].split('<')[0].split(' our ')[0]; if (parent.document.getElementById('score').innerHTML != 'Score: " + score + "JU/NK" + goes + "') { parent.document.getElementById('myh3').innerHTML=(wash3 + ('" + getcontsms() + "' + ' our ' + thewords[theiw] + ' Game').replace(' ',' ')).replace(/\ \;\ \;/g,' ').replace(/\ \;\ \;/g,' '); } }, 3000); "; --- > ppsuff=" setTimeout(function(){ var wash3=parent.document.getElementById('myh3').innerHTML.split(' <')[0].split(' ')[0].split(' <')[0].split('<')[0].split(' our ')[0]; if (parent.document.getElementById('score').innerHTML != 'Score: " + score + "JU/NK" + goes + "') { parent.document.getElementById('myh3').innerHTML=(wash3 + ('" + getcontsms() + "' + ' our Clairvoyance Game').replace(' ',' ')).replace(/\ \;\ \;/g,' ').replace(/\ \;\ \;/g,' '); } }, 3000); "; 633,634c529,530 < document.getElementById('ifpiam').src=document.getElementById('ifpiam').src.split('?')[0] + '?to=' + encodeURIComponent(document.getElementById('iam').value) + '¬=' + encodeURIComponent(document.URL) + '&from=' + encodeURIComponent(document.getElementById('otheris').value + (ppsuff != '' ? ('Score: ' + score + '/' + goes) : '')) + '&js=' + encodeURIComponent(" parent.document.getElementById('yourguess').value=''; parent.document.getElementById('myguess').value=''; parent.document.getElementById('tdstatus').innerHTML=parent.isitok(parent.document.getElementById('tdstatus').innerHTML,'Awaiting Other Player Choosing a " + thenouns[theiw] + " to Guess ...'); parent.document.getElementById('ifplay').src=parent.mbga(parent.document.getElementById('ifplay').src).split('&statustoggle=')[0] + '&statustoggle=' + Math.floor(Math.random() * 19897865); "); < document.getElementById('ifpiamtwo').src=document.getElementById('ifpiamtwo').src.split('?')[0] + '?to=' + encodeURIComponent(document.getElementById('otheris').value) + '¬=' + encodeURIComponent(document.URL) + '&from=' + encodeURIComponent(document.getElementById('iam').value + (ppsuff != '' ? ('Score: ' + score + '/' + goes) : '')) + '&js=' + encodeURIComponent(" parent.document.getElementById('yourguess').value=''; parent.document.getElementById('myguess').value=''; parent.document.getElementById('tdstatus').innerHTML=parent.isitok(parent.document.getElementById('tdstatus').innerHTML,'Select a " + thenouns[theiw] + " You Are Asking Your Player Partner to Guess ...'); parent.document.getElementById('ifplay').src=parent.mbga(parent.document.getElementById('ifplay').src).split('&statustoggle=')[0] + '&statustoggle=' + Math.floor(Math.random() * 19897865); "); // + ppsuff.replace('setTimeout(funcJUNKtion(){ ',' '),replace(' , 30JUNK00);','')); --- > document.getElementById('ifpiam').src=document.getElementById('ifpiam').src.split('?')[0] + '?to=' + encodeURIComponent(document.getElementById('iam').value) + '¬=' + encodeURIComponent(document.URL) + '&from=' + encodeURIComponent(document.getElementById('otheris').value + (ppsuff != '' ? ('Score: ' + score + '/' + goes) : '')) + '&js=' + encodeURIComponent(" parent.document.getElementById('yourguess').value=''; parent.document.getElementById('myguess').value=''; parent.document.getElementById('tdstatus').innerHTML=parent.isitok(parent.document.getElementById('tdstatus').innerHTML,'Awaiting Other Player Choosing a Zener Card to Guess ...'); parent.document.getElementById('ifplay').src=parent.mbga(parent.document.getElementById('ifplay').src).split('&statustoggle=')[0] + '&statustoggle=' + Math.floor(Math.random() * 19897865); "); > document.getElementById('ifpiamtwo').src=document.getElementById('ifpiamtwo').src.split('?')[0] + '?to=' + encodeURIComponent(document.getElementById('otheris').value) + '¬=' + encodeURIComponent(document.URL) + '&from=' + encodeURIComponent(document.getElementById('iam').value + (ppsuff != '' ? ('Score: ' + score + '/' + goes) : '')) + '&js=' + encodeURIComponent(" parent.document.getElementById('yourguess').value=''; parent.document.getElementById('myguess').value=''; parent.document.getElementById('tdstatus').innerHTML=parent.isitok(parent.document.getElementById('tdstatus').innerHTML,'Select a Zener Card You Are Asking Your Player Partner to Guess ...'); parent.document.getElementById('ifplay').src=parent.mbga(parent.document.getElementById('ifplay').src).split('&statustoggle=')[0] + '&statustoggle=' + Math.floor(Math.random() * 19897865); "); // + ppsuff.replace('setTimeout(funcJUNKtion(){ ',' '),replace(' , 30JUNK00);','')); 654c550 < woois.document.getElementById('tdstatus').innerHTML=isitok(woois.document.getElementById('tdstatus').innerHTML,'Awaiting Other Player Choosing a ' + thenouns[theiw] + ' to Guess ...'); //Awaiting a Zener Card Selection from Your Playing Partner ...'; --- > woois.document.getElementById('tdstatus').innerHTML=isitok(woois.document.getElementById('tdstatus').innerHTML,'Awaiting Other Player Choosing a Zener Card to Guess ...'); //Awaiting a Zener Card Selection from Your Playing Partner ...'; 658c554 < woois.document.getElementById('myh3').innerHTML=wash3 + (getcontsms() + ' our ' + thewords[theiw] + ' Game').replace(' ',' ').replace(' ',' '); --- > woois.document.getElementById('myh3').innerHTML=wash3 + (getcontsms() + ' our Clairvoyance Game').replace(' ',' ').replace(' ',' '); 663c559 < window.opener.document.getElementById('tdstatus').innerHTML=isitok(window.opener.document.getElementById('tdstatus').innerHTML,'Awaiting Other Player Choosing a ' + thenouns[theiw] + ' to Guess ...'); //Awaiting a Zener Card Selection from Your Playing Partner ...'; --- > window.opener.document.getElementById('tdstatus').innerHTML=isitok(window.opener.document.getElementById('tdstatus').innerHTML,'Awaiting Other Player Choosing a Zener Card to Guess ...'); //Awaiting a Zener Card Selection from Your Playing Partner ...'; 667c563 < window.opener.document.getElementById('myh3').innerHTML=wash3 + (getcontsms() + ' our ' + thewords[theiw] + ' Game').replace(' ',' ').replace(' ',' '); --- > window.opener.document.getElementById('myh3').innerHTML=wash3 + (getcontsms() + ' our Clairvoyance Game').replace(' ',' ').replace(' ',' '); 693,725d588 < < function onl() { < var ds=''; < if (!do_once) { < do_once=true; < fireup(); < //setTimeout(function(){ < if (window.opener || document.URL.indexOf('iam=%40&') != -1) { < alert('dwfg'); < ds+=(""); < midwaytwo="JUNK"; < } else { // if (document.URL.indexOf('iam=%40&') == -1) { < alert('dfg'); < ds+=(""); < midway="JUNK"; < } < //}, 3000); < < if ((document.URL + '&').indexOf('iam=') != -1 && (document.URL + '&').replace('iam=#','iam=&').indexOf('iam=&') == -1) { < if ((document.URL + '&').indexOf('playwith=') != -1 && (document.URL + '&').replace('playwith=#','playwith=&').indexOf('playwith=&') == -1) { < document.getElementById('tdstatus').innerHTML='Awaiting a ' + thewords[theiw] + ' Selection from Your Playing Partner'; < holdon=true; < setTimeout(function(){ holdon=false; }, 10000); < ds+=(""); < } else { < ds+=(""); < } < } else { < ds+=(""); < } < if (ds != '') { document.getElementById('dstuff').innerHTML+=ds; } < } < } 731c594 < --- > 736,738c599 < --- > Clairvoyance Game Share Score Be Told Where You Went Wrong 743,745c604 < --- > Select a Zener Card You Are Asking Your Player Partner to Guess 753,754c612 < if (!do_once) { < do_once=true; --- > 758,760c616,618 < document.write(""); < } else if (document.URL.indexOf('iam=%40&') == -1) { < document.write(""); --- > document.write(""); > } else { > document.write(""); 764c622 < if ((document.URL + '&').indexOf('iam=') != -1 && (document.URL + '&').replace('iam=%40&','iam=&').replace('iam=#','iam=&').indexOf('iam=&') == -1) { --- > if ((document.URL + '&').indexOf('iam=') != -1 && (document.URL + '&').replace('iam=#','iam=&').indexOf('iam=&') == -1) { 766c624 < document.getElementById('tdstatus').innerHTML='Awaiting a ' + thewords[theiw] + ' Selection from Your Playing Partner'; --- > document.getElementById('tdstatus').innerHTML='Awaiting a Zener Card Selection from Your Playing Partner'; 775d632 < }