<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">    <html xmlns="http://www.w3.org/1999/xhtml"><head>  <title>World Community Grid - View Thread - 6 letters word game - replace 2 letters</title><script type="text/javascript" src="/forums/mvnplugin/mvnforum/js/domLib.js"> </script><script type="text/javascript" src="/forums/mvnplugin/mvnforum/js/domMenu.js"> </script><script type="text/javascript" src="/forums/mvnplugin/mvnforum/js/prettify.js"> </script><script language="JavaScript1.2" src="/forums/mvnplugin/mvnforum/js/vietuni.js" type="text/javascript"></script>    <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="Expires" content="-1" /> <link rel="stylesheet" type="text/css" href="/generated/css/wcg_8ff7f2b046.css" /><link href="/static/css/2.7b4bf2a7.chunk.css" rel="stylesheet"/><link href="/static/css/main.a189a511.chunk.css" rel="stylesheet"/> <link rel="stylesheet" type="text/css" href="/forums/mvnplugin/mvnforum/css/wcg-override.css" /><link href="/css/section/forum.css" rel="stylesheet" type="text/css"><script>    var WCG = {};    WCG.facebook = {};    WCG.facebook.app_id=112250102148804;    WCG.locale = {};    WCG.locale.language='en';    WCG.locale.country='';</script> <script src="/generated/js/wcg_8a248d7cc7.js"></script><script type="text/javascript">    var $j = jQuery.noConflict();    $j(document).ready(function(){        $j("body").addClass("background");    })</script> <link href="/forums/mvnplugin/mvnforum/css/style-121.css" rel="stylesheet" type="text/css"/><link href="/forums/mvnplugin/mvnforum/css/menu.css" rel="stylesheet" type="text/css"/><link href="/forums/mvnplugin/mvnforum/css/prettify.css" rel="stylesheet" type="text/css"/> <script type="text/javascript">//<![CDATA[function SubmitForm() {  if (ValidateForm()) {        document.mvnform.submitbutton.disabled=true;    document.mvnform.previewbutton.disabled=true;        document.mvnform.submit();  }} function ValidateForm() {  document.mvnform.message.value = document.mvnform.input.value;  if (isBlank(document.mvnform.input, "Post Body")) return false;  return true;} function PreviewForm() {  if (ValidateForm()) {    document.mvnform.preview.value='true';    document.mvnform.action=document.getElementById('previewUrl').value;            document.mvnform.submitbutton.disabled=true;    document.mvnform.previewbutton.disabled=true;        document.mvnform.submit();  }} function QuickReply(parentId) {  var topic = document.getElementById("posttopic_" + parentId).innerHTML;  if (document.getElementById("input")) {    document.getElementById("input").focus();    document.getElementById("quickreplymessage").innerHTML = "Quick reply to the post [" + parentId + ", " + topic + "]";  }  if (topic.indexOf("Re: ") == -1) {    topic = "Re: " + topic;  }  document.mvnform.parent.value=parentId;  document.mvnform.PostTopic.value=topic;}    function handleUnload() {  if (document.mvnform) {    if (document.mvnform.submitbutton) {      document.mvnform.submitbutton.disabled=false;    }    if (document.mvnform.previewbutton) {      document.mvnform.previewbutton.disabled=false;    }  }      }//]]></script></head><body onload="prettyPrint()" onunload="handleUnload()">   <!-- legal doc banner -->   <!-- Google Tag Manager --><noscript><iframe src="//www.googletagmanager.com/ns.html?id=GTM-P7SR87"height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-P7SR87');</script><!-- End Google Tag Manager -->   <script type="text/javascript" language="JavaScript" src="/forums/mvnplugin/mvnforum/js/myvietnam.js"></script><script type="text/javascript" language="JavaScript">//<![CDATA[function isBlank(field, strBodyHeader) {    strTrimmed = trim(field.value);    if (strTrimmed.length > 0) return false;    alert("\"" + strBodyHeader + "\" is a required field.");    field.focus();    return true;}function isEmail(field, strBodyHeader) {    emailStr = field.value;    if (emailStr.length == 0) return true;    if (!complexEmailCheck(emailStr)) {        alert(strBodyHeader + " is an invalid email.");        field.focus();        return false;    }    return true;}function isUnsignedInteger(obj, message) {    if (isBlank(obj, message)) {      return false;    }    var  val = obj.value;    for (var i=0;i<val.length;i++) {        if (!isDigit(val.charAt(i))) {            alert(message + " must be an unsigned number.");            obj.focus();            return false;        }    }    obj.value = parseInt(val,10);    return true;}function checkGoodName(str, desc) {    s = trim(str);    len = s.length;     for (i = 0; i < len; i++) {        b = s.charCodeAt(i);        if ((b >= toInt('a')) && (b <= toInt('z'))) { // not a cast, it's a function.            // low chars        } else if ((b >= toInt('A')) && (b <= toInt('Z'))) {            // up chars        } else if ((b >= toInt('0')) && (b <= toInt('9'))) {            // numbers         } else if (( (b==toInt('_')) || (b==toInt('.')) || (b==toInt('@')) ) && (i != 0)) {            // very litte special chars        } else {            alert(desc + " \"" + s +  "\" " + "is not a good name. The invalid character is \"" + s.charAt(i) + "\"");             return false;            // not good name error        }    }    return true;} function toInt(c) {  return c.charCodeAt(0);}//]]></script>     <script type="text/javascript"> //<![CDATA[function SubmitFormSearch() {  if (ValidateFormSearch()) {    // uncomment when we find a way to enable the button    //document.submitformsearch.submitbutton.disabled = true;    document.submitformsearch.submit();  }} function ValidateFormSearch() {  if (isBlank(document.submitformsearch.key, "Search")) return false;  return true;}//]]></script> <script type="text/javascript" language="JavaScript" src="/forums/mvnplugin/mvnforum/js/myvietnam.js"></script><script type="text/javascript" language="JavaScript">//<![CDATA[function isBlank(field, strBodyHeader) {    strTrimmed = trim(field.value);    if (strTrimmed.length > 0) return false;    alert("\"" + strBodyHeader + "\" is a required field.");    field.focus();    return true;}function isEmail(field, strBodyHeader) {    emailStr = field.value;    if (emailStr.length == 0) return true;    if (!complexEmailCheck(emailStr)) {        alert(strBodyHeader + " is an invalid email.");        field.focus();        return false;    }    return true;}function isUnsignedInteger(obj, message) {    if (isBlank(obj, message)) {      return false;    }    var  val = obj.value;    for (var i=0;i<val.length;i++) {        if (!isDigit(val.charAt(i))) {            alert(message + " must be an unsigned number.");            obj.focus();            return false;        }    }    obj.value = parseInt(val,10);    return true;}function checkGoodName(str, desc) {    s = trim(str);    len = s.length;     for (i = 0; i < len; i++) {        b = s.charCodeAt(i);        if ((b >= toInt('a')) && (b <= toInt('z'))) { // not a cast, it's a function.            // low chars        } else if ((b >= toInt('A')) && (b <= toInt('Z'))) {            // up chars        } else if ((b >= toInt('0')) && (b <= toInt('9'))) {            // numbers         } else if (( (b==toInt('_')) || (b==toInt('.')) || (b==toInt('@')) ) && (i != 0)) {            // very litte special chars        } else {            alert(desc + " \"" + s +  "\" " + "is not a good name. The invalid character is \"" + s.charAt(i) + "\"");             return false;            // not good name error        }    }    return true;} function toInt(c) {  return c.charCodeAt(0);}//]]></script> <div id="header" class="header__container" data-context-type="main" data-context-section="" data-context-highlight=""></div> <div id="top" style="" class="wcg-legacy forums-wrapper"><div style="width: 1px; height: 8px;"> </div><table width="95%" cellspacing="0" cellpadding="2" align="center">  <tr class="topmenu">    <td nowrap="nowrap" valign="middle">        <a href="index" class="topmenu">Index</a>       | <a href="listrecentthreads" class="topmenu">Recent Threads</a>             | <a href="listunansweredthreads" class="topmenu">Unanswered Threads</a>                               | <a href="listonlineusers" class="topmenu">Who's Active</a>                         | <a href="/viewCommPolicy.do" class="topmenu">Guidelines</a>                                                                               | <a href="search" class="topmenu">Search</a>    </td>          <td nowrap="nowrap" align="right">                                  <form action="search" id="submitformsearch" name="submitformsearch"  method="get"  style="display: inline">                  <input type="text" size="10" name="key"/>                  <input type="hidden" name="sort" value="1"/>                             <input  type="image" src="/forums/mvnplugin/mvnforum/images/search_off.gif"                   	border="0" alt="Search"                   	onMouseOver="this.src='/forums/mvnplugin/mvnforum/images/search_over.gif';"                   	onMouseOut="this.src='/forums/mvnplugin/mvnforum/images/search_off.gif';"                   	name="submitbutton" value="Search"                   	onClick="javascript:SubmitFormSearch();"                  	class="portlet-form-button search-button"/>             </form>                    </td>  </tr></table>   <div style="height:10px;"></div>             <table width="95%" border="0" cellpadding="0" cellspacing="0" align="center">  <tr>    <td>          </td>  </tr></table>          <table width="95%" align="center">  <tr class="nav">        <td valign="top"><img style="top: 0px; margin-right: 5px;" src="/forums/mvnplugin/mvnforum/images/nav2.gif" border="0" height="15" width="15" alt="" /></td>  <td width="100%" nowrap="nowrap"><a href="index" class="welcomeHeader">World Community Grid Forums</a>  <br/>      <img src="/forums/mvnplugin/mvnforum/images/icon/icon_bar.gif" border="0" height="15" width="15" alt="" />    <img src="/forums/mvnplugin/mvnforum/images/icon/icon_folder_open.gif" border="0" height="15" width="15" alt="" />       <span class="contentText">Category:</span> <a href="listforums?category=1&other_category_invisible=true" class="welcomeHeader">Community</a>    <br/>         <img src="/forums/mvnplugin/mvnforum/images/icon/icon_blank.gif" border="0" height="15" width="15" alt="" />    <img src="/forums/mvnplugin/mvnforum/images/icon/icon_bar.gif" border="0" height="15" width="15" alt="" />    <img src="/forums/mvnplugin/mvnforum/images/icon/icon_folder_open_topic.gif" border="0" height="15" width="15" alt="" />     <span class="contentText">Forum:</span> <a href="listthreads?forum=41" class="welcomeHeader">Chat Room</a>	<br/>           <img src="/forums/mvnplugin/mvnforum/images/icon/icon_blank.gif" border="0" height="15" width="15" alt="" />        <img src="/forums/mvnplugin/mvnforum/images/icon/icon_blank.gif" border="0" height="15" width="15" alt="" />    <img src="/forums/mvnplugin/mvnforum/images/icon/icon_bar.gif" border="0" height="15" width="15" alt="" />    <img src="/forums/mvnplugin/mvnforum/images/icon/icon_thread_topic.gif" border="0" height="15" width="15" alt="" />     <span class="contentText">Thread: 6 letters word game - replace 2 letters</span></td>   </tr></table><br/> <table width="95%" align="center">  <tr class="portlet-font"><td>    <form action="">      <span class="contentText">Quick Go</span> <span class="arrowForum">»</span>         <!-- assignforumtogroup and movethread has the same style -->          <!-- listrecentthreads  -->          <!-- consist of Category (has forum child) and Forum -->            <select name="FastGoForum" onchange= "gotoPage(this.options[this.selectedIndex].value)">            <option value="">Select a forum</option>               <option value=""></option>              <option value="listforums"              >      Active Research      </option>        <option value="">--------------------------------</option>                  <option value="listthreads?forum=800"           >                       OpenPandemics - COVID-19 Project</option>                <option value="listthreads?forum=780"           >                       Africa Rainfall Project</option>                <option value="listthreads?forum=600"           >                       Mapping Cancer Markers Forum</option>            <option value=""></option>              <option value="listforums"              >      Official Messages      </option>        <option value="">--------------------------------</option>                  <option value="listthreads?forum=820"           >                       News</option>                <option value="listthreads?forum=840"           >                       We're Moving to Krembil Research Institute!</option>            <option value=""></option>              <option value="listforums"              >      Support      </option>        <option value="">--------------------------------</option>                              <option value="listthreads?forum=3"           >                       Community-maintained FAQs [authorized posting allowed]</option>                <option value="listthreads?forum=81"           >                       Website Support</option>                <option value="listthreads?forum=83"           >                       BOINC Agent Support</option>                <option value="listthreads?forum=560"           >                       GPU Support Forum</option>                <option value="listthreads?forum=580"           >                       Android Support Forum</option>                <option value="listthreads?forum=6"           >                       Suggestions / Feedback</option>            <option value=""></option>              <option value="listforums"              >      Community      </option>        <option value="">--------------------------------</option>                  <option value="listthreads?forum=7"           >                       Teams</option>                <option value="listthreads?forum=41"               selected="selected"          >                       Chat Room</option>                <option value="listthreads?forum=660"           >                       Hardware Chat Room</option>                <option value="listthreads?forum=241"           >                       Caring and Sharing</option>            <option value=""></option>              <option value="listforums"              >      Beta Testing      </option>        <option value="">--------------------------------</option>                  <option value="listthreads?forum=181"           >                       Beta Test Announcements [Read Only]</option>                <option value="listthreads?forum=161"           >                       Beta Test Support Forum</option>            <option value=""></option>              <option value="listforums"              >      Completed Research      </option>        <option value="">--------------------------------</option>                  <option value="listthreads?forum=101"           >                       FightAIDS@Home</option>                <option value="listthreads?forum=620"           >                       Uncovering Genome Mysteries</option>                <option value="listthreads?forum=680"           >                       FightAIDS@Home Phase 2</option>                <option value="listthreads?forum=760"           >                       Microbiome Immunity Project</option>                <option value="listthreads?forum=521"           >                       GO Fight Against Malaria</option>                <option value="listthreads?forum=720"           >                       OpenZika</option>                <option value="listthreads?forum=740"           >                       Smash Childhood Cancer</option>                <option value="listthreads?forum=540"           >                       Say No to Schistosoma Forum</option>                <option value="listthreads?forum=520"           >                       Drug Search for Leishmaniasis Forum</option>                <option value="listthreads?forum=700"           >                       Help Stop TB</option>                <option value="listthreads?forum=500"           >                       Computing for Clean Water Forum</option>                <option value="listthreads?forum=561"           >                       Computing for Sustainable Water Forum</option>                <option value="listthreads?forum=640"           >                       Outsmart Ebola Together</option>                <option value="listthreads?forum=460"           >                       Discovering Dengue Drugs - Together - Phase 2 Forum</option>                <option value="listthreads?forum=480"           >                       The Clean Energy Project - Phase 2 Forum</option>                <option value="listthreads?forum=420"           >                       Help Cure Muscular Dystrophy - Phase 2 Forum</option>                <option value="listthreads?forum=400"           >                       Help Fight Childhood Cancer Project Forum</option>                <option value="listthreads?forum=440"           >                       Influenza Antiviral Drug Search</option>                <option value="listthreads?forum=341"           >                       The Clean Energy Project Forum</option>                <option value="listthreads?forum=321"           >                       Nutritious Rice for the World</option>                <option value="listthreads?forum=301"           >                       Help Conquer Cancer</option>                <option value="listthreads?forum=121"           >                       Human Proteome Folding - Phase 2</option>                <option value="listthreads?forum=281"           >                       AfricanClimate@Home</option>                <option value="listthreads?forum=261"           >                       Discovering Dengue Drugs - Together</option>                <option value="listthreads?forum=221"           >                       Help Cure Muscular Dystrophy</option>                <option value="listthreads?forum=201"           >                       Genome Comparison</option>                <option value="listthreads?forum=141"           >                       Help Defeat Cancer</option>                <option value="listthreads?forum=61"           >                       Human Proteome Folding</option>            <option value=""></option>              <option value="listforums"              >      Retired Forums      </option>        <option value="">--------------------------------</option>                        <option value="listthreads?forum=1"           >                       Member News [read only]</option>                <option value="listthreads?forum=2"           >                       Known Issues [read only]</option>                <option value="listthreads?forum=82"           >                       UD Windows Agent Support [Read Only]</option>                <option value="listthreads?forum=4"           >                       The New Members Forum [Read Only]</option>                <option value="listthreads?forum=5"           >                       Member-to-Member Support [Read Only]</option>              </select>            </form>  </td></tr></table>   <table width="95%" align="center">  <tr>    <td class="portlet-font">                              No member browsing this thread            </td>  </tr></table>  <table width="95%" align="center">  <tr>    <td valign="bottom" class="portlet-font">      <span class="portlet-font">Thread Status: <span class="contentTextBold">Active</span></span><br/>                  <span class="highlight">Total posts in this thread: 13904</span>      <table cellspacing="0" cellpadding="0">        <tr>          <td>              <table cellspacing="0" cellpadding="0">  <tr class="pager">    <td align="right" nowrap="nowrap">      Posts: 13904   Pages: 1391   [      <a href="viewthread_thread,40631_offset,13630" class="pager">Previous Page</a> |                        <a href="viewthread_thread,40631_offset,13590" class="pager">1360</a>                                <a href="viewthread_thread,40631_offset,13600" class="pager">1361</a>                                <a href="viewthread_thread,40631_offset,13610" class="pager">1362</a>                                <a href="viewthread_thread,40631_offset,13620" class="pager">1363</a>                                <a href="viewthread_thread,40631_offset,13630" class="pager">1364</a>                                <span class="pagerCurrent">1365</span>                                <a href="viewthread_thread,40631_offset,13650" class="pager">1366</a>                                <a href="viewthread_thread,40631_offset,13660" class="pager">1367</a>                                <a href="viewthread_thread,40631_offset,13670" class="pager">1368</a>                                <a href="viewthread_thread,40631_offset,13680" class="pager">1369</a>                    | <a href="viewthread_thread,40631_offset,13650" class="pager">Next Page</a> ]    </td>  </tr></table>            </td>          <td nowrap="nowrap">                        <b>[</b> <a href="viewthread_thread,40631_lastpage,yes#lastpost" class="pager">Jump to Last Post</a> <b>]</b>                      </td>        </tr>      </table>    </td>     <td valign="bottom" align="right" class="portlet-font">                   <a class="command" href="addpost?forum=41"><img src="/forums/mvnplugin/mvnforum/images/icon/button_new_thread.gif" border="0" alt="Post new Thread" title="Post new Thread"/></a>        </td>   </tr></table> <table class="tborder" width="95%" cellspacing="0" cellpadding="5" align="center">  <tr class="portlet-section-header">    <td width="155" align="center" nowrap="nowrap">Author</td>    <td align="center">      <table width="100%" class="noborder" cellpadding="0" cellspacing="0">        <tr>          <td nowrap="nowrap">                        <a href="viewthread_thread,40630"><img src="/forums/mvnplugin/mvnforum/images/icon/left.png" border="0" alt="Previous Thread" title="Previous Thread"/></a>                      </td>          <td width="100%" align="center" valign="p">            This topic has been viewed <font color="Aqua">12320904</font> times and has <font color="Yellow">13903</font>            replies          </td>          <td nowrap="nowrap">                        <a href="viewthread_thread,40715"><img src="/forums/mvnplugin/mvnforum/images/icon/right.png" border="0" alt="Next Thread" title="Next Thread"/></a>                      </td>        </tr>      </table>    </td>  </tr></table>      <a name="694168"></a> <table class="tborder" width="95%" cellspacing="0" cellpadding="5" align="center">  <tr class="portlet-section-body">    <td width="155" rowspan="2" valign="top">                      <a href="viewmember?member=Dansahubeb" class="memberName">Dansahubeb</a>        <br/>        Cruncher        <br/>                                                      Joined: <b>Feb 5, 2024</b><br/>                             Post Count: <b>1</b><br/>                           Status:          <b>              Offline          </b>                <br />                  </td>    <td valign="top">      <table width="100%" class="noborder" cellpadding="0" cellspacing="0">        <tr>          <td width="100%" valign="top" class="messageTextBold">                                                                 <a href="addpost?parent=694168"><img src="/forums/mvnplugin/mvnforum/images/icon/button_reply.gif" border="0" alt="Reply to this Post" title="Reply to this Post" /></a>                <a href="addpost?parent=694168&quote=yes"><img src="/forums/mvnplugin/mvnforum/images/icon/button_quote.gif" border="0" alt="Reply with Quote" title="Reply with Quote" /></a>                                     </td>                  </tr>        <tr>          <td width="100%" colspan="2" valign="top" class="messageTextBold" align="left">                                     <span id="posttopic_694168">              Re: 6 letters word game - replace 2 letters                          </span>          </td>        </tr>      </table>      <hr size="1" noshade="noshade"/>      <div class="bodyDiv">      I recently stumbled upon an engaging and clever twist on word puzzles called the "6 Letters Word Game - Replace 2 Letters," and I couldn't help but share my excitement with fellow enthusiasts. This unique challenge not only tests your vocabulary but also stimulates your brain in a fun and interactive way. It's a fantastic way to spend your leisure time, sharpening your linguistic skills while enjoying a sense of accomplishment with every puzzle solved. For those interested in exploring this game further, check it out here: <a href="https://www.vpesports.com/" target="_blank">https://www.vpesports.com/</a>. It's a delightful blend of education and entertainment that word game aficionados will surely appreciate.<br />      </div>                                         </td>  </tr>  <tr class="portlet-section-body">    <td>      <table class="noborder" width="100%" cellpadding="0" cellspacing="0">        <tr class="portlet-section-body">          <td nowrap="nowrap">          [Feb 12, 2024 9:43:05 PM]                    </td>          <td width="100%">                                                   </td>          <td nowrap="nowrap">            <a href="viewpostinthread?post=694168"><img src="/forums/mvnplugin/mvnforum/images/icon/link.png" border="0" alt="Link" title="Link" /></a>                            <img src="/forums/mvnplugin/mvnforum/images/icon/threat.png" border="0" alt="Report threatening or abusive post: please login first" title="Report threatening or abusive post: please login first" />                         <a href="#"><img src="/forums/mvnplugin/mvnforum/images/icon/up.png" border="0" alt="Go to top" title="Go to top" /></a>           </td>        </tr>      </table>    </td>  </tr></table>      <a name="694170"></a> <table class="tborder" width="95%" cellspacing="0" cellpadding="5" align="center">  <tr class="portlet-section-alternate">    <td width="155" rowspan="2" valign="top">                      <a href="viewmember?member=Mike.Gibson" class="memberName">Mike.Gibson</a>        <br/>        Ace Cruncher        <br/>                                        England<br/>                              Joined: <b>Aug 23, 2007</b><br/>                             Post Count: <b>12594</b><br/>                           Status:          <b>              Offline          </b>                <br />                Project Badges:        <br />        					<img class="forum-badge" src="/images/pb/beta_2_34.png" title="90 day badge for Beta Testing" alt="" /> 							<img class="forum-badge" src="/images/pb/faah_5_34.png" title="2 year badge for FightAIDS@Home" alt="" /> 							<img class="forum-badge" src="/images/pb/hpf2_4_34.png" title="1 year badge for Human Proteome Folding - Phase 2" alt="" /> 							<img class="forum-badge" src="/images/pb/dddt_1_34.png" title="45 day badge for Discovering Dengue Drugs - Together" alt="" /> 							<img class="forum-badge" src="/images/pb/hcc1_4_34.png" title="1 year badge for Help Conquer Cancer" alt="" /> 							<img class="forum-badge" src="/images/pb/rice_0_34.png" title="14 day badge for Nutritious Rice for the World" alt="" /> 							<img class="forum-badge" src="/images/pb/hfcc_3_34.png" title="180 day badge for Help Fight Childhood Cancer" alt="" /> 							<img class="forum-badge" src="/images/pb/hcmd2_2_34.png" title="90 day badge for Help Cure Muscular Dystrophy - Phase 2" alt="" /> 							<img class="forum-badge" src="/images/pb/dddt2_0_34.png" title="14 day badge for Discovering Dengue Drugs - Together - Phase 2" alt="" /> 							<img class="forum-badge" src="/images/pb/cep2_6_34.png" title="5 year badge for The Clean Energy Project - Phase 2" alt="" /> 							<img class="forum-badge" src="/images/pb/c4cw_2_34.png" title="90 day badge for Computing for Clean Water" alt="" /> 							<img class="forum-badge" src="/images/pb/dsfl_4_34.png" title="1 year badge for Drug Search for Leishmaniasis" alt="" /> 							<img class="forum-badge" src="/images/pb/gfam_3_34.png" title="180 day badge for GO Fight Against Malaria" alt="" /> 							<img class="forum-badge" src="/images/pb/sn2s_3_34.png" title="180 day badge for Say No to Schistosoma" alt="" /> 							<img class="forum-badge" src="/images/pb/cfsw_1_34.png" title="45 day badge for Computing for Sustainable Water" alt="" /> 							<img class="forum-badge" src="/images/pb/mcm1_9_34.png" title="50 year badge for Mapping Cancer Markers" alt="" /> 							<img class="forum-badge" src="/images/pb/ugm1_6_34.png" title="5 year badge for Uncovering Genome Mysteries" alt="" /> 							<img class="forum-badge" src="/images/pb/oet1_6_34.png" title="5 year badge for Outsmart Ebola Together" alt="" /> 							<img class="forum-badge" src="/images/pb/fahb_6_34.png" title="5 year badge for FightAIDS@Home - Phase 2" alt="" /> 							<img class="forum-badge" src="/images/pb/hst1_6_34.png" title="5 year badge for Help Stop TB" alt="" /> 							<img class="forum-badge" src="/images/pb/zika_5_34.png" title="2 year badge for OpenZika" alt="" /> 							<img class="forum-badge" src="/images/pb/scc1_6_34.png" title="5 year badge for Smash Childhood Cancer" alt="" /> 							<img class="forum-badge" src="/images/pb/mip1_5_34.png" title="2 year badge for Microbiome Immunity Project" alt="" /> 							<img class="forum-badge" src="/images/pb/arp1_7_34.png" title="10 year badge for Africa Rainfall Project" alt="" /> 							<img class="forum-badge" src="/images/pb/opn1_7_34.png" title="10 year badge for OpenPandemics - COVID-19" alt="" /> 					          </td>    <td valign="top">      <table width="100%" class="noborder" cellpadding="0" cellspacing="0">        <tr>          <td width="100%" valign="top" class="messageTextBold">                                                                 <a href="addpost?parent=694170"><img src="/forums/mvnplugin/mvnforum/images/icon/button_reply.gif" border="0" alt="Reply to this Post" title="Reply to this Post" /></a>                <a href="addpost?parent=694170&quote=yes"><img src="/forums/mvnplugin/mvnforum/images/icon/button_quote.gif" border="0" alt="Reply with Quote" title="Reply with Quote" /></a>                                     </td>                  </tr>        <tr>          <td width="100%" colspan="2" valign="top" class="messageTextBold" align="left">                                     <span id="posttopic_694170">              Re: 6 letters word game - replace 2 letters                          </span>          </td>        </tr>      </table>      <hr size="1" noshade="noshade"/>      <div class="bodyDiv">      gropes<br />      </div>                                         </td>  </tr>  <tr class="portlet-section-alternate">    <td>      <table class="noborder" width="100%" cellpadding="0" cellspacing="0">        <tr class="portlet-section-alternate">          <td nowrap="nowrap">          [Feb 13, 2024 12:15:36 AM]                    </td>          <td width="100%">                                                   </td>          <td nowrap="nowrap">            <a href="viewpostinthread?post=694170"><img src="/forums/mvnplugin/mvnforum/images/icon/link.png" border="0" alt="Link" title="Link" /></a>                            <img src="/forums/mvnplugin/mvnforum/images/icon/threat.png" border="0" alt="Report threatening or abusive post: please login first" title="Report threatening or abusive post: please login first" />                         <a href="#"><img src="/forums/mvnplugin/mvnforum/images/icon/up.png" border="0" alt="Go to top" title="Go to top" /></a>           </td>        </tr>      </table>    </td>  </tr></table>      <a name="694171"></a> <table class="tborder" width="95%" cellspacing="0" cellpadding="5" align="center">  <tr class="portlet-section-body">    <td width="155" rowspan="2" valign="top">                      <a href="viewmember?member=Mike.Gibson" class="memberName">Mike.Gibson</a>        <br/>        Ace Cruncher        <br/>                                        England<br/>                              Joined: <b>Aug 23, 2007</b><br/>                             Post Count: <b>12594</b><br/>                           Status:          <b>              Offline          </b>                <br />                Project Badges:        <br />        					<img class="forum-badge" src="/images/pb/beta_2_34.png" title="90 day badge for Beta Testing" alt="" /> 							<img class="forum-badge" src="/images/pb/faah_5_34.png" title="2 year badge for FightAIDS@Home" alt="" /> 							<img class="forum-badge" src="/images/pb/hpf2_4_34.png" title="1 year badge for Human Proteome Folding - Phase 2" alt="" /> 							<img class="forum-badge" src="/images/pb/dddt_1_34.png" title="45 day badge for Discovering Dengue Drugs - Together" alt="" /> 							<img class="forum-badge" src="/images/pb/hcc1_4_34.png" title="1 year badge for Help Conquer Cancer" alt="" /> 							<img class="forum-badge" src="/images/pb/rice_0_34.png" title="14 day badge for Nutritious Rice for the World" alt="" /> 							<img class="forum-badge" src="/images/pb/hfcc_3_34.png" title="180 day badge for Help Fight Childhood Cancer" alt="" /> 							<img class="forum-badge" src="/images/pb/hcmd2_2_34.png" title="90 day badge for Help Cure Muscular Dystrophy - Phase 2" alt="" /> 							<img class="forum-badge" src="/images/pb/dddt2_0_34.png" title="14 day badge for Discovering Dengue Drugs - Together - Phase 2" alt="" /> 							<img class="forum-badge" src="/images/pb/cep2_6_34.png" title="5 year badge for The Clean Energy Project - Phase 2" alt="" /> 							<img class="forum-badge" src="/images/pb/c4cw_2_34.png" title="90 day badge for Computing for Clean Water" alt="" /> 							<img class="forum-badge" src="/images/pb/dsfl_4_34.png" title="1 year badge for Drug Search for Leishmaniasis" alt="" /> 							<img class="forum-badge" src="/images/pb/gfam_3_34.png" title="180 day badge for GO Fight Against Malaria" alt="" /> 							<img class="forum-badge" src="/images/pb/sn2s_3_34.png" title="180 day badge for Say No to Schistosoma" alt="" /> 							<img class="forum-badge" src="/images/pb/cfsw_1_34.png" title="45 day badge for Computing for Sustainable Water" alt="" /> 							<img class="forum-badge" src="/images/pb/mcm1_9_34.png" title="50 year badge for Mapping Cancer Markers" alt="" /> 							<img class="forum-badge" src="/images/pb/ugm1_6_34.png" title="5 year badge for Uncovering Genome Mysteries" alt="" /> 							<img class="forum-badge" src="/images/pb/oet1_6_34.png" title="5 year badge for Outsmart Ebola Together" alt="" /> 							<img class="forum-badge" src="/images/pb/fahb_6_34.png" title="5 year badge for FightAIDS@Home - Phase 2" alt="" /> 							<img class="forum-badge" src="/images/pb/hst1_6_34.png" title="5 year badge for Help Stop TB" alt="" /> 							<img class="forum-badge" src="/images/pb/zika_5_34.png" title="2 year badge for OpenZika" alt="" /> 							<img class="forum-badge" src="/images/pb/scc1_6_34.png" title="5 year badge for Smash Childhood Cancer" alt="" /> 							<img class="forum-badge" src="/images/pb/mip1_5_34.png" title="2 year badge for Microbiome Immunity Project" alt="" /> 							<img class="forum-badge" src="/images/pb/arp1_7_34.png" title="10 year badge for Africa Rainfall Project" alt="" /> 							<img class="forum-badge" src="/images/pb/opn1_7_34.png" title="10 year badge for OpenPandemics - COVID-19" alt="" /> 					          </td>    <td valign="top">      <table width="100%" class="noborder" cellpadding="0" cellspacing="0">        <tr>          <td width="100%" valign="top" class="messageTextBold">                                                                 <a href="addpost?parent=694171"><img src="/forums/mvnplugin/mvnforum/images/icon/button_reply.gif" border="0" alt="Reply to this Post" title="Reply to this Post" /></a>                <a href="addpost?parent=694171&quote=yes"><img src="/forums/mvnplugin/mvnforum/images/icon/button_quote.gif" border="0" alt="Reply with Quote" title="Reply with Quote" /></a>                                     </td>                  </tr>        <tr>          <td width="100%" colspan="2" valign="top" class="messageTextBold" align="left">                                     <span id="posttopic_694171">              Re: 6 letters word game - replace 2 letters                          </span>          </td>        </tr>      </table>      <hr size="1" noshade="noshade"/>      <div class="bodyDiv">      Dansahubeb<br /><br />Your post would have been better on the discussion thread alongside this one.<br /><br />Mike<br />      </div>                                         </td>  </tr>  <tr class="portlet-section-body">    <td>      <table class="noborder" width="100%" cellpadding="0" cellspacing="0">        <tr class="portlet-section-body">          <td nowrap="nowrap">          [Feb 13, 2024 12:20:21 AM]                    </td>          <td width="100%">                                                   </td>          <td nowrap="nowrap">            <a href="viewpostinthread?post=694171"><img src="/forums/mvnplugin/mvnforum/images/icon/link.png" border="0" alt="Link" title="Link" /></a>                            <img src="/forums/mvnplugin/mvnforum/images/icon/threat.png" border="0" alt="Report threatening or abusive post: please login first" title="Report threatening or abusive post: please login first" />                         <a href="#"><img src="/forums/mvnplugin/mvnforum/images/icon/up.png" border="0" alt="Go to top" title="Go to top" /></a>           </td>        </tr>      </table>    </td>  </tr></table>      <a name="694177"></a> <table class="tborder" width="95%" cellspacing="0" cellpadding="5" align="center">  <tr class="portlet-section-alternate">    <td width="155" rowspan="2" valign="top">                      <a href="viewmember?member=sptrog1" class="memberName">sptrog1</a>        <br/>        Master Cruncher        <br/>                                                      Joined: <b>Dec 12, 2017</b><br/>                             Post Count: <b>1585</b><br/>                           Status:          <b>              Offline          </b>                <br />                Project Badges:        <br />        					<img class="forum-badge" src="/images/pb/mcm1_6_34.png" title="5 year badge for Mapping Cancer Markers" alt="" /> 							<img class="forum-badge" src="/images/pb/oet1_2_34.png" title="90 day badge for Outsmart Ebola Together" alt="" /> 							<img class="forum-badge" src="/images/pb/fahb_3_34.png" title="180 day badge for FightAIDS@Home - Phase 2" alt="" /> 							<img class="forum-badge" src="/images/pb/hst1_3_34.png" title="180 day badge for Help Stop TB" alt="" /> 							<img class="forum-badge" src="/images/pb/zika_2_34.png" title="90 day badge for OpenZika" alt="" /> 							<img class="forum-badge" src="/images/pb/scc1_3_34.png" title="180 day badge for Smash Childhood Cancer" alt="" /> 							<img class="forum-badge" src="/images/pb/mip1_6_34.png" title="5 year badge for Microbiome Immunity Project" alt="" /> 							<img class="forum-badge" src="/images/pb/arp1_5_34.png" title="2 year badge for Africa Rainfall Project" alt="" /> 							<img class="forum-badge" src="/images/pb/opn1_6_34.png" title="5 year badge for OpenPandemics - COVID-19" alt="" /> 					          </td>    <td valign="top">      <table width="100%" class="noborder" cellpadding="0" cellspacing="0">        <tr>          <td width="100%" valign="top" class="messageTextBold">                                                                 <a href="addpost?parent=694177"><img src="/forums/mvnplugin/mvnforum/images/icon/button_reply.gif" border="0" alt="Reply to this Post" title="Reply to this Post" /></a>                <a href="addpost?parent=694177&quote=yes"><img src="/forums/mvnplugin/mvnforum/images/icon/button_quote.gif" border="0" alt="Reply with Quote" title="Reply with Quote" /></a>                                     </td>                  </tr>        <tr>          <td width="100%" colspan="2" valign="top" class="messageTextBold" align="left">                                     <span id="posttopic_694177">              Re: 6 letters word game - replace 2 letters                          </span>          </td>        </tr>      </table>      <hr size="1" noshade="noshade"/>      <div class="bodyDiv">      voters<br />      </div>                                         </td>  </tr>  <tr class="portlet-section-alternate">    <td>      <table class="noborder" width="100%" cellpadding="0" cellspacing="0">        <tr class="portlet-section-alternate">          <td nowrap="nowrap">          [Feb 13, 2024 5:48:29 AM]                    </td>          <td width="100%">                                                   </td>          <td nowrap="nowrap">            <a href="viewpostinthread?post=694177"><img src="/forums/mvnplugin/mvnforum/images/icon/link.png" border="0" alt="Link" title="Link" /></a>                            <img src="/forums/mvnplugin/mvnforum/images/icon/threat.png" border="0" alt="Report threatening or abusive post: please login first" title="Report threatening or abusive post: please login first" />                         <a href="#"><img src="/forums/mvnplugin/mvnforum/images/icon/up.png" border="0" alt="Go to top" title="Go to top" /></a>           </td>        </tr>      </table>    </td>  </tr></table>      <a name="694192"></a> <table class="tborder" width="95%" cellspacing="0" cellpadding="5" align="center">  <tr class="portlet-section-body">    <td width="155" rowspan="2" valign="top">                      <a href="viewmember?member=Mike.Gibson" class="memberName">Mike.Gibson</a>        <br/>        Ace Cruncher        <br/>                                        England<br/>                              Joined: <b>Aug 23, 2007</b><br/>                             Post Count: <b>12594</b><br/>                           Status:          <b>              Offline          </b>                <br />                Project Badges:        <br />        					<img class="forum-badge" src="/images/pb/beta_2_34.png" title="90 day badge for Beta Testing" alt="" /> 							<img class="forum-badge" src="/images/pb/faah_5_34.png" title="2 year badge for FightAIDS@Home" alt="" /> 							<img class="forum-badge" src="/images/pb/hpf2_4_34.png" title="1 year badge for Human Proteome Folding - Phase 2" alt="" /> 							<img class="forum-badge" src="/images/pb/dddt_1_34.png" title="45 day badge for Discovering Dengue Drugs - Together" alt="" /> 							<img class="forum-badge" src="/images/pb/hcc1_4_34.png" title="1 year badge for Help Conquer Cancer" alt="" /> 							<img class="forum-badge" src="/images/pb/rice_0_34.png" title="14 day badge for Nutritious Rice for the World" alt="" /> 							<img class="forum-badge" src="/images/pb/hfcc_3_34.png" title="180 day badge for Help Fight Childhood Cancer" alt="" /> 							<img class="forum-badge" src="/images/pb/hcmd2_2_34.png" title="90 day badge for Help Cure Muscular Dystrophy - Phase 2" alt="" /> 							<img class="forum-badge" src="/images/pb/dddt2_0_34.png" title="14 day badge for Discovering Dengue Drugs - Together - Phase 2" alt="" /> 							<img class="forum-badge" src="/images/pb/cep2_6_34.png" title="5 year badge for The Clean Energy Project - Phase 2" alt="" /> 							<img class="forum-badge" src="/images/pb/c4cw_2_34.png" title="90 day badge for Computing for Clean Water" alt="" /> 							<img class="forum-badge" src="/images/pb/dsfl_4_34.png" title="1 year badge for Drug Search for Leishmaniasis" alt="" /> 							<img class="forum-badge" src="/images/pb/gfam_3_34.png" title="180 day badge for GO Fight Against Malaria" alt="" /> 							<img class="forum-badge" src="/images/pb/sn2s_3_34.png" title="180 day badge for Say No to Schistosoma" alt="" /> 							<img class="forum-badge" src="/images/pb/cfsw_1_34.png" title="45 day badge for Computing for Sustainable Water" alt="" /> 							<img class="forum-badge" src="/images/pb/mcm1_9_34.png" title="50 year badge for Mapping Cancer Markers" alt="" /> 							<img class="forum-badge" src="/images/pb/ugm1_6_34.png" title="5 year badge for Uncovering Genome Mysteries" alt="" /> 							<img class="forum-badge" src="/images/pb/oet1_6_34.png" title="5 year badge for Outsmart Ebola Together" alt="" /> 							<img class="forum-badge" src="/images/pb/fahb_6_34.png" title="5 year badge for FightAIDS@Home - Phase 2" alt="" /> 							<img class="forum-badge" src="/images/pb/hst1_6_34.png" title="5 year badge for Help Stop TB" alt="" /> 							<img class="forum-badge" src="/images/pb/zika_5_34.png" title="2 year badge for OpenZika" alt="" /> 							<img class="forum-badge" src="/images/pb/scc1_6_34.png" title="5 year badge for Smash Childhood Cancer" alt="" /> 							<img class="forum-badge" src="/images/pb/mip1_5_34.png" title="2 year badge for Microbiome Immunity Project" alt="" /> 							<img class="forum-badge" src="/images/pb/arp1_7_34.png" title="10 year badge for Africa Rainfall Project" alt="" /> 							<img class="forum-badge" src="/images/pb/opn1_7_34.png" title="10 year badge for OpenPandemics - COVID-19" alt="" /> 					          </td>    <td valign="top">      <table width="100%" class="noborder" cellpadding="0" cellspacing="0">        <tr>          <td width="100%" valign="top" class="messageTextBold">                                                                 <a href="addpost?parent=694192"><img src="/forums/mvnplugin/mvnforum/images/icon/button_reply.gif" border="0" alt="Reply to this Post" title="Reply to this Post" /></a>                <a href="addpost?parent=694192&quote=yes"><img src="/forums/mvnplugin/mvnforum/images/icon/button_quote.gif" border="0" alt="Reply with Quote" title="Reply with Quote" /></a>                                     </td>                  </tr>        <tr>          <td width="100%" colspan="2" valign="top" class="messageTextBold" align="left">                                     <span id="posttopic_694192">              Re: 6 letters word game - replace 2 letters                          </span>          </td>        </tr>      </table>      <hr size="1" noshade="noshade"/>      <div class="bodyDiv">      waters<br />      </div>                                         </td>  </tr>  <tr class="portlet-section-body">    <td>      <table class="noborder" width="100%" cellpadding="0" cellspacing="0">        <tr class="portlet-section-body">          <td nowrap="nowrap">          [Feb 13, 2024 6:09:50 PM]                    </td>          <td width="100%">                                                   </td>          <td nowrap="nowrap">            <a href="viewpostinthread?post=694192"><img src="/forums/mvnplugin/mvnforum/images/icon/link.png" border="0" alt="Link" title="Link" /></a>                            <img src="/forums/mvnplugin/mvnforum/images/icon/threat.png" border="0" alt="Report threatening or abusive post: please login first" title="Report threatening or abusive post: please login first" />                         <a href="#"><img src="/forums/mvnplugin/mvnforum/images/icon/up.png" border="0" alt="Go to top" title="Go to top" /></a>           </td>        </tr>      </table>    </td>  </tr></table>      <a name="694243"></a> <table class="tborder" width="95%" cellspacing="0" cellpadding="5" align="center">  <tr class="portlet-section-alternate">    <td width="155" rowspan="2" valign="top">                      <a href="viewmember?member=sptrog1" class="memberName">sptrog1</a>        <br/>        Master Cruncher        <br/>                                                      Joined: <b>Dec 12, 2017</b><br/>                             Post Count: <b>1585</b><br/>                           Status:          <b>              Offline          </b>                <br />                Project Badges:        <br />        					<img class="forum-badge" src="/images/pb/mcm1_6_34.png" title="5 year badge for Mapping Cancer Markers" alt="" /> 							<img class="forum-badge" src="/images/pb/oet1_2_34.png" title="90 day badge for Outsmart Ebola Together" alt="" /> 							<img class="forum-badge" src="/images/pb/fahb_3_34.png" title="180 day badge for FightAIDS@Home - Phase 2" alt="" /> 							<img class="forum-badge" src="/images/pb/hst1_3_34.png" title="180 day badge for Help Stop TB" alt="" /> 							<img class="forum-badge" src="/images/pb/zika_2_34.png" title="90 day badge for OpenZika" alt="" /> 							<img class="forum-badge" src="/images/pb/scc1_3_34.png" title="180 day badge for Smash Childhood Cancer" alt="" /> 							<img class="forum-badge" src="/images/pb/mip1_6_34.png" title="5 year badge for Microbiome Immunity Project" alt="" /> 							<img class="forum-badge" src="/images/pb/arp1_5_34.png" title="2 year badge for Africa Rainfall Project" alt="" /> 							<img class="forum-badge" src="/images/pb/opn1_6_34.png" title="5 year badge for OpenPandemics - COVID-19" alt="" /> 					          </td>    <td valign="top">      <table width="100%" class="noborder" cellpadding="0" cellspacing="0">        <tr>          <td width="100%" valign="top" class="messageTextBold">                                                                 <a href="addpost?parent=694243"><img src="/forums/mvnplugin/mvnforum/images/icon/button_reply.gif" border="0" alt="Reply to this Post" title="Reply to this Post" /></a>                <a href="addpost?parent=694243&quote=yes"><img src="/forums/mvnplugin/mvnforum/images/icon/button_quote.gif" border="0" alt="Reply with Quote" title="Reply with Quote" /></a>                                     </td>                  </tr>        <tr>          <td width="100%" colspan="2" valign="top" class="messageTextBold" align="left">                                     <span id="posttopic_694243">              Re: 6 letters word game - replace 2 letters                          </span>          </td>        </tr>      </table>      <hr size="1" noshade="noshade"/>      <div class="bodyDiv">      rafter<br />      </div>                                         </td>  </tr>  <tr class="portlet-section-alternate">    <td>      <table class="noborder" width="100%" cellpadding="0" cellspacing="0">        <tr class="portlet-section-alternate">          <td nowrap="nowrap">          [Feb 15, 2024 12:53:18 AM]                    </td>          <td width="100%">                                                   </td>          <td nowrap="nowrap">            <a href="viewpostinthread?post=694243"><img src="/forums/mvnplugin/mvnforum/images/icon/link.png" border="0" alt="Link" title="Link" /></a>                            <img src="/forums/mvnplugin/mvnforum/images/icon/threat.png" border="0" alt="Report threatening or abusive post: please login first" title="Report threatening or abusive post: please login first" />                         <a href="#"><img src="/forums/mvnplugin/mvnforum/images/icon/up.png" border="0" alt="Go to top" title="Go to top" /></a>           </td>        </tr>      </table>    </td>  </tr></table>      <a name="694244"></a> <table class="tborder" width="95%" cellspacing="0" cellpadding="5" align="center">  <tr class="portlet-section-body">    <td width="155" rowspan="2" valign="top">                      <a href="viewmember?member=Mike.Gibson" class="memberName">Mike.Gibson</a>        <br/>        Ace Cruncher        <br/>                                        England<br/>                              Joined: <b>Aug 23, 2007</b><br/>                             Post Count: <b>12594</b><br/>                           Status:          <b>              Offline          </b>                <br />                Project Badges:        <br />        					<img class="forum-badge" src="/images/pb/beta_2_34.png" title="90 day badge for Beta Testing" alt="" /> 							<img class="forum-badge" src="/images/pb/faah_5_34.png" title="2 year badge for FightAIDS@Home" alt="" /> 							<img class="forum-badge" src="/images/pb/hpf2_4_34.png" title="1 year badge for Human Proteome Folding - Phase 2" alt="" /> 							<img class="forum-badge" src="/images/pb/dddt_1_34.png" title="45 day badge for Discovering Dengue Drugs - Together" alt="" /> 							<img class="forum-badge" src="/images/pb/hcc1_4_34.png" title="1 year badge for Help Conquer Cancer" alt="" /> 							<img class="forum-badge" src="/images/pb/rice_0_34.png" title="14 day badge for Nutritious Rice for the World" alt="" /> 							<img class="forum-badge" src="/images/pb/hfcc_3_34.png" title="180 day badge for Help Fight Childhood Cancer" alt="" /> 							<img class="forum-badge" src="/images/pb/hcmd2_2_34.png" title="90 day badge for Help Cure Muscular Dystrophy - Phase 2" alt="" /> 							<img class="forum-badge" src="/images/pb/dddt2_0_34.png" title="14 day badge for Discovering Dengue Drugs - Together - Phase 2" alt="" /> 							<img class="forum-badge" src="/images/pb/cep2_6_34.png" title="5 year badge for The Clean Energy Project - Phase 2" alt="" /> 							<img class="forum-badge" src="/images/pb/c4cw_2_34.png" title="90 day badge for Computing for Clean Water" alt="" /> 							<img class="forum-badge" src="/images/pb/dsfl_4_34.png" title="1 year badge for Drug Search for Leishmaniasis" alt="" /> 							<img class="forum-badge" src="/images/pb/gfam_3_34.png" title="180 day badge for GO Fight Against Malaria" alt="" /> 							<img class="forum-badge" src="/images/pb/sn2s_3_34.png" title="180 day badge for Say No to Schistosoma" alt="" /> 							<img class="forum-badge" src="/images/pb/cfsw_1_34.png" title="45 day badge for Computing for Sustainable Water" alt="" /> 							<img class="forum-badge" src="/images/pb/mcm1_9_34.png" title="50 year badge for Mapping Cancer Markers" alt="" /> 							<img class="forum-badge" src="/images/pb/ugm1_6_34.png" title="5 year badge for Uncovering Genome Mysteries" alt="" /> 							<img class="forum-badge" src="/images/pb/oet1_6_34.png" title="5 year badge for Outsmart Ebola Together" alt="" /> 							<img class="forum-badge" src="/images/pb/fahb_6_34.png" title="5 year badge for FightAIDS@Home - Phase 2" alt="" /> 							<img class="forum-badge" src="/images/pb/hst1_6_34.png" title="5 year badge for Help Stop TB" alt="" /> 							<img class="forum-badge" src="/images/pb/zika_5_34.png" title="2 year badge for OpenZika" alt="" /> 							<img class="forum-badge" src="/images/pb/scc1_6_34.png" title="5 year badge for Smash Childhood Cancer" alt="" /> 							<img class="forum-badge" src="/images/pb/mip1_5_34.png" title="2 year badge for Microbiome Immunity Project" alt="" /> 							<img class="forum-badge" src="/images/pb/arp1_7_34.png" title="10 year badge for Africa Rainfall Project" alt="" /> 							<img class="forum-badge" src="/images/pb/opn1_7_34.png" title="10 year badge for OpenPandemics - COVID-19" alt="" /> 					          </td>    <td valign="top">      <table width="100%" class="noborder" cellpadding="0" cellspacing="0">        <tr>          <td width="100%" valign="top" class="messageTextBold">                                                                 <a href="addpost?parent=694244"><img src="/forums/mvnplugin/mvnforum/images/icon/button_reply.gif" border="0" alt="Reply to this Post" title="Reply to this Post" /></a>                <a href="addpost?parent=694244&quote=yes"><img src="/forums/mvnplugin/mvnforum/images/icon/button_quote.gif" border="0" alt="Reply with Quote" title="Reply with Quote" /></a>                                     </td>                  </tr>        <tr>          <td width="100%" colspan="2" valign="top" class="messageTextBold" align="left">                                     <span id="posttopic_694244">              Re: 6 letters word game - replace 2 letters                          </span>          </td>        </tr>      </table>      <hr size="1" noshade="noshade"/>      <div class="bodyDiv">      halter<br />      </div>                                         </td>  </tr>  <tr class="portlet-section-body">    <td>      <table class="noborder" width="100%" cellpadding="0" cellspacing="0">        <tr class="portlet-section-body">          <td nowrap="nowrap">          [Feb 15, 2024 12:57:52 AM]                    </td>          <td width="100%">                                                   </td>          <td nowrap="nowrap">            <a href="viewpostinthread?post=694244"><img src="/forums/mvnplugin/mvnforum/images/icon/link.png" border="0" alt="Link" title="Link" /></a>                            <img src="/forums/mvnplugin/mvnforum/images/icon/threat.png" border="0" alt="Report threatening or abusive post: please login first" title="Report threatening or abusive post: please login first" />                         <a href="#"><img src="/forums/mvnplugin/mvnforum/images/icon/up.png" border="0" alt="Go to top" title="Go to top" /></a>           </td>        </tr>      </table>    </td>  </tr></table>      <a name="694293"></a> <table class="tborder" width="95%" cellspacing="0" cellpadding="5" align="center">  <tr class="portlet-section-alternate">    <td width="155" rowspan="2" valign="top">                      <a href="viewmember?member=sptrog1" class="memberName">sptrog1</a>        <br/>        Master Cruncher        <br/>                                                      Joined: <b>Dec 12, 2017</b><br/>                             Post Count: <b>1585</b><br/>                           Status:          <b>              Offline          </b>                <br />                Project Badges:        <br />        					<img class="forum-badge" src="/images/pb/mcm1_6_34.png" title="5 year badge for Mapping Cancer Markers" alt="" /> 							<img class="forum-badge" src="/images/pb/oet1_2_34.png" title="90 day badge for Outsmart Ebola Together" alt="" /> 							<img class="forum-badge" src="/images/pb/fahb_3_34.png" title="180 day badge for FightAIDS@Home - Phase 2" alt="" /> 							<img class="forum-badge" src="/images/pb/hst1_3_34.png" title="180 day badge for Help Stop TB" alt="" /> 							<img class="forum-badge" src="/images/pb/zika_2_34.png" title="90 day badge for OpenZika" alt="" /> 							<img class="forum-badge" src="/images/pb/scc1_3_34.png" title="180 day badge for Smash Childhood Cancer" alt="" /> 							<img class="forum-badge" src="/images/pb/mip1_6_34.png" title="5 year badge for Microbiome Immunity Project" alt="" /> 							<img class="forum-badge" src="/images/pb/arp1_5_34.png" title="2 year badge for Africa Rainfall Project" alt="" /> 							<img class="forum-badge" src="/images/pb/opn1_6_34.png" title="5 year badge for OpenPandemics - COVID-19" alt="" /> 					          </td>    <td valign="top">      <table width="100%" class="noborder" cellpadding="0" cellspacing="0">        <tr>          <td width="100%" valign="top" class="messageTextBold">                                                                 <a href="addpost?parent=694293"><img src="/forums/mvnplugin/mvnforum/images/icon/button_reply.gif" border="0" alt="Reply to this Post" title="Reply to this Post" /></a>                <a href="addpost?parent=694293&quote=yes"><img src="/forums/mvnplugin/mvnforum/images/icon/button_quote.gif" border="0" alt="Reply with Quote" title="Reply with Quote" /></a>                                     </td>                  </tr>        <tr>          <td width="100%" colspan="2" valign="top" class="messageTextBold" align="left">                                     <span id="posttopic_694293">              Re: 6 letters word game - replace 2 letters                          </span>          </td>        </tr>      </table>      <hr size="1" noshade="noshade"/>      <div class="bodyDiv">      paltry<br />      </div>                                         </td>  </tr>  <tr class="portlet-section-alternate">    <td>      <table class="noborder" width="100%" cellpadding="0" cellspacing="0">        <tr class="portlet-section-alternate">          <td nowrap="nowrap">          [Feb 17, 2024 3:37:48 AM]                    </td>          <td width="100%">                                                   </td>          <td nowrap="nowrap">            <a href="viewpostinthread?post=694293"><img src="/forums/mvnplugin/mvnforum/images/icon/link.png" border="0" alt="Link" title="Link" /></a>                            <img src="/forums/mvnplugin/mvnforum/images/icon/threat.png" border="0" alt="Report threatening or abusive post: please login first" title="Report threatening or abusive post: please login first" />                         <a href="#"><img src="/forums/mvnplugin/mvnforum/images/icon/up.png" border="0" alt="Go to top" title="Go to top" /></a>           </td>        </tr>      </table>    </td>  </tr></table>      <a name="694325"></a> <table class="tborder" width="95%" cellspacing="0" cellpadding="5" align="center">  <tr class="portlet-section-body">    <td width="155" rowspan="2" valign="top">                      <a href="viewmember?member=Mike.Gibson" class="memberName">Mike.Gibson</a>        <br/>        Ace Cruncher        <br/>                                        England<br/>                              Joined: <b>Aug 23, 2007</b><br/>                             Post Count: <b>12594</b><br/>                           Status:          <b>              Offline          </b>                <br />                Project Badges:        <br />        					<img class="forum-badge" src="/images/pb/beta_2_34.png" title="90 day badge for Beta Testing" alt="" /> 							<img class="forum-badge" src="/images/pb/faah_5_34.png" title="2 year badge for FightAIDS@Home" alt="" /> 							<img class="forum-badge" src="/images/pb/hpf2_4_34.png" title="1 year badge for Human Proteome Folding - Phase 2" alt="" /> 							<img class="forum-badge" src="/images/pb/dddt_1_34.png" title="45 day badge for Discovering Dengue Drugs - Together" alt="" /> 							<img class="forum-badge" src="/images/pb/hcc1_4_34.png" title="1 year badge for Help Conquer Cancer" alt="" /> 							<img class="forum-badge" src="/images/pb/rice_0_34.png" title="14 day badge for Nutritious Rice for the World" alt="" /> 							<img class="forum-badge" src="/images/pb/hfcc_3_34.png" title="180 day badge for Help Fight Childhood Cancer" alt="" /> 							<img class="forum-badge" src="/images/pb/hcmd2_2_34.png" title="90 day badge for Help Cure Muscular Dystrophy - Phase 2" alt="" /> 							<img class="forum-badge" src="/images/pb/dddt2_0_34.png" title="14 day badge for Discovering Dengue Drugs - Together - Phase 2" alt="" /> 							<img class="forum-badge" src="/images/pb/cep2_6_34.png" title="5 year badge for The Clean Energy Project - Phase 2" alt="" /> 							<img class="forum-badge" src="/images/pb/c4cw_2_34.png" title="90 day badge for Computing for Clean Water" alt="" /> 							<img class="forum-badge" src="/images/pb/dsfl_4_34.png" title="1 year badge for Drug Search for Leishmaniasis" alt="" /> 							<img class="forum-badge" src="/images/pb/gfam_3_34.png" title="180 day badge for GO Fight Against Malaria" alt="" /> 							<img class="forum-badge" src="/images/pb/sn2s_3_34.png" title="180 day badge for Say No to Schistosoma" alt="" /> 							<img class="forum-badge" src="/images/pb/cfsw_1_34.png" title="45 day badge for Computing for Sustainable Water" alt="" /> 							<img class="forum-badge" src="/images/pb/mcm1_9_34.png" title="50 year badge for Mapping Cancer Markers" alt="" /> 							<img class="forum-badge" src="/images/pb/ugm1_6_34.png" title="5 year badge for Uncovering Genome Mysteries" alt="" /> 							<img class="forum-badge" src="/images/pb/oet1_6_34.png" title="5 year badge for Outsmart Ebola Together" alt="" /> 							<img class="forum-badge" src="/images/pb/fahb_6_34.png" title="5 year badge for FightAIDS@Home - Phase 2" alt="" /> 							<img class="forum-badge" src="/images/pb/hst1_6_34.png" title="5 year badge for Help Stop TB" alt="" /> 							<img class="forum-badge" src="/images/pb/zika_5_34.png" title="2 year badge for OpenZika" alt="" /> 							<img class="forum-badge" src="/images/pb/scc1_6_34.png" title="5 year badge for Smash Childhood Cancer" alt="" /> 							<img class="forum-badge" src="/images/pb/mip1_5_34.png" title="2 year badge for Microbiome Immunity Project" alt="" /> 							<img class="forum-badge" src="/images/pb/arp1_7_34.png" title="10 year badge for Africa Rainfall Project" alt="" /> 							<img class="forum-badge" src="/images/pb/opn1_7_34.png" title="10 year badge for OpenPandemics - COVID-19" alt="" /> 					          </td>    <td valign="top">      <table width="100%" class="noborder" cellpadding="0" cellspacing="0">        <tr>          <td width="100%" valign="top" class="messageTextBold">                                                                 <a href="addpost?parent=694325"><img src="/forums/mvnplugin/mvnforum/images/icon/button_reply.gif" border="0" alt="Reply to this Post" title="Reply to this Post" /></a>                <a href="addpost?parent=694325&quote=yes"><img src="/forums/mvnplugin/mvnforum/images/icon/button_quote.gif" border="0" alt="Reply with Quote" title="Reply with Quote" /></a>                                     </td>                  </tr>        <tr>          <td width="100%" colspan="2" valign="top" class="messageTextBold" align="left">                                     <span id="posttopic_694325">              Re: 6 letters word game - replace 2 letters                          </span>          </td>        </tr>      </table>      <hr size="1" noshade="noshade"/>      <div class="bodyDiv">      trophy<br />      </div>                                         </td>  </tr>  <tr class="portlet-section-body">    <td>      <table class="noborder" width="100%" cellpadding="0" cellspacing="0">        <tr class="portlet-section-body">          <td nowrap="nowrap">          [Feb 17, 2024 6:46:07 PM]                    </td>          <td width="100%">                                                   </td>          <td nowrap="nowrap">            <a href="viewpostinthread?post=694325"><img src="/forums/mvnplugin/mvnforum/images/icon/link.png" border="0" alt="Link" title="Link" /></a>                            <img src="/forums/mvnplugin/mvnforum/images/icon/threat.png" border="0" alt="Report threatening or abusive post: please login first" title="Report threatening or abusive post: please login first" />                         <a href="#"><img src="/forums/mvnplugin/mvnforum/images/icon/up.png" border="0" alt="Go to top" title="Go to top" /></a>           </td>        </tr>      </table>    </td>  </tr></table>      <a name="694347"></a>   <a name="lastpost"></a> <table class="tborder" width="95%" cellspacing="0" cellpadding="5" align="center">  <tr class="portlet-section-alternate">    <td width="155" rowspan="2" valign="top">                      <a href="viewmember?member=sptrog1" class="memberName">sptrog1</a>        <br/>        Master Cruncher        <br/>                                                      Joined: <b>Dec 12, 2017</b><br/>                             Post Count: <b>1585</b><br/>                           Status:          <b>              Offline          </b>                <br />                Project Badges:        <br />        					<img class="forum-badge" src="/images/pb/mcm1_6_34.png" title="5 year badge for Mapping Cancer Markers" alt="" /> 							<img class="forum-badge" src="/images/pb/oet1_2_34.png" title="90 day badge for Outsmart Ebola Together" alt="" /> 							<img class="forum-badge" src="/images/pb/fahb_3_34.png" title="180 day badge for FightAIDS@Home - Phase 2" alt="" /> 							<img class="forum-badge" src="/images/pb/hst1_3_34.png" title="180 day badge for Help Stop TB" alt="" /> 							<img class="forum-badge" src="/images/pb/zika_2_34.png" title="90 day badge for OpenZika" alt="" /> 							<img class="forum-badge" src="/images/pb/scc1_3_34.png" title="180 day badge for Smash Childhood Cancer" alt="" /> 							<img class="forum-badge" src="/images/pb/mip1_6_34.png" title="5 year badge for Microbiome Immunity Project" alt="" /> 							<img class="forum-badge" src="/images/pb/arp1_5_34.png" title="2 year badge for Africa Rainfall Project" alt="" /> 							<img class="forum-badge" src="/images/pb/opn1_6_34.png" title="5 year badge for OpenPandemics - COVID-19" alt="" /> 					          </td>    <td valign="top">      <table width="100%" class="noborder" cellpadding="0" cellspacing="0">        <tr>          <td width="100%" valign="top" class="messageTextBold">                                                                 <a href="addpost?parent=694347"><img src="/forums/mvnplugin/mvnforum/images/icon/button_reply.gif" border="0" alt="Reply to this Post" title="Reply to this Post" /></a>                <a href="addpost?parent=694347&quote=yes"><img src="/forums/mvnplugin/mvnforum/images/icon/button_quote.gif" border="0" alt="Reply with Quote" title="Reply with Quote" /></a>                                     </td>                  </tr>        <tr>          <td width="100%" colspan="2" valign="top" class="messageTextBold" align="left">                                     <span id="posttopic_694347">              Re: 6 letters word game - replace 2 letters                          </span>          </td>        </tr>      </table>      <hr size="1" noshade="noshade"/>      <div class="bodyDiv">      throng<br />      </div>                                         </td>  </tr>  <tr class="portlet-section-alternate">    <td>      <table class="noborder" width="100%" cellpadding="0" cellspacing="0">        <tr class="portlet-section-alternate">          <td nowrap="nowrap">          [Feb 19, 2024 12:48:32 AM]                    </td>          <td width="100%">                                                   </td>          <td nowrap="nowrap">            <a href="viewpostinthread?post=694347"><img src="/forums/mvnplugin/mvnforum/images/icon/link.png" border="0" alt="Link" title="Link" /></a>                            <img src="/forums/mvnplugin/mvnforum/images/icon/threat.png" border="0" alt="Report threatening or abusive post: please login first" title="Report threatening or abusive post: please login first" />                         <a href="#"><img src="/forums/mvnplugin/mvnforum/images/icon/up.png" border="0" alt="Go to top" title="Go to top" /></a>           </td>        </tr>      </table>    </td>  </tr></table>    <table width="95%" align="center">  <tr>    <td class="portlet-font">      <table cellspacing="0" cellpadding="0">        <tr>          <td>              <table cellspacing="0" cellpadding="0">  <tr class="pager">    <td align="right" nowrap="nowrap">      Posts: 13904   Pages: 1391   [      <a href="viewthread_thread,40631_offset,13630" class="pager">Previous Page</a> |                        <a href="viewthread_thread,40631_offset,13590" class="pager">1360</a>                                <a href="viewthread_thread,40631_offset,13600" class="pager">1361</a>                                <a href="viewthread_thread,40631_offset,13610" class="pager">1362</a>                                <a href="viewthread_thread,40631_offset,13620" class="pager">1363</a>                                <a href="viewthread_thread,40631_offset,13630" class="pager">1364</a>                                <span class="pagerCurrent">1365</span>                                <a href="viewthread_thread,40631_offset,13650" class="pager">1366</a>                                <a href="viewthread_thread,40631_offset,13660" class="pager">1367</a>                                <a href="viewthread_thread,40631_offset,13670" class="pager">1368</a>                                <a href="viewthread_thread,40631_offset,13680" class="pager">1369</a>                    | <a href="viewthread_thread,40631_offset,13650" class="pager">Next Page</a> ]    </td>  </tr></table>            </td>          <td nowrap="nowrap">                        <b>[</b> <a href="viewthread_thread,40631_lastpage,yes#lastpost" class="pager">Jump to Last Post</a> <b>]</b>                      </td>        </tr>      </table>    </td>    <td align="right" class="portlet-font">          <a class="command" href="addpost?forum=41"><img src="/forums/mvnplugin/mvnforum/images/icon/button_new_thread.gif" border="0" alt="Post new Thread" title="Post new Thread" /></a>        </td>  </tr></table> <input type="hidden" name="previewUrl" id="previewUrl" value="addpost" />  <br/>     </div><div style="height: 64px;"> </div><div id="footer"></div><script src="/static/js/runtime-main.eec01e85.js"></script><script src="/static/js/2.2593f09a.chunk.js"></script><script src="/static/js/main.859d1bf2.chunk.js"></script> <script>wcg_init();</script>  </body></html>