9,54d8
<   $theword = array("");
<   $topopt="";
<   $lsel='<select onchange=lit(this); id=mylang>' . $topopt . '<option value="en">English</option><option value="af">Afrikaans</option><option value="sq">Albanian</option><option value="ar">Arabic</option><option value="hy">Armenian</option><option value="az">Azerbaijani</option><option value="eu">Basque</option><option value="be">Belarusian</option><option value="bg">Bulgarian</option><option value="ca">Catalan</option><option value="zh-CN">Chinese (Simplified)</option><option value="zh-TW">Chinese (Traditional)</option><option value="hr">Croatian</option><option value="cs">Czech</option><option value="da">Danish</option><option value="nl">Dutch</option><option value="et">Estonian</option><option value="tl">Filipino</option><option value="fi">Finnish</option><option value="fr">French</option><option value="gl">Galician</option><option value="ka">Georgian</option><option value="de">German</option><option value="el">Greek</option><option value="ht">Haitian Creole</option><option value="iw">Hebrew</option><option value="hi">Hindi</option><option value="hu">Hungarian</option><option value="is">Icelandic</option><option value="id">Indonesian</option><option value="ga">Irish</option><option value="it">Italian</option><option value="ja">Japanese</option><option value="ko">Korean</option><option value="la">Latin</option><option value="lv">Latvian</option><option value="lt">Lithuanian</option><option value="mk">Macedonian</option><option value="ms">Malay</option><option value="mt">Maltese</option><option value="no">Norwegian</option><option value="fa">Persian</option><option value="pl">Polish</option><option value="pt">Portuguese</option><option value="ro">Romanian</option><option value="ru">Russian</option><option value="sr">Serbian</option><option value="sk">Slovak</option><option value="sl">Slovenian</option><option value="es">Spanish</option><option value="sw">Swahili</option><option value="sv">Swedish</option><option value="th">Thai</option><option value="tr">Turkish</option><option value="uk">Ukrainian</option><option value="ur">Urdu</option><option value="vi">Vietnamese</option><option value="cy">Welsh</option><option value="yi">Yiddish</option></select>&nbsp;';
<   $simpleword="";
<   $restis="";
<   $lang="en";
<   if (isset($_GET['lang'])) {
<     $lang=str_replace("+", " ", urldecode($_GET['lang']));
<     if (strpos(strtolower($lsel), 'value="' . strtolower($lang) . '">') !== false) {
<     $topopt="<option value='" . strtoupper($lang) . "'>" . explode("<", explode('value="' . strtolower($lang) . '">', $lsel)[1])[0] . "</option>";
<   $lsel='<select onchange=lit(this); id=mylang>' . $topopt . '<option value="en">English</option><option value="af">Afrikaans</option><option value="sq">Albanian</option><option value="ar">Arabic</option><option value="hy">Armenian</option><option value="az">Azerbaijani</option><option value="eu">Basque</option><option value="be">Belarusian</option><option value="bg">Bulgarian</option><option value="ca">Catalan</option><option value="zh-CN">Chinese (Simplified)</option><option value="zh-TW">Chinese (Traditional)</option><option value="hr">Croatian</option><option value="cs">Czech</option><option value="da">Danish</option><option value="nl">Dutch</option><option value="et">Estonian</option><option value="tl">Filipino</option><option value="fi">Finnish</option><option value="fr">French</option><option value="gl">Galician</option><option value="ka">Georgian</option><option value="de">German</option><option value="el">Greek</option><option value="ht">Haitian Creole</option><option value="iw">Hebrew</option><option value="hi">Hindi</option><option value="hu">Hungarian</option><option value="is">Icelandic</option><option value="id">Indonesian</option><option value="ga">Irish</option><option value="it">Italian</option><option value="ja">Japanese</option><option value="ko">Korean</option><option value="la">Latin</option><option value="lv">Latvian</option><option value="lt">Lithuanian</option><option value="mk">Macedonian</option><option value="ms">Malay</option><option value="mt">Maltese</option><option value="no">Norwegian</option><option value="fa">Persian</option><option value="pl">Polish</option><option value="pt">Portuguese</option><option value="ro">Romanian</option><option value="ru">Russian</option><option value="sr">Serbian</option><option value="sk">Slovak</option><option value="sl">Slovenian</option><option value="es">Spanish</option><option value="sw">Swahili</option><option value="sv">Swedish</option><option value="th">Thai</option><option value="tr">Turkish</option><option value="uk">Ukrainian</option><option value="ur">Urdu</option><option value="vi">Vietnamese</option><option value="cy">Welsh</option><option value="yi">Yiddish</option></select>&nbsp;';
<     }
<   } else if (isset($_POST['lang'])) {
<     $lang=str_replace("+", " ", urldecode($_POST['lang']));
<     if (strpos(strtolower($lsel), 'value="' . strtolower($lang) . '">') !== false) {
<     $topopt="<option value='" . strtoupper($lang) . "'>" . explode("<", explode('value="' . strtolower($lang) . '">', $lsel)[1])[0] . "</option>";
<   $lsel='<select onchange=lit(this); id=mylang>' . $topopt . '<option value="en">English</option><option value="af">Afrikaans</option><option value="sq">Albanian</option><option value="ar">Arabic</option><option value="hy">Armenian</option><option value="az">Azerbaijani</option><option value="eu">Basque</option><option value="be">Belarusian</option><option value="bg">Bulgarian</option><option value="ca">Catalan</option><option value="zh-CN">Chinese (Simplified)</option><option value="zh-TW">Chinese (Traditional)</option><option value="hr">Croatian</option><option value="cs">Czech</option><option value="da">Danish</option><option value="nl">Dutch</option><option value="et">Estonian</option><option value="tl">Filipino</option><option value="fi">Finnish</option><option value="fr">French</option><option value="gl">Galician</option><option value="ka">Georgian</option><option value="de">German</option><option value="el">Greek</option><option value="ht">Haitian Creole</option><option value="iw">Hebrew</option><option value="hi">Hindi</option><option value="hu">Hungarian</option><option value="is">Icelandic</option><option value="id">Indonesian</option><option value="ga">Irish</option><option value="it">Italian</option><option value="ja">Japanese</option><option value="ko">Korean</option><option value="la">Latin</option><option value="lv">Latvian</option><option value="lt">Lithuanian</option><option value="mk">Macedonian</option><option value="ms">Malay</option><option value="mt">Maltese</option><option value="no">Norwegian</option><option value="fa">Persian</option><option value="pl">Polish</option><option value="pt">Portuguese</option><option value="ro">Romanian</option><option value="ru">Russian</option><option value="sr">Serbian</option><option value="sk">Slovak</option><option value="sl">Slovenian</option><option value="es">Spanish</option><option value="sw">Swahili</option><option value="sv">Swedish</option><option value="th">Thai</option><option value="tr">Turkish</option><option value="uk">Ukrainian</option><option value="ur">Urdu</option><option value="vi">Vietnamese</option><option value="cy">Welsh</option><option value="yi">Yiddish</option></select>&nbsp;';
<     }
<   }
<   
<   function intoout($outt) {
<     global $simpleword, $restis, $theword;
<     if ($restis != "") {
<     //file_put_contents("zzq.zzq", file_get_contents("zzq.zzq") . "\n" . "simpleword=" . $simpleword . " and restis=" . $restis . " and outt=" . $outt . " and theword[0]=" . $theword[0]);
<       $eqsbits=explode("=", $restis);
<       $ilk=strlen($outt);
<       for ($ieq=(-1 + $ilk); $ieq>=0; $ieq--) {
<       for ($jeq=(-1 + sizeof($eqsbits)); $jeq>=1; $jeq--) {
<     //file_put_contents("zzqq.zzqq", file_get_contents("zzqq.zzqq") . "\n-" . $jeq . " was=" . $outt . " simpleword=" . $simpleword . " and restis=" . $restis . " and outt=" . $outt); // . $outt . " and becomes=" . str_replace(substr($eqsbits[-1 + $jeq], (-1 + strlen($eqsbits[-1 + $jeq])), 1), "&#" . explode($eqsbits[0 + $jeq], ";")[0] . ";", $outt));
<         if (substr($eqsbits[-1 + $jeq], (-1 + strlen($eqsbits[-1 + $jeq])), 1) == substr($outt, $ieq, 1)) {
<     //file_put_contents("zzqq.zzqq", file_get_contents("zzqq.zzqq") . "\n+" . $jeq . " was=" . $outt . " simpleword=" . $simpleword . " and restis=" . $restis . " and outt=" . $outt); // . $outt . " and becomes=" . str_replace(substr($eqsbits[-1 + $jeq], (-1 + strlen($eqsbits[-1 + $jeq])), 1), "&#" . explode($eqsbits[0 + $jeq], ";")[0] . ";", $outt));
<         if ($ieq <= 1) {
<         $afters=substr($outt, (1 + $ieq));
<         $outt="" . explode(";", $eqsbits[0 + $jeq])[0] . ";" . $afters;
<         } else {
<         $afters=substr($outt, (1 + $ieq));
<         $outt=substr($outt, 0, (-1 + $ieq)) . "" . explode(";", $eqsbits[0 + $jeq])[0] . ";" . $afters;
<         }
<         }
<       }   
<       }   
<     //file_put_contents("zzqq.zzqq", file_get_contents("zzqq.zzqq") . "\n" . " becomes=" . $outt . " simpleword=" . $simpleword . " and restis=" . $restis . " and outt=" . $outt); // . $outt . " and becomes=" . str_replace(substr($eqsbits[-1 + $jeq], (-1 + strlen($eqsbits[-1 + $jeq])), 1), "&#" . explode($eqsbits[0 + $jeq], ";")[0] . ";", $outt));
<     }
<     return $outt;
<   }
< 
56,58d9
<     global $simpleword, $restis;
<     // restis=0=&#x03b5;1=&#x03bd;2=&#x03bf;3=&#x03c7;4=&#x03bb;5=&#x03b7;6=&#x03c4;7=&#x03b9;8=&#x03ba;9=&#x03ac;
<     //file_put_contents("zq.zq", file_get_contents("zq.zq") . "\n" . "simpleword=" . $simpleword . " and restis=" . $restis);
61,62c12,13
<     for ($ii=0; $ii<strlen($simpleword); $ii++) {
<       $jj=rand(0, (-1 + strlen($simpleword)));
---
>     for ($ii=0; $ii<strlen($tw); $ii++) {
>       $jj=rand(0, (-1 + strlen($tw)));
64c15
<         $jj=rand(0, (-1 + strlen($simpleword)));
---
>         $jj=rand(0, (-1 + strlen($tw)));
67,88c18
<       $outt.=substr($simpleword, $jj, 1);
<     }
<     if ($simpleword != $tw || $restis != "") {
<       //intoout($outt);
<     //} else if (1 == 2) {
<       $eqsbits=explode("=", $restis);
<       $ilk=strlen($outt);
<       for ($ieq=(-1 + $ilk); $ieq>=0; $ieq--) {
<       for ($jeq=(-1 + sizeof($eqsbits)); $jeq>=1; $jeq--) {
<     //file_put_contents("zqq.zqq", file_get_contents("zqq.zqq") . "\n" . $jeq . " was=" . $outt); // . $outt . " and becomes=" . str_replace(substr($eqsbits[-1 + $jeq], (-1 + strlen($eqsbits[-1 + $jeq])), 1), "&#" . explode($eqsbits[0 + $jeq], ";")[0] . ";", $outt));
<         if (substr($eqsbits[-1 + $jeq], (-1 + strlen($eqsbits[-1 + $jeq])), 1) == substr($outt, $ieq, 1)) {
<         if ($ieq <= 1) {
<         $afters=substr($outt, (1 + $ieq));
<         $outt="" . explode(";", $eqsbits[0 + $jeq])[0] . ";" . $afters;
<         } else {
<         $afters=substr($outt, (1 + $ieq));
<         $outt=substr($outt, 0, (-1 + $ieq)) . "" . explode(";", $eqsbits[0 + $jeq])[0] . ";" . $afters;
<         }
<         }
<       }   
<       }   
<     //file_put_contents("zqq.zqq", file_get_contents("zqq.zqq") . "\n" . " becomes=" . $outt); // . $outt . " and becomes=" . str_replace(substr($eqsbits[-1 + $jeq], (-1 + strlen($eqsbits[-1 + $jeq])), 1), "&#" . explode($eqsbits[0 + $jeq], ";")[0] . ";", $outt));
---
>       $outt.=substr($tw, $jj, 1);
138a69
>   $theword = array("");
207,248c138
<     $theword[0] = strtolower(file_get_contents("http://" . $_SERVER['SERVER_NAME'] . str_replace("::",":",":" . str_replace("~","",str_replace(":443~","",str_replace(":80~","",(":" . $_SERVER['SERVER_PORT'] . "~"))))) . "/PHP/surprise.php?min=" . $eleven . "&max=" . $thirteen . "&com" . $xxx . "mon=tou" . $xxx . str_replace("&translateto=en", "", "ch&youllneverfindthis=y&translateto=" . substr($lang,0,2))));
<     if (strpos($theword[0], "&#") !== false && strpos($theword[0], "/") !== false) {
<       $restis=explode("/", $theword[0])[1];
<       $simpleword=explode("/", $theword[0])[0];
<       $eqsbits=explode("=", $restis);
< 
<       $theword[0]=$simpleword;
< 
<       if (1 == 5) {
< 
<       if ($restis == "") {
<       $theword[0]=$simpleword;
<       } else {
<       $theword[0]=$simpleword;
<       //file_put_contents("bzzqq.bzzqq", $theword[0]);
<       $eqsbits=explode("=", $restis);
<       $ilk=strlen($theword[0]);
<       for ($ieq=(-1 + $ilk); $ieq>=0; $ieq--) {
<       for ($jeq=(-1 + sizeof($eqsbits)); $jeq>=1; $jeq--) {
<     //file_put_contents("zzqq.zzqq", file_get_contents("zzqq.zzqq") . "\n-" . $jeq . " was=" . $outt . " simpleword=" . $simpleword . " and restis=" . $restis . " and outt=" . $outt); // . $outt . " and becomes=" . str_replace(substr($eqsbits[-1 + $jeq], (-1 + strlen($eqsbits[-1 + $jeq])), 1), "&#" . explode($eqsbits[0 + $jeq], ";")[0] . ";", $outt));
<         if (substr($eqsbits[-1 + $jeq], (-1 + strlen($eqsbits[-1 + $jeq])), 1) == substr($theword[0], $ieq, 1)) {
<     //file_put_contents("zzqq.zzqq", file_get_contents("zzqq.zzqq") . "\n+" . $jeq . " was=" . $outt . " simpleword=" . $simpleword . " and restis=" . $restis . " and outt=" . $outt); // . $outt . " and becomes=" . str_replace(substr($eqsbits[-1 + $jeq], (-1 + strlen($eqsbits[-1 + $jeq])), 1), "&#" . explode($eqsbits[0 + $jeq], ";")[0] . ";", $outt));
<         if ($ieq <= 1) {
<         $afters=substr($theword[0], (1 + $ieq));
<         $theword[0]="" . explode(";", $eqsbits[0 + $jeq])[0] . ";" . $afters;
<         } else {
<         $afters=substr($theword[0], (1 + $ieq));
<         $theword[0]=substr($theword[0], 0, (-1 + $ieq)) . "" . explode(";", $eqsbits[0 + $jeq])[0] . ";" . $afters;
<         }
<         }
<       }   
<       }   
<       }
<       
<       }
<       
<       //for ($jeq=1; $jeq<sizeof($eqsbits); $jeq++) {
<       //  $theword[0]=str_replace(substr($eqsbits[-1 + $jeq], (-1 + strlen($eqsbits[-1 + $jeq])), 1), "" . explode(";", $eqsbits[0 + $jeq])[0] . ";", $theword[0]);
<       //}
<     } else {
<       $simpleword=trim($theword[0]);
<     }
---
>     $theword[0] = strtolower(file_get_contents("http://" . $_SERVER['SERVER_NAME'] . str_replace("::",":",":" . str_replace("~","",str_replace(":443~","",str_replace(":80~","",(":" . $_SERVER['SERVER_PORT'] . "~"))))) . "/PHP/surprise.php?min=" . $eleven . "&max=" . $thirteen . "&com" . $xxx . "mon=tou" . $xxx . "ch&youllneverfindthis=y"));
384d273
< echo "\n" . '<script src="../HTMLCSS/multipurpose_buttons.js" rel="stylesheet" type="text/javascript"></script>' . "\n";
408d296
<  
411c299
<     location.href = ("./anagrams.php?lang=<?php  global $lang;  echo substr($lang,0,2); ?>&<?php echo $eleven; ?>=&score=" + score + "&outof=" + outof).replace('&11=', '&level=difficult').replace('&8=', '&level=hard').replace('&5=', '&level=easy').replace('&3=', '&level=easiest');
---
>     location.href = ("./anagrams.php?<?php echo $eleven; ?>=&score=" + score + "&outof=" + outof).replace('?11=', '?level=difficult').replace('?8=', '?level=hard').replace('?5=', '?level=easy').replace('?3=', '?level=easiest');
428c316
<       location.href = ("./anagrams.php?<?php echo $eleven; ?>=&score=" + score + "&outof=" + outof).replace('?11=', '?lang=<?php   global $lang;  echo substr($lang,0,2); ?>&level=difficult').replace('?8=', '?lang=<?php   global $lang;  echo substr($lang,0,2); ?>&level=hard').replace('?5=', '?lang=<?php   global $lang;  echo substr($lang,0,2); ?>&level=easy').replace('?3=', '?lang=<?php   global $lang;  echo substr($lang,0,2); ?>&level=easiest');
---
>       location.href = ("./anagrams.php?<?php echo $eleven; ?>=&score=" + score + "&outof=" + outof).replace('?11=', '?level=difficult').replace('?8=', '?level=hard').replace('?5=', '?level=easy').replace('?3=', '?level=easiest');
503c391
<     if (window.htmlentities.mapencode(tval.value.toLowerCase()) == window.htmlentities.mapencode(twoo.getAttribute('data-correct').toLowerCase())) {
---
>     if (tval.value.toLowerCase() == twoo.getAttribute('data-correct').toLowerCase()) {
560c448
<         location.href = ("./anagrams.php?lang=<?php   global $lang;  echo substr($lang,0,2); ?>&<?php echo $eleven; ?>=&score=" + score + "&outof=" + outof).replace('&11=', '&level=difficult').replace('&8=', '&level=hard').replace('&5=', '&level=easy').replace('&3=', '&level=easiest');
---
>         location.href = ("./anagrams.php?<?php echo $eleven; ?>=&score=" + score + "&outof=" + outof).replace('?11=', '?level=difficult').replace('?8=', '?level=hard').replace('?5=', '?level=easy').replace('?3=', '?level=easiest');
569,572d456
< function lit(sois) {
<   location.href=(document.URL.split('?')[0].split('#')[0] + '?lang=' + sois.value.toLowerCase() + "&<?php echo $eleven; ?>=&score=" + score + "&outof=" + outof).replace('&11=', '&level=difficult').replace('&8=', '&level=hard').replace('&5=', '&level=easy').replace('&3=', '&level=easiest');
< }
< 
574c458
<   location.href=(document.URL.split('?')[0].split('#')[0] + '?lang=<?php   global $lang;  echo substr($lang,0,2); ?>&level=' + sois.value + '&score=<?php echo $score; ?>' + '&outof=<?php echo $outof; ?>').replace('&score=0&outof=0','');
---
>   location.href=(document.URL.split('?')[0].split('#')[0] + '?level=' + sois.value + '&score=<?php echo $score; ?>' + '&outof=<?php echo $outof; ?>').replace('&score=0&outof=0','');
579d462
< 
589c472
<  echo "<h1 id=\"gamename\">" . $lsel . "<select id=level onchange=changelevel(this);><option value=easiest>Easiest</option><option value=easy>Easy</option><option value=hard>Hard</option><option value=difficult>Difficult</option></select> Anagrams</h1>";
---
>  echo "<h1 id=\"gamename\"><select id=level onchange=changelevel(this);><option value=easiest>Easiest</option><option value=easy>Easy</option><option value=hard>Hard</option><option value=difficult>Difficult</option></select> Anagrams</h1>";
591c474
<  echo "<h1 id=\"gamename\">" . $lsel . "<select id=level onchange=changelevel(this);><option value=easiest>Easiest</option><option value=easy selected>Easy</option><option value=hard>Hard</option><option value=difficult>Difficult</option></select> Anagrams</h1>";
---
>  echo "<h1 id=\"gamename\"><select id=level onchange=changelevel(this);><option value=easiest>Easiest</option><option value=easy selected>Easy</option><option value=hard>Hard</option><option value=difficult>Difficult</option></select> Anagrams</h1>";
593c476
<  echo "<h1 id=\"gamename\">" . $lsel . "<select id=level onchange=changelevel(this);><option value=easiest>Easiest</option><option value=easy>Easy</option><option value=hard selected>Hard</option><option value=difficult>Difficult</option></select> Anagrams</h1>";
---
>  echo "<h1 id=\"gamename\"><select id=level onchange=changelevel(this);><option value=easiest>Easiest</option><option value=easy>Easy</option><option value=hard selected>Hard</option><option value=difficult>Difficult</option></select> Anagrams</h1>";
595c478
<  echo "<h1 id=\"gamename\">" . $lsel . "<select id=level onchange=changelevel(this);><option value=easiest>Easiest</option><option value=easy>Easy</option><option value=hard>Hard</option><option value=difficult selected>Difficult</option></select> Anagrams</h1>";
---
>  echo "<h1 id=\"gamename\"><select id=level onchange=changelevel(this);><option value=easiest>Easiest</option><option value=easy>Easy</option><option value=hard>Hard</option><option value=difficult selected>Difficult</option></select> Anagrams</h1>";
597c480
<  echo "<h1 id=\"gamename\">" . $lsel . "<select id=level onchange=changelevel(this);><option value=easiest>Easiest</option><option value=easy>Easy</option><option value=hard>Hard</option><option value=difficult selected>Difficult</option></select> Anagrams</h1>";
---
>  echo "<h1 id=\"gamename\"><select id=level onchange=changelevel(this);><option value=easiest>Easiest</option><option value=easy>Easy</option><option value=hard>Hard</option><option value=difficult selected>Difficult</option></select> Anagrams</h1>";
601c484
<  echo "<h1 id=\"gamename\">" . $lsel . "<select id=level onchange=changelevel(this);><option value=easiest>Easiest</option><option value=easy>Easy</option><option value=hard>Hard</option><option value=difficult>Difficult</option></select> Anagrams</h1>";
---
>  echo "<h1 id=\"gamename\"><select id=level onchange=changelevel(this);><option value=easiest>Easiest</option><option value=easy>Easy</option><option value=hard>Hard</option><option value=difficult>Difficult</option></select> Anagrams</h1>";
603c486
<  echo "<h1 id=\"gamename\">" . $lsel . "<select id=level onchange=changelevel(this);><option value=easiest>Easiest</option><option value=easy selected>Easy</option><option value=hard>Hard</option><option value=difficult>Difficult</option></select> Anagrams</h1>";
---
>  echo "<h1 id=\"gamename\"><select id=level onchange=changelevel(this);><option value=easiest>Easiest</option><option value=easy selected>Easy</option><option value=hard>Hard</option><option value=difficult>Difficult</option></select> Anagrams</h1>";
605c488
<  echo "<h1 id=\"gamename\">" . $lsel . "<select id=level onchange=changelevel(this);><option value=easiest>Easiest</option><option value=easy>Easy</option><option value=hard selected>Hard</option><option value=difficult>Difficult</option></select> Anagrams</h1>";
---
>  echo "<h1 id=\"gamename\"><select id=level onchange=changelevel(this);><option value=easiest>Easiest</option><option value=easy>Easy</option><option value=hard selected>Hard</option><option value=difficult>Difficult</option></select> Anagrams</h1>";
607c490
<  echo "<h1 id=\"gamename\">" . $lsel . "<select id=level onchange=changelevel(this);><option value=easiest>Easiest</option><option value=easy>Easy</option><option value=hard>Hard</option><option value=difficult selected>Difficult</option></select> Anagrams</h1>";
---
>  echo "<h1 id=\"gamename\"><select id=level onchange=changelevel(this);><option value=easiest>Easiest</option><option value=easy>Easy</option><option value=hard>Hard</option><option value=difficult selected>Difficult</option></select> Anagrams</h1>";
609c492
<  echo "<h1 id=\"gamename\">" . $lsel . "<select id=level onchange=changelevel(this);><option value=easiest>Easiest</option><option value=easy>Easy</option><option value=hard>Hard</option><option value=difficult selected>Difficult</option></select> Anagrams</h1>";
---
>  echo "<h1 id=\"gamename\"><select id=level onchange=changelevel(this);><option value=easiest>Easiest</option><option value=easy>Easy</option><option value=hard>Hard</option><option value=difficult selected>Difficult</option></select> Anagrams</h1>";
627d509
< <input type="hidden" name="translateto" value="<?php   global $lang;  echo substr($lang,0,2); ?>" />
630,631c512,513
< <input type="text" onclick=" window.open('http://www.google.com/search?q=<?php echo urlencode($theword[0]); ?>','<?php echo intoout($theword[0]); ?>',' height=560,width=900,top=370,left=400 '); " style="display:none;" id="g1of6" name="g1of6" value="<?php echo intoout($theword[0]); ?>" />
< <input type="text" onclick=" window.open('http://www.thefreedictionary.com/<?php echo intoout($theword[0]); ?>','<?php echo intoout($theword[0]); ?>',' height=560,width=900,top=370,left=400 '); " style="display:none;" id="w1of6" name="w1of6" value="<?php echo intoout($theword[0]); ?>" />
---
> <input type="text" onclick=" window.open('http://www.google.com/search?q=<?php echo urlencode($theword[0]); ?>','<?php echo $theword[0]; ?>',' height=560,width=900,top=370,left=400 '); " style="display:none;" id="g1of6" name="g1of6" value="<?php echo $theword[0]; ?>" />
> <input type="text" onclick=" window.open('http://www.thefreedictionary.com/<?php echo $theword[0]; ?>','<?php echo $theword[0]; ?>',' height=560,width=900,top=370,left=400 '); " style="display:none;" id="w1of6" name="w1of6" value="<?php echo $theword[0]; ?>" />
650,651d531
< <div id=result></div>
< <div id=resultav></div>
