<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.helminthictherapywiki.org/w139/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Zoran</id>
	<title>Helminthic Therapy wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.helminthictherapywiki.org/w139/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Zoran"/>
	<link rel="alternate" type="text/html" href="https://www.helminthictherapywiki.org/wiki/Special:Contributions/Zoran"/>
	<updated>2026-04-04T07:50:29Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.10</generator>
	<entry>
		<id>https://www.helminthictherapywiki.org/w139/index.php?title=MediaWiki:Common.css&amp;diff=18810</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://www.helminthictherapywiki.org/w139/index.php?title=MediaWiki:Common.css&amp;diff=18810"/>
		<updated>2025-07-24T16:52:35Z</updated>

		<summary type="html">&lt;p&gt;Zoran: rv&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
/* 19/09/2022 Zoran: Fix sizing of dropdown menu for Google Translate */&lt;br /&gt;
.goog-te-gadget .goog-te-combo {&lt;br /&gt;
	width: 95%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 23/12/2016 Robert: Hide title on home page Main_Page */ &lt;br /&gt;
/* body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } */&lt;br /&gt;
&lt;br /&gt;
/* Allow limiting of which header levels are shown in a TOC;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;toclimit-3&amp;quot;&amp;gt;, for instance, will limit to&lt;br /&gt;
   showing ==headings== and ===headings=== but no further&lt;br /&gt;
   (as long as there are no =headings= on the page, which&lt;br /&gt;
   there shouldn&#039;t be according to the MoS).&lt;br /&gt;
 */&lt;br /&gt;
.toclimit-2 .toclevel-2,&lt;br /&gt;
.toclimit-3 .toclevel-3,&lt;br /&gt;
.toclimit-4 .toclevel-4,&lt;br /&gt;
.toclimit-5 .toclevel-5,&lt;br /&gt;
.toclimit-6 .toclevel-6,&lt;br /&gt;
.toclimit-7 .toclevel-7 { display: none; }&lt;br /&gt;
&lt;br /&gt;
/* W3School style roll over effects (used by breadcrumb) &lt;br /&gt;
*/&lt;br /&gt;
.xdropbtn { padding:0px 2px 0px 2px; border: none; cursor: pointer; border-bottom:1px dashed #cccccc; }&lt;br /&gt;
.xdropdown { position: relative; display: inline-block; }&lt;br /&gt;
.xdropdown-content { display: none; position: absolute; background-color: #f9f9f9;min-width:150px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; }&lt;br /&gt;
.xdropdown:hover .xdropdown-content { display: block; }&lt;br /&gt;
.xdropdown:hover .xdropbtn {background-color: #D3EAFF }&lt;br /&gt;
&lt;br /&gt;
.xdropdown-content a {color:black; padding:1px 2px 3px 16px; text-decoration: none; display: block; }&lt;br /&gt;
.xdropdown-content a:hover {background-color:#99CEFF}&lt;br /&gt;
&lt;br /&gt;
/* .xMsgBox:hover { display: block; } */&lt;br /&gt;
&lt;br /&gt;
/* Original */&lt;br /&gt;
.dropbtn { background-color: #4CAF50; color: white; padding: 16px; font-size: 16px; border: none; cursor: pointer; }&lt;br /&gt;
.dropdown { position: relative; display: inline-block; }&lt;br /&gt;
.dropdown-content { display: none; position: absolute; background-color: #f9f9f9;min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; }&lt;br /&gt;
.dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; }&lt;br /&gt;
.dropdown-content a:hover {background-color: #f1f1f1}&lt;br /&gt;
.dropdown:hover .dropdown-content { display: block; }&lt;br /&gt;
.dropdown:hover .dropbtn {background-color: #3e8e41; }&lt;br /&gt;
&lt;br /&gt;
/* Home page column layout &lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
.rowAfter:after {  /* Clear floats after the columns */&lt;br /&gt;
    content: &amp;quot;&amp;quot;;&lt;br /&gt;
    display: table;&lt;br /&gt;
    clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.htcolumn {&lt;br /&gt;
    float: left;&lt;br /&gt;
    box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.htcolumn.htdesc {&lt;br /&gt;
    width: 33.33%;&lt;br /&gt;
    box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.htcolumn.httoc {&lt;br /&gt;
    width: 33.33%;&lt;br /&gt;
    box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen and (max-width: 800px) {&lt;br /&gt;
    .htcolumn.htdesc, .htcolumn.httoc {&lt;br /&gt;
        width: 100%;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* CSS Image Slideshow on Home page&lt;br /&gt;
*/&lt;br /&gt;
.cssSlider    {margin: 0px 10px 0px 0px; width: 100%; height: 100px; overflow: hidden; border: 0px solid #666; background-color:#333333;}&lt;br /&gt;
.sliderImages {min-width: 3381px; width: 3381px; height: 100px; overflow: hidden;    &lt;br /&gt;
&lt;br /&gt;
	/* animation duration: 22s = total time = each image display time  + each transition time */&lt;br /&gt;
	animation: slide 22s infinite;&lt;br /&gt;
	-moz-animation: slide 22s infinite;&lt;br /&gt;
	-webkit-animation: slide 22s infinite;&lt;br /&gt;
	-o-animation: slide 22s infinite;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@keyframes slide{&lt;br /&gt;
	0%{margin-left: 0px;}&lt;br /&gt;
	25%{margin-left: 0px;}&lt;br /&gt;
	50%{margin-left: -574px;}&lt;br /&gt;
	75%{margin-left: -574px;}&lt;br /&gt;
	100%{margin-left: 0px;}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@-moz-keyframes slide{&lt;br /&gt;
	0%{margin-left: 0px;}&lt;br /&gt;
	25%{margin-left: 0px;}&lt;br /&gt;
	50%{margin-left: -574px;}&lt;br /&gt;
	75%{margin-left: -574px;}&lt;br /&gt;
	100%{margin-left: 0px;}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@-webkit-keyframes slide{&lt;br /&gt;
	0%{margin-left: 0px;}&lt;br /&gt;
	25%{margin-left: 0px;}&lt;br /&gt;
	50%{margin-left: -574px;}&lt;br /&gt;
	75%{margin-left: -574px;}&lt;br /&gt;
	100%{margin-left: 0px;}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@-o-keyframes slide{&lt;br /&gt;
	0%{margin-left: 0px;}&lt;br /&gt;
	25%{margin-left: 0px;}&lt;br /&gt;
	50%{margin-left: -574px;}&lt;br /&gt;
	75%{margin-left: -574px;}&lt;br /&gt;
	100%{margin-left: 0px;}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a.goog-logo-link img {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
	<entry>
		<id>https://www.helminthictherapywiki.org/w139/index.php?title=MediaWiki:Common.css&amp;diff=18698</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://www.helminthictherapywiki.org/w139/index.php?title=MediaWiki:Common.css&amp;diff=18698"/>
		<updated>2025-07-21T04:40:54Z</updated>

		<summary type="html">&lt;p&gt;Zoran: Undo revision 18697 by Zoran (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
/* 19/09/2022 Zoran: Fix sizing of dropdown menu for Google Translate */&lt;br /&gt;
.goog-te-gadget .goog-te-combo {&lt;br /&gt;
	width: 95%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 23/12/2016 Robert: Hide title on home page Main_Page */ &lt;br /&gt;
/* body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } */&lt;br /&gt;
&lt;br /&gt;
/* Allow limiting of which header levels are shown in a TOC;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;toclimit-3&amp;quot;&amp;gt;, for instance, will limit to&lt;br /&gt;
   showing ==headings== and ===headings=== but no further&lt;br /&gt;
   (as long as there are no =headings= on the page, which&lt;br /&gt;
   there shouldn&#039;t be according to the MoS).&lt;br /&gt;
 */&lt;br /&gt;
.toclimit-2 .toclevel-2,&lt;br /&gt;
.toclimit-3 .toclevel-3,&lt;br /&gt;
.toclimit-4 .toclevel-4,&lt;br /&gt;
.toclimit-5 .toclevel-5,&lt;br /&gt;
.toclimit-6 .toclevel-6,&lt;br /&gt;
.toclimit-7 .toclevel-7 { display: none; }&lt;br /&gt;
&lt;br /&gt;
#toc {&lt;br /&gt;
	display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* W3School style roll over effects (used by breadcrumb) &lt;br /&gt;
*/&lt;br /&gt;
.xdropbtn { padding:0px 2px 0px 2px; border: none; cursor: pointer; border-bottom:1px dashed #cccccc; }&lt;br /&gt;
.xdropdown { position: relative; display: inline-block; }&lt;br /&gt;
.xdropdown-content { display: none; position: absolute; background-color: #f9f9f9;min-width:150px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; }&lt;br /&gt;
.xdropdown:hover .xdropdown-content { display: block; }&lt;br /&gt;
.xdropdown:hover .xdropbtn {background-color: #D3EAFF }&lt;br /&gt;
&lt;br /&gt;
.xdropdown-content a {color:black; padding:1px 2px 3px 16px; text-decoration: none; display: block; }&lt;br /&gt;
.xdropdown-content a:hover {background-color:#99CEFF}&lt;br /&gt;
&lt;br /&gt;
/* .xMsgBox:hover { display: block; } */&lt;br /&gt;
&lt;br /&gt;
/* Original */&lt;br /&gt;
.dropbtn { background-color: #4CAF50; color: white; padding: 16px; font-size: 16px; border: none; cursor: pointer; }&lt;br /&gt;
.dropdown { position: relative; display: inline-block; }&lt;br /&gt;
.dropdown-content { display: none; position: absolute; background-color: #f9f9f9;min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; }&lt;br /&gt;
.dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; }&lt;br /&gt;
.dropdown-content a:hover {background-color: #f1f1f1}&lt;br /&gt;
.dropdown:hover .dropdown-content { display: block; }&lt;br /&gt;
.dropdown:hover .dropbtn {background-color: #3e8e41; }&lt;br /&gt;
&lt;br /&gt;
/* Home page column layout &lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
.rowAfter:after {  /* Clear floats after the columns */&lt;br /&gt;
    content: &amp;quot;&amp;quot;;&lt;br /&gt;
    display: table;&lt;br /&gt;
    clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.htcolumn {&lt;br /&gt;
    float: left;&lt;br /&gt;
    box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.htcolumn.htdesc {&lt;br /&gt;
    width: 33.33%;&lt;br /&gt;
    box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.htcolumn.httoc {&lt;br /&gt;
    width: 33.33%;&lt;br /&gt;
    box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen and (max-width: 800px) {&lt;br /&gt;
    .htcolumn.htdesc, .htcolumn.httoc {&lt;br /&gt;
        width: 100%;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* CSS Image Slideshow on Home page&lt;br /&gt;
*/&lt;br /&gt;
.cssSlider    {margin: 0px 10px 0px 0px; width: 100%; height: 100px; overflow: hidden; border: 0px solid #666; background-color:#333333;}&lt;br /&gt;
.sliderImages {min-width: 3381px; width: 3381px; height: 100px; overflow: hidden;    &lt;br /&gt;
&lt;br /&gt;
	/* animation duration: 22s = total time = each image display time  + each transition time */&lt;br /&gt;
	animation: slide 22s infinite;&lt;br /&gt;
	-moz-animation: slide 22s infinite;&lt;br /&gt;
	-webkit-animation: slide 22s infinite;&lt;br /&gt;
	-o-animation: slide 22s infinite;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@keyframes slide{&lt;br /&gt;
	0%{margin-left: 0px;}&lt;br /&gt;
	25%{margin-left: 0px;}&lt;br /&gt;
	50%{margin-left: -574px;}&lt;br /&gt;
	75%{margin-left: -574px;}&lt;br /&gt;
	100%{margin-left: 0px;}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@-moz-keyframes slide{&lt;br /&gt;
	0%{margin-left: 0px;}&lt;br /&gt;
	25%{margin-left: 0px;}&lt;br /&gt;
	50%{margin-left: -574px;}&lt;br /&gt;
	75%{margin-left: -574px;}&lt;br /&gt;
	100%{margin-left: 0px;}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@-webkit-keyframes slide{&lt;br /&gt;
	0%{margin-left: 0px;}&lt;br /&gt;
	25%{margin-left: 0px;}&lt;br /&gt;
	50%{margin-left: -574px;}&lt;br /&gt;
	75%{margin-left: -574px;}&lt;br /&gt;
	100%{margin-left: 0px;}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@-o-keyframes slide{&lt;br /&gt;
	0%{margin-left: 0px;}&lt;br /&gt;
	25%{margin-left: 0px;}&lt;br /&gt;
	50%{margin-left: -574px;}&lt;br /&gt;
	75%{margin-left: -574px;}&lt;br /&gt;
	100%{margin-left: 0px;}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a.goog-logo-link img {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
	<entry>
		<id>https://www.helminthictherapywiki.org/w139/index.php?title=MediaWiki:Common.css&amp;diff=18697</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://www.helminthictherapywiki.org/w139/index.php?title=MediaWiki:Common.css&amp;diff=18697"/>
		<updated>2025-07-21T04:39:43Z</updated>

		<summary type="html">&lt;p&gt;Zoran: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
/* 19/09/2022 Zoran: Fix sizing of dropdown menu for Google Translate */&lt;br /&gt;
.goog-te-gadget .goog-te-combo {&lt;br /&gt;
	width: 95%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 23/12/2016 Robert: Hide title on home page Main_Page */ &lt;br /&gt;
/* body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } */&lt;br /&gt;
&lt;br /&gt;
/* Allow limiting of which header levels are shown in a TOC;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;toclimit-3&amp;quot;&amp;gt;, for instance, will limit to&lt;br /&gt;
   showing ==headings== and ===headings=== but no further&lt;br /&gt;
   (as long as there are no =headings= on the page, which&lt;br /&gt;
   there shouldn&#039;t be according to the MoS).&lt;br /&gt;
 */&lt;br /&gt;
/*&lt;br /&gt;
.toclimit-2 .toclevel-2,&lt;br /&gt;
.toclimit-3 .toclevel-3,&lt;br /&gt;
.toclimit-4 .toclevel-4,&lt;br /&gt;
.toclimit-5 .toclevel-5,&lt;br /&gt;
.toclimit-6 .toclevel-6,&lt;br /&gt;
.toclimit-7 .toclevel-7 { display: none; }&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
/* W3School style roll over effects (used by breadcrumb) &lt;br /&gt;
*/&lt;br /&gt;
.xdropbtn { padding:0px 2px 0px 2px; border: none; cursor: pointer; border-bottom:1px dashed #cccccc; }&lt;br /&gt;
.xdropdown { position: relative; display: inline-block; }&lt;br /&gt;
.xdropdown-content { display: none; position: absolute; background-color: #f9f9f9;min-width:150px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; }&lt;br /&gt;
.xdropdown:hover .xdropdown-content { display: block; }&lt;br /&gt;
.xdropdown:hover .xdropbtn {background-color: #D3EAFF }&lt;br /&gt;
&lt;br /&gt;
.xdropdown-content a {color:black; padding:1px 2px 3px 16px; text-decoration: none; display: block; }&lt;br /&gt;
.xdropdown-content a:hover {background-color:#99CEFF}&lt;br /&gt;
&lt;br /&gt;
/* .xMsgBox:hover { display: block; } */&lt;br /&gt;
&lt;br /&gt;
/* Original */&lt;br /&gt;
.dropbtn { background-color: #4CAF50; color: white; padding: 16px; font-size: 16px; border: none; cursor: pointer; }&lt;br /&gt;
.dropdown { position: relative; display: inline-block; }&lt;br /&gt;
.dropdown-content { display: none; position: absolute; background-color: #f9f9f9;min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; }&lt;br /&gt;
.dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; }&lt;br /&gt;
.dropdown-content a:hover {background-color: #f1f1f1}&lt;br /&gt;
.dropdown:hover .dropdown-content { display: block; }&lt;br /&gt;
.dropdown:hover .dropbtn {background-color: #3e8e41; }&lt;br /&gt;
&lt;br /&gt;
/* Home page column layout &lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
.rowAfter:after {  /* Clear floats after the columns */&lt;br /&gt;
    content: &amp;quot;&amp;quot;;&lt;br /&gt;
    display: table;&lt;br /&gt;
    clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.htcolumn {&lt;br /&gt;
    float: left;&lt;br /&gt;
    box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.htcolumn.htdesc {&lt;br /&gt;
    width: 33.33%;&lt;br /&gt;
    box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/*&lt;br /&gt;
.htcolumn.httoc {&lt;br /&gt;
    width: 33.33%;&lt;br /&gt;
    box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen and (max-width: 800px) {&lt;br /&gt;
    .htcolumn.htdesc, .htcolumn.httoc {&lt;br /&gt;
        width: 100%;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
/* CSS Image Slideshow on Home page&lt;br /&gt;
*/&lt;br /&gt;
.cssSlider    {margin: 0px 10px 0px 0px; width: 100%; height: 100px; overflow: hidden; border: 0px solid #666; background-color:#333333;}&lt;br /&gt;
.sliderImages {min-width: 3381px; width: 3381px; height: 100px; overflow: hidden;    &lt;br /&gt;
&lt;br /&gt;
	/* animation duration: 22s = total time = each image display time  + each transition time */&lt;br /&gt;
	animation: slide 22s infinite;&lt;br /&gt;
	-moz-animation: slide 22s infinite;&lt;br /&gt;
	-webkit-animation: slide 22s infinite;&lt;br /&gt;
	-o-animation: slide 22s infinite;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@keyframes slide{&lt;br /&gt;
	0%{margin-left: 0px;}&lt;br /&gt;
	25%{margin-left: 0px;}&lt;br /&gt;
	50%{margin-left: -574px;}&lt;br /&gt;
	75%{margin-left: -574px;}&lt;br /&gt;
	100%{margin-left: 0px;}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@-moz-keyframes slide{&lt;br /&gt;
	0%{margin-left: 0px;}&lt;br /&gt;
	25%{margin-left: 0px;}&lt;br /&gt;
	50%{margin-left: -574px;}&lt;br /&gt;
	75%{margin-left: -574px;}&lt;br /&gt;
	100%{margin-left: 0px;}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@-webkit-keyframes slide{&lt;br /&gt;
	0%{margin-left: 0px;}&lt;br /&gt;
	25%{margin-left: 0px;}&lt;br /&gt;
	50%{margin-left: -574px;}&lt;br /&gt;
	75%{margin-left: -574px;}&lt;br /&gt;
	100%{margin-left: 0px;}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@-o-keyframes slide{&lt;br /&gt;
	0%{margin-left: 0px;}&lt;br /&gt;
	25%{margin-left: 0px;}&lt;br /&gt;
	50%{margin-left: -574px;}&lt;br /&gt;
	75%{margin-left: -574px;}&lt;br /&gt;
	100%{margin-left: 0px;}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a.goog-logo-link img {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
	<entry>
		<id>https://www.helminthictherapywiki.org/w139/index.php?title=User:Zoran/Common.js&amp;diff=14317</id>
		<title>User:Zoran/Common.js</title>
		<link rel="alternate" type="text/html" href="https://www.helminthictherapywiki.org/w139/index.php?title=User:Zoran/Common.js&amp;diff=14317"/>
		<updated>2023-03-09T11:37:32Z</updated>

		<summary type="html">&lt;p&gt;Zoran: Zoran moved page MediaWiki:Common.js to User:Zoran/Common.js without leaving a redirect: Testing to see is this code still needed/working&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* Any JavaScript here will be loaded for all users on every page load. */&lt;br /&gt;
&lt;br /&gt;
/* When page loads search for any links wrapped in &amp;lt;span class=&amp;quot;pops&amp;quot;&amp;gt;&amp;lt;/span&amp;gt; and add target =&amp;quot;_blank&amp;quot; */&lt;br /&gt;
&lt;br /&gt;
$( function() {&lt;br /&gt;
     var pops = function( elems ) {&lt;br /&gt;
         for (var i=0; i&amp;lt;elems.length; i++) {&lt;br /&gt;
             if ( !(&#039; &#039;+elems[i].className+&#039; &#039;).match( / pops / ) ) continue;&lt;br /&gt;
             var anchs = elems[i].getElementsByTagName(&#039;a&#039;);&lt;br /&gt;
             for (var j=0; j&amp;lt;anchs.length; j++) anchs[j].target = &#039;_blank&#039;;&lt;br /&gt;
         }&lt;br /&gt;
     };&lt;br /&gt;
     var bc = document.getElementById(&#039;bodyContent&#039;);&lt;br /&gt;
     var tags = [&#039;span&#039;, &#039;div&#039;, &#039;table&#039;, &#039;td&#039;, &#039;th&#039;];&lt;br /&gt;
     for (var i=0; i&amp;lt;tags.length; i++) pops( bc.getElementsByTagName( tags[i] ) );&lt;br /&gt;
 } );&lt;br /&gt;
&lt;br /&gt;
$( function() {&lt;br /&gt;
    $(&amp;quot;div.mw-collapsible&amp;quot;).on( &amp;quot;click&amp;quot;, function() {&lt;br /&gt;
        // Showing the content&lt;br /&gt;
        $( this ).find( &amp;quot;.mw-collapsible-content&amp;quot;).show();&lt;br /&gt;
&lt;br /&gt;
        // Hiding &amp;quot;More reviews..&amp;quot; text&lt;br /&gt;
        $( this ).find(&amp;quot;u&amp;quot;).first().hide();&lt;br /&gt;
    });&lt;br /&gt;
});&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
	<entry>
		<id>https://www.helminthictherapywiki.org/w139/index.php?title=Notes_for_HT_wiki_editors&amp;diff=13338</id>
		<title>Notes for HT wiki editors</title>
		<link rel="alternate" type="text/html" href="https://www.helminthictherapywiki.org/w139/index.php?title=Notes_for_HT_wiki_editors&amp;diff=13338"/>
		<updated>2022-09-23T21:09:49Z</updated>

		<summary type="html">&lt;p&gt;Zoran: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;accesscontrol&amp;gt;John, Laurel, Zoran&amp;lt;/accesscontrol&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
	<entry>
		<id>https://www.helminthictherapywiki.org/w139/index.php?title=Notes_for_HT_wiki_editors&amp;diff=13337</id>
		<title>Notes for HT wiki editors</title>
		<link rel="alternate" type="text/html" href="https://www.helminthictherapywiki.org/w139/index.php?title=Notes_for_HT_wiki_editors&amp;diff=13337"/>
		<updated>2022-09-23T21:08:01Z</updated>

		<summary type="html">&lt;p&gt;Zoran: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{‌{Template accesscontrol&lt;br /&gt;
|e‌ditAllowedUsers = John, Laurel, Zoran&lt;br /&gt;
}‌}&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
	<entry>
		<id>https://www.helminthictherapywiki.org/w139/index.php?title=Notes_for_HT_wiki_editors&amp;diff=13336</id>
		<title>Notes for HT wiki editors</title>
		<link rel="alternate" type="text/html" href="https://www.helminthictherapywiki.org/w139/index.php?title=Notes_for_HT_wiki_editors&amp;diff=13336"/>
		<updated>2022-09-23T21:04:05Z</updated>

		<summary type="html">&lt;p&gt;Zoran: New page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{‌{Template accesscontrol|John, Laurel, Zoran}‌}&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
	<entry>
		<id>https://www.helminthictherapywiki.org/w139/index.php?title=File:Favicon.ico&amp;diff=13335</id>
		<title>File:Favicon.ico</title>
		<link rel="alternate" type="text/html" href="https://www.helminthictherapywiki.org/w139/index.php?title=File:Favicon.ico&amp;diff=13335"/>
		<updated>2022-09-23T20:48:34Z</updated>

		<summary type="html">&lt;p&gt;Zoran: Favicon for wiki, based on :File:HTW Logo200.jpg&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Summary ==&lt;br /&gt;
Favicon for wiki, based on [[:File:HTW Logo200.jpg]]&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
	<entry>
		<id>https://www.helminthictherapywiki.org/w139/index.php?title=MediaWiki:Common.css&amp;diff=13318</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://www.helminthictherapywiki.org/w139/index.php?title=MediaWiki:Common.css&amp;diff=13318"/>
		<updated>2022-09-19T19:41:46Z</updated>

		<summary type="html">&lt;p&gt;Zoran: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
/* 19/09/2022 Zoran: Fix sizing of dropdown menu for Google Translate */&lt;br /&gt;
.goog-te-gadget .goog-te-combo {&lt;br /&gt;
	width: 95%;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
/* 23/12/2016 Robert: Hide title on home page Main_Page */ &lt;br /&gt;
/* body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } */&lt;br /&gt;
&lt;br /&gt;
/* Allow limiting of which header levels are shown in a TOC;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;toclimit-3&amp;quot;&amp;gt;, for instance, will limit to&lt;br /&gt;
   showing ==headings== and ===headings=== but no further&lt;br /&gt;
   (as long as there are no =headings= on the page, which&lt;br /&gt;
   there shouldn&#039;t be according to the MoS).&lt;br /&gt;
 */&lt;br /&gt;
.toclimit-2 .toclevel-2,&lt;br /&gt;
.toclimit-3 .toclevel-3,&lt;br /&gt;
.toclimit-4 .toclevel-4,&lt;br /&gt;
.toclimit-5 .toclevel-5,&lt;br /&gt;
.toclimit-6 .toclevel-6,&lt;br /&gt;
.toclimit-7 .toclevel-7 { display: none; }&lt;br /&gt;
&lt;br /&gt;
/* W3School style roll over effects (used by breadcrumb) &lt;br /&gt;
*/&lt;br /&gt;
.xdropbtn { padding:0px 2px 0px 2px; border: none; cursor: pointer; border-bottom:1px dashed #cccccc; }&lt;br /&gt;
.xdropdown { position: relative; display: inline-block; }&lt;br /&gt;
.xdropdown-content { display: none; position: absolute; background-color: #f9f9f9;min-width:150px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; }&lt;br /&gt;
.xdropdown:hover .xdropdown-content { display: block; }&lt;br /&gt;
.xdropdown:hover .xdropbtn {background-color: #D3EAFF }&lt;br /&gt;
&lt;br /&gt;
.xdropdown-content a {color:black; padding:1px 2px 3px 16px; text-decoration: none; display: block; }&lt;br /&gt;
.xdropdown-content a:hover {background-color:#99CEFF}&lt;br /&gt;
&lt;br /&gt;
/* .xMsgBox:hover { display: block; } */&lt;br /&gt;
&lt;br /&gt;
/* Original */&lt;br /&gt;
.dropbtn { background-color: #4CAF50; color: white; padding: 16px; font-size: 16px; border: none; cursor: pointer; }&lt;br /&gt;
.dropdown { position: relative; display: inline-block; }&lt;br /&gt;
.dropdown-content { display: none; position: absolute; background-color: #f9f9f9;min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; }&lt;br /&gt;
.dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; }&lt;br /&gt;
.dropdown-content a:hover {background-color: #f1f1f1}&lt;br /&gt;
.dropdown:hover .dropdown-content { display: block; }&lt;br /&gt;
.dropdown:hover .dropbtn {background-color: #3e8e41; }&lt;br /&gt;
&lt;br /&gt;
/* Home page column layout &lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
.rowAfter:after {  /* Clear floats after the columns */&lt;br /&gt;
    content: &amp;quot;&amp;quot;;&lt;br /&gt;
    display: table;&lt;br /&gt;
    clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.htcolumn {&lt;br /&gt;
    float: left;&lt;br /&gt;
    box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.htcolumn.htdesc {&lt;br /&gt;
    width: 33.33%;&lt;br /&gt;
    box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.htcolumn.httoc {&lt;br /&gt;
    width: 33.33%;&lt;br /&gt;
    box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen and (max-width: 800px) {&lt;br /&gt;
    .htcolumn.htdesc, .htcolumn.httoc {&lt;br /&gt;
        width: 100%;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* CSS Image Slideshow on Home page&lt;br /&gt;
*/&lt;br /&gt;
.cssSlider    {margin: 0px 10px 0px 0px; width: 100%; height: 100px; overflow: hidden; border: 0px solid #666; background-color:#333333;}&lt;br /&gt;
.sliderImages {min-width: 3381px; width: 3381px; height: 100px; overflow: hidden;    &lt;br /&gt;
&lt;br /&gt;
	/* animation duration: 22s = total time = each image display time  + each transition time */&lt;br /&gt;
	animation: slide 22s infinite;&lt;br /&gt;
	-moz-animation: slide 22s infinite;&lt;br /&gt;
	-webkit-animation: slide 22s infinite;&lt;br /&gt;
	-o-animation: slide 22s infinite;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@keyframes slide{&lt;br /&gt;
	0%{margin-left: 0px;}&lt;br /&gt;
	25%{margin-left: 0px;}&lt;br /&gt;
	50%{margin-left: -574px;}&lt;br /&gt;
	75%{margin-left: -574px;}&lt;br /&gt;
	100%{margin-left: 0px;}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@-moz-keyframes slide{&lt;br /&gt;
	0%{margin-left: 0px;}&lt;br /&gt;
	25%{margin-left: 0px;}&lt;br /&gt;
	50%{margin-left: -574px;}&lt;br /&gt;
	75%{margin-left: -574px;}&lt;br /&gt;
	100%{margin-left: 0px;}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@-webkit-keyframes slide{&lt;br /&gt;
	0%{margin-left: 0px;}&lt;br /&gt;
	25%{margin-left: 0px;}&lt;br /&gt;
	50%{margin-left: -574px;}&lt;br /&gt;
	75%{margin-left: -574px;}&lt;br /&gt;
	100%{margin-left: 0px;}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@-o-keyframes slide{&lt;br /&gt;
	0%{margin-left: 0px;}&lt;br /&gt;
	25%{margin-left: 0px;}&lt;br /&gt;
	50%{margin-left: -574px;}&lt;br /&gt;
	75%{margin-left: -574px;}&lt;br /&gt;
	100%{margin-left: 0px;}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a.goog-logo-link img {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
	<entry>
		<id>https://www.helminthictherapywiki.org/w139/index.php?title=MediaWiki:Sidebar&amp;diff=12581</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="https://www.helminthictherapywiki.org/w139/index.php?title=MediaWiki:Sidebar&amp;diff=12581"/>
		<updated>2022-05-30T17:17:02Z</updated>

		<summary type="html">&lt;p&gt;Zoran: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
** Helminthic Therapy Wiki | Home&lt;br /&gt;
** Introduction to helminthic therapy | Introduction&lt;br /&gt;
** Helminthic therapy FAQ | FAQ&lt;br /&gt;
** Helminthic therapy research | Research&lt;br /&gt;
** Helminthic therapy personal stories | Personal stories&lt;br /&gt;
** Helminthic_therapy_in_the_media | Media coverage&lt;br /&gt;
** Helminthic therapy support groups | Support groups&lt;br /&gt;
** Helminth providers | Providers&lt;br /&gt;
** Helminth care | Helminth care&lt;br /&gt;
** Terminology | Terminology&lt;br /&gt;
&lt;br /&gt;
* Interaction&lt;br /&gt;
** About | About&lt;br /&gt;
** Contact_page | Contact us&lt;br /&gt;
** Donate | Donate&lt;br /&gt;
** Help wanted | Help wanted&lt;br /&gt;
** recentchanges-url| Recent changes&lt;br /&gt;
** Help:Editing | Help&lt;br /&gt;
&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
	<entry>
		<id>https://www.helminthictherapywiki.org/w139/index.php?title=MediaWiki:Common.css&amp;diff=12580</id>
		<title>MediaWiki:Common.css</title>
		<link rel="alternate" type="text/html" href="https://www.helminthictherapywiki.org/w139/index.php?title=MediaWiki:Common.css&amp;diff=12580"/>
		<updated>2022-05-30T17:14:44Z</updated>

		<summary type="html">&lt;p&gt;Zoran: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* CSS placed here will be applied to all skins */&lt;br /&gt;
&lt;br /&gt;
/* 23/12/2016 Robert: Hide title on home page Main_Page */ &lt;br /&gt;
/* body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } */&lt;br /&gt;
&lt;br /&gt;
/* Allow limiting of which header levels are shown in a TOC;&lt;br /&gt;
   &amp;lt;div class=&amp;quot;toclimit-3&amp;quot;&amp;gt;, for instance, will limit to&lt;br /&gt;
   showing ==headings== and ===headings=== but no further&lt;br /&gt;
   (as long as there are no =headings= on the page, which&lt;br /&gt;
   there shouldn&#039;t be according to the MoS).&lt;br /&gt;
 */&lt;br /&gt;
.toclimit-2 .toclevel-2,&lt;br /&gt;
.toclimit-3 .toclevel-3,&lt;br /&gt;
.toclimit-4 .toclevel-4,&lt;br /&gt;
.toclimit-5 .toclevel-5,&lt;br /&gt;
.toclimit-6 .toclevel-6,&lt;br /&gt;
.toclimit-7 .toclevel-7 { display: none; }&lt;br /&gt;
&lt;br /&gt;
/* W3School style roll over effects (used by breadcrumb) &lt;br /&gt;
*/&lt;br /&gt;
.xdropbtn { padding:0px 2px 0px 2px; border: none; cursor: pointer; border-bottom:1px dashed #cccccc; }&lt;br /&gt;
.xdropdown { position: relative; display: inline-block; }&lt;br /&gt;
.xdropdown-content { display: none; position: absolute; background-color: #f9f9f9;min-width:150px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; }&lt;br /&gt;
.xdropdown:hover .xdropdown-content { display: block; }&lt;br /&gt;
.xdropdown:hover .xdropbtn {background-color: #D3EAFF }&lt;br /&gt;
&lt;br /&gt;
.xdropdown-content a {color:black; padding:1px 2px 3px 16px; text-decoration: none; display: block; }&lt;br /&gt;
.xdropdown-content a:hover {background-color:#99CEFF}&lt;br /&gt;
&lt;br /&gt;
/* .xMsgBox:hover { display: block; } */&lt;br /&gt;
&lt;br /&gt;
/* Original */&lt;br /&gt;
.dropbtn { background-color: #4CAF50; color: white; padding: 16px; font-size: 16px; border: none; cursor: pointer; }&lt;br /&gt;
.dropdown { position: relative; display: inline-block; }&lt;br /&gt;
.dropdown-content { display: none; position: absolute; background-color: #f9f9f9;min-width: 160px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; }&lt;br /&gt;
.dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; }&lt;br /&gt;
.dropdown-content a:hover {background-color: #f1f1f1}&lt;br /&gt;
.dropdown:hover .dropdown-content { display: block; }&lt;br /&gt;
.dropdown:hover .dropbtn {background-color: #3e8e41; }&lt;br /&gt;
&lt;br /&gt;
/* Home page column layout &lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
.rowAfter:after {  /* Clear floats after the columns */&lt;br /&gt;
    content: &amp;quot;&amp;quot;;&lt;br /&gt;
    display: table;&lt;br /&gt;
    clear: both;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.htcolumn {&lt;br /&gt;
    float: left;&lt;br /&gt;
    box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.htcolumn.htdesc {&lt;br /&gt;
    width: 33.33%;&lt;br /&gt;
    box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.htcolumn.httoc {&lt;br /&gt;
    width: 33.33%;&lt;br /&gt;
    box-sizing: border-box;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@media screen and (max-width: 800px) {&lt;br /&gt;
    .htcolumn.htdesc, .htcolumn.httoc {&lt;br /&gt;
        width: 100%;&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/* CSS Image Slideshow on Home page&lt;br /&gt;
*/&lt;br /&gt;
.cssSlider    {margin: 0px 10px 0px 0px; width: 100%; height: 100px; overflow: hidden; border: 0px solid #666; background-color:#333333;}&lt;br /&gt;
.sliderImages {min-width: 3381px; width: 3381px; height: 100px; overflow: hidden;    &lt;br /&gt;
&lt;br /&gt;
	/* animation duration: 22s = total time = each image display time  + each transition time */&lt;br /&gt;
	animation: slide 22s infinite;&lt;br /&gt;
	-moz-animation: slide 22s infinite;&lt;br /&gt;
	-webkit-animation: slide 22s infinite;&lt;br /&gt;
	-o-animation: slide 22s infinite;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@keyframes slide{&lt;br /&gt;
	0%{margin-left: 0px;}&lt;br /&gt;
	25%{margin-left: 0px;}&lt;br /&gt;
	50%{margin-left: -574px;}&lt;br /&gt;
	75%{margin-left: -574px;}&lt;br /&gt;
	100%{margin-left: 0px;}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
@-moz-keyframes slide{&lt;br /&gt;
	0%{margin-left: 0px;}&lt;br /&gt;
	25%{margin-left: 0px;}&lt;br /&gt;
	50%{margin-left: -574px;}&lt;br /&gt;
	75%{margin-left: -574px;}&lt;br /&gt;
	100%{margin-left: 0px;}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@-webkit-keyframes slide{&lt;br /&gt;
	0%{margin-left: 0px;}&lt;br /&gt;
	25%{margin-left: 0px;}&lt;br /&gt;
	50%{margin-left: -574px;}&lt;br /&gt;
	75%{margin-left: -574px;}&lt;br /&gt;
	100%{margin-left: 0px;}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
@-o-keyframes slide{&lt;br /&gt;
	0%{margin-left: 0px;}&lt;br /&gt;
	25%{margin-left: 0px;}&lt;br /&gt;
	50%{margin-left: -574px;}&lt;br /&gt;
	75%{margin-left: -574px;}&lt;br /&gt;
	100%{margin-left: 0px;}&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
a.goog-logo-link img {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
	<entry>
		<id>https://www.helminthictherapywiki.org/w139/index.php?title=User:Zoran/Common.js&amp;diff=11124</id>
		<title>User:Zoran/Common.js</title>
		<link rel="alternate" type="text/html" href="https://www.helminthictherapywiki.org/w139/index.php?title=User:Zoran/Common.js&amp;diff=11124"/>
		<updated>2021-06-11T08:23:41Z</updated>

		<summary type="html">&lt;p&gt;Zoran: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/* Any JavaScript here will be loaded for all users on every page load. */&lt;br /&gt;
&lt;br /&gt;
/* When page loads search for any links wrapped in &amp;lt;span class=&amp;quot;pops&amp;quot;&amp;gt;&amp;lt;/span&amp;gt; and add target =&amp;quot;_blank&amp;quot; */&lt;br /&gt;
&lt;br /&gt;
$( function() {&lt;br /&gt;
     var pops = function( elems ) {&lt;br /&gt;
         for (var i=0; i&amp;lt;elems.length; i++) {&lt;br /&gt;
             if ( !(&#039; &#039;+elems[i].className+&#039; &#039;).match( / pops / ) ) continue;&lt;br /&gt;
             var anchs = elems[i].getElementsByTagName(&#039;a&#039;);&lt;br /&gt;
             for (var j=0; j&amp;lt;anchs.length; j++) anchs[j].target = &#039;_blank&#039;;&lt;br /&gt;
         }&lt;br /&gt;
     };&lt;br /&gt;
     var bc = document.getElementById(&#039;bodyContent&#039;);&lt;br /&gt;
     var tags = [&#039;span&#039;, &#039;div&#039;, &#039;table&#039;, &#039;td&#039;, &#039;th&#039;];&lt;br /&gt;
     for (var i=0; i&amp;lt;tags.length; i++) pops( bc.getElementsByTagName( tags[i] ) );&lt;br /&gt;
 } );&lt;br /&gt;
&lt;br /&gt;
$( function() {&lt;br /&gt;
    $(&amp;quot;div.mw-collapsible&amp;quot;).on( &amp;quot;click&amp;quot;, function() {&lt;br /&gt;
        // Showing the content&lt;br /&gt;
        $( this ).find( &amp;quot;.mw-collapsible-content&amp;quot;).show();&lt;br /&gt;
&lt;br /&gt;
        // Hiding &amp;quot;More reviews..&amp;quot; text&lt;br /&gt;
        $( this ).find(&amp;quot;u&amp;quot;).first().hide();&lt;br /&gt;
    });&lt;br /&gt;
});&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
	<entry>
		<id>https://www.helminthictherapywiki.org/w139/index.php?title=Template:Expando&amp;diff=11123</id>
		<title>Template:Expando</title>
		<link rel="alternate" type="text/html" href="https://www.helminthictherapywiki.org/w139/index.php?title=Template:Expando&amp;diff=11123"/>
		<updated>2021-06-11T07:18:14Z</updated>

		<summary type="html">&lt;p&gt;Zoran: Revert&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
 Usage: Expando Contract a block wrapped in&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;{{Expando|link text}} ...{{Expando}}&amp;lt;/nowiki&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
 Note 1: trailing Expando with no params is required to close the open &amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt; tags and mark the end of the expando region &amp;lt;br&amp;gt;&lt;br /&gt;
 Note 2: You can also add a link to the expando section using Wiki code &amp;lt;nowiki&amp;gt;[[#expando|More papers...]] -- remember standard &amp;lt;a href=&amp;quot;#expando&amp;quot;&amp;gt; HTML wont work in MediaWiki.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{#if:{{{1|}}}|&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;expando&amp;quot; class=&amp;quot;mw-collapsible-toggle mw-collapsible-toggle-collapsed&amp;quot; style=&amp;quot;float:left;color:#3366BB;&amp;quot;&amp;gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;{{{1|}}}&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;|&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;}}&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
	<entry>
		<id>https://www.helminthictherapywiki.org/w139/index.php?title=Template:Expando&amp;diff=11122</id>
		<title>Template:Expando</title>
		<link rel="alternate" type="text/html" href="https://www.helminthictherapywiki.org/w139/index.php?title=Template:Expando&amp;diff=11122"/>
		<updated>2021-06-11T07:17:26Z</updated>

		<summary type="html">&lt;p&gt;Zoran: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
 Usage: Expando Contract a block wrapped in&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;{{Expando|link text}} ...{{Expando}}&amp;lt;/nowiki&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
 Note 1: trailing Expando with no params is required to close the open &amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt; tags and mark the end of the expando region &amp;lt;br&amp;gt;&lt;br /&gt;
 Note 2: You can also add a link to the expando section using Wiki code &amp;lt;nowiki&amp;gt;[[#expando|More papers...]] -- remember standard &amp;lt;a href=&amp;quot;#expando&amp;quot;&amp;gt; HTML wont work in MediaWiki.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{#if:{{{1|}}}|&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;expando&amp;quot; class=&amp;quot;mw-collapsible mw-collapsed mw-collapsible-toggle mw-collapsible-toggle-collapsed&amp;quot; style=&amp;quot;float:left;color:#3366BB;&amp;quot;&amp;gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;{{{1|}}}&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsible-content&amp;quot;&amp;gt;|&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;}}&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
	<entry>
		<id>https://www.helminthictherapywiki.org/w139/index.php?title=Template:Expando&amp;diff=11120</id>
		<title>Template:Expando</title>
		<link rel="alternate" type="text/html" href="https://www.helminthictherapywiki.org/w139/index.php?title=Template:Expando&amp;diff=11120"/>
		<updated>2021-06-11T07:08:58Z</updated>

		<summary type="html">&lt;p&gt;Zoran: Undo revision 11119 by Zoran (talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
 Usage: Expando Contract a block wrapped in&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;{{Expando|link text}} ...{{Expando}}&amp;lt;/nowiki&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
 Note 1: trailing Expando with no params is required to close the open &amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt; tags and mark the end of the expando region &amp;lt;br&amp;gt;&lt;br /&gt;
 Note 2: You can also add a link to the expando section using Wiki code &amp;lt;nowiki&amp;gt;[[#expando|More papers...]] -- remember standard &amp;lt;a href=&amp;quot;#expando&amp;quot;&amp;gt; HTML wont work in MediaWiki.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{#if:{{{1|}}}|&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;expando&amp;quot; class=&amp;quot;mw-collapsible-toggle-li mw-collapsible-toggle-collapsed&amp;quot; style=&amp;quot;float:left;color:#3366BB;&amp;quot;&amp;gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;{{{1|}}}&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsible-content&amp;quot;&amp;gt;|&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;}}&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
	<entry>
		<id>https://www.helminthictherapywiki.org/w139/index.php?title=Template:Expando&amp;diff=11119</id>
		<title>Template:Expando</title>
		<link rel="alternate" type="text/html" href="https://www.helminthictherapywiki.org/w139/index.php?title=Template:Expando&amp;diff=11119"/>
		<updated>2021-06-11T07:07:58Z</updated>

		<summary type="html">&lt;p&gt;Zoran: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
 Usage: Expando Contract a block wrapped in&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;{{Expando|link text}} ...{{Expando}}&amp;lt;/nowiki&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
 Note 1: trailing Expando with no params is required to close the open &amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt; tags and mark the end of the expando region &amp;lt;br&amp;gt;&lt;br /&gt;
 Note 2: You can also add a link to the expando section using Wiki code &amp;lt;nowiki&amp;gt;[[#expando|More papers...]] -- remember standard &amp;lt;a href=&amp;quot;#expando&amp;quot;&amp;gt; HTML wont work in MediaWiki.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{#if:{{{1|}}}|&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;expando&amp;quot; class=&amp;quot;mw-collapsible-toggle mw-collapsible-toggle-default mw-collapsible-toggle-collapsed&amp;quot; style=&amp;quot;float:left;color:#3366BB;&amp;quot;&amp;gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;{{{1|}}}&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;|&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;}}&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
	<entry>
		<id>https://www.helminthictherapywiki.org/w139/index.php?title=Template:Expando&amp;diff=11118</id>
		<title>Template:Expando</title>
		<link rel="alternate" type="text/html" href="https://www.helminthictherapywiki.org/w139/index.php?title=Template:Expando&amp;diff=11118"/>
		<updated>2021-06-11T07:06:47Z</updated>

		<summary type="html">&lt;p&gt;Zoran: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
 Usage: Expando Contract a block wrapped in&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;{{Expando|link text}} ...{{Expando}}&amp;lt;/nowiki&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
 Note 1: trailing Expando with no params is required to close the open &amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt; tags and mark the end of the expando region &amp;lt;br&amp;gt;&lt;br /&gt;
 Note 2: You can also add a link to the expando section using Wiki code &amp;lt;nowiki&amp;gt;[[#expando|More papers...]] -- remember standard &amp;lt;a href=&amp;quot;#expando&amp;quot;&amp;gt; HTML wont work in MediaWiki.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{#if:{{{1|}}}|&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;expando&amp;quot; class=&amp;quot;mw-collapsible-toggle-li mw-collapsible-toggle-collapsed&amp;quot; style=&amp;quot;float:left;color:#3366BB;&amp;quot;&amp;gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;{{{1|}}}&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;|&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;}}&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
	<entry>
		<id>https://www.helminthictherapywiki.org/w139/index.php?title=Template:Expando&amp;diff=11117</id>
		<title>Template:Expando</title>
		<link rel="alternate" type="text/html" href="https://www.helminthictherapywiki.org/w139/index.php?title=Template:Expando&amp;diff=11117"/>
		<updated>2021-06-11T07:05:08Z</updated>

		<summary type="html">&lt;p&gt;Zoran: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
 Usage: Expando Contract a block wrapped in&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;{{Expando|link text}} ...{{Expando}}&amp;lt;/nowiki&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
 Note 1: trailing Expando with no params is required to close the open &amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt; tags and mark the end of the expando region &amp;lt;br&amp;gt;&lt;br /&gt;
 Note 2: You can also add a link to the expando section using Wiki code &amp;lt;nowiki&amp;gt;[[#expando|More papers...]] -- remember standard &amp;lt;a href=&amp;quot;#expando&amp;quot;&amp;gt; HTML wont work in MediaWiki.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{#if:{{{1|}}}|&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;expando&amp;quot; class=&amp;quot;mw-collapsible&amp;quot; style=&amp;quot;float:left;color:#3366BB;&amp;quot;&amp;gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;{{{1|}}}&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;|&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;}}&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
	<entry>
		<id>https://www.helminthictherapywiki.org/w139/index.php?title=Template:Expando&amp;diff=11116</id>
		<title>Template:Expando</title>
		<link rel="alternate" type="text/html" href="https://www.helminthictherapywiki.org/w139/index.php?title=Template:Expando&amp;diff=11116"/>
		<updated>2021-06-11T06:54:05Z</updated>

		<summary type="html">&lt;p&gt;Zoran: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
 Usage: Expando Contract a block wrapped in&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;{{Expando|link text}} ...{{Expando}}&amp;lt;/nowiki&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
 Note 1: trailing Expando with no params is required to close the open &amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt; tags and mark the end of the expando region &amp;lt;br&amp;gt;&lt;br /&gt;
 Note 2: You can also add a link to the expando section using Wiki code &amp;lt;nowiki&amp;gt;[[#expando|More papers...]] -- remember standard &amp;lt;a href=&amp;quot;#expando&amp;quot;&amp;gt; HTML wont work in MediaWiki.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{#if:{{{1|}}}|&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;expando&amp;quot; class=&amp;quot;mw-collapsible mw-collapsible-toggle mw-collapsible-toggle-collapsed&amp;quot; style=&amp;quot;float:left;color:#3366BB;&amp;quot;&amp;gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;{{{1|}}}&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;|&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;}}&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
	<entry>
		<id>https://www.helminthictherapywiki.org/w139/index.php?title=Template:Expando&amp;diff=11115</id>
		<title>Template:Expando</title>
		<link rel="alternate" type="text/html" href="https://www.helminthictherapywiki.org/w139/index.php?title=Template:Expando&amp;diff=11115"/>
		<updated>2021-06-11T06:49:50Z</updated>

		<summary type="html">&lt;p&gt;Zoran: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
 Usage: Expando Contract a block wrapped in&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;{{Expando|link text}} ...{{Expando}}&amp;lt;/nowiki&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
 Note 1: trailing Expando with no params is required to close the open &amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt; tags and mark the end of the expando region &amp;lt;br&amp;gt;&lt;br /&gt;
 Note 2: You can also add a link to the expando section using Wiki code &amp;lt;nowiki&amp;gt;[[#expando|More papers...]] -- remember standard &amp;lt;a href=&amp;quot;#expando&amp;quot;&amp;gt; HTML wont work in MediaWiki.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{#if:{{{1|}}}|&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;expando&amp;quot; class=&amp;quot;mw-collapsible mw-collapsed mw-collapsible-toggle mw-collapsible-toggle-collapsed&amp;quot; style=&amp;quot;float:left;color:#3366BB;&amp;quot;&amp;gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;{{{1|}}}&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;|&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;}}&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
	<entry>
		<id>https://www.helminthictherapywiki.org/w139/index.php?title=Template:Expando&amp;diff=11114</id>
		<title>Template:Expando</title>
		<link rel="alternate" type="text/html" href="https://www.helminthictherapywiki.org/w139/index.php?title=Template:Expando&amp;diff=11114"/>
		<updated>2021-06-11T06:49:05Z</updated>

		<summary type="html">&lt;p&gt;Zoran: Let&amp;#039;s try again&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
 Usage: Expando Contract a block wrapped in&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;{{Expando|link text}} ...{{Expando}}&amp;lt;/nowiki&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
 Note 1: trailing Expando with no params is required to close the open &amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt; tags and mark the end of the expando region &amp;lt;br&amp;gt;&lt;br /&gt;
 Note 2: You can also add a link to the expando section using Wiki code &amp;lt;nowiki&amp;gt;[[#expando|More papers...]] -- remember standard &amp;lt;a href=&amp;quot;#expando&amp;quot;&amp;gt; HTML wont work in MediaWiki.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{#if:{{{1|}}}|&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;expando&amp;quot; class=&amp;quot;mw-collapsible-toggle-collapsed&amp;quot; style=&amp;quot;float:left;color:#3366BB;&amp;quot;&amp;gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;{{{1|}}}&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;|&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;}}&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
	<entry>
		<id>https://www.helminthictherapywiki.org/w139/index.php?title=Template:Expando&amp;diff=11112</id>
		<title>Template:Expando</title>
		<link rel="alternate" type="text/html" href="https://www.helminthictherapywiki.org/w139/index.php?title=Template:Expando&amp;diff=11112"/>
		<updated>2021-06-11T06:47:39Z</updated>

		<summary type="html">&lt;p&gt;Zoran: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;noinclude&amp;gt;&lt;br /&gt;
 Usage: Expando Contract a block wrapped in&lt;br /&gt;
    &amp;lt;nowiki&amp;gt;{{Expando|link text}} ...{{Expando}}&amp;lt;/nowiki&amp;gt; &amp;lt;br&amp;gt;&lt;br /&gt;
 Note 1: trailing Expando with no params is required to close the open &amp;lt;nowiki&amp;gt;&amp;lt;div&amp;gt;&amp;lt;/nowiki&amp;gt; tags and mark the end of the expando region &amp;lt;br&amp;gt;&lt;br /&gt;
 Note 2: You can also add a link to the expando section using Wiki code &amp;lt;nowiki&amp;gt;[[#expando|More papers...]] -- remember standard &amp;lt;a href=&amp;quot;#expando&amp;quot;&amp;gt; HTML wont work in MediaWiki.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;br /&gt;
{{#if:{{{1|}}}|&amp;lt;div class=&amp;quot;mw-collapsible mw-collapsed&amp;quot; style=&amp;quot;width:100%&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;expando&amp;quot; class=&amp;quot;mw-collapsible mw-collapsible-collapsed&amp;quot; style=&amp;quot;float:left;color:#3366BB;&amp;quot;&amp;gt;&amp;lt;u&amp;gt;&amp;lt;b&amp;gt;{{{1|}}}&amp;lt;/b&amp;gt;&amp;lt;/u&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;span style=&amp;quot;clear:both;&amp;quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/span&amp;gt;&amp;lt;div class=&amp;quot;mw-collapsible-content&amp;quot;&amp;gt;|&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;}}&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
	<entry>
		<id>https://www.helminthictherapywiki.org/w139/index.php?title=Helminthic_Therapy_Wiki&amp;diff=10780</id>
		<title>Helminthic Therapy Wiki</title>
		<link rel="alternate" type="text/html" href="https://www.helminthictherapywiki.org/w139/index.php?title=Helminthic_Therapy_Wiki&amp;diff=10780"/>
		<updated>2021-04-25T18:26:27Z</updated>

		<summary type="html">&lt;p&gt;Zoran: Let&amp;#039;s try to make Google happier&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOEDITSECTION__ __NOTOC__&lt;br /&gt;
{{SEO  &amp;lt;!-- optionally enter search engine data, and image for FB posts --&amp;gt;&lt;br /&gt;
|title=Helminthic Therapy WIKI: Home Page 🌤 &lt;br /&gt;
|description=The world&#039;s largest information database on Helminthic Therapy, also known as Worm Therapy, Helminth Therapy and Helminth Replacement Therapy.&lt;br /&gt;
|keywords=helminthic therapy, helminth therapy, helminth replacement, helminth care, worm therapy, wiki, HTWiki, autoimmune, autoimmunity, autoimmune therapy, Autoimmune Therapies, immunotherapy, biotherapy, biological therapy, Hygiene Hypothesis, Old Friends&#039; Hypothesis, evolutionary mismatch, biome depletion, biota alteration, biome restoration, biome reconstitution, macrobiota, helminth providers, Jasper Lawrence, AIT, HT&lt;br /&gt;
|og:image=[[File:HTW_Logo200text.jpg]]}}&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;packed-hover&amp;quot;&amp;gt;&lt;br /&gt;
File:Slide HDC.jpg|[[Gallery#HDC|HDC]]&lt;br /&gt;
File:Slide Trichuris suis ova.jpg|[[Gallery#TSO|TSO]]&lt;br /&gt;
File:Slide Trichuris trichiura.jpg|[[Gallery#TTO|TT]]&lt;br /&gt;
File:Slide Trichuris trichiura egg.jpg|[[Gallery#TTO|TTO]]&lt;br /&gt;
File:Slide HDC3.jpg|[[Gallery#HDC|HD]]	&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;rowAfter&amp;quot;&amp;gt; &amp;lt;!-- Columns container --&amp;gt; &lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
  ******************** DESC Col ********************* &lt;br /&gt;
--&amp;gt; &lt;br /&gt;
&amp;lt;div class=&amp;quot;htcolumn htdesc&amp;quot; style=&amp;quot;background-color:#F2DFCE;border:1px solid #F2DFCE; border-radius:16px; padding: 15px 16px 15px 18px;min-width:300px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:24px;line-height: 1.3&amp;quot;&amp;gt;Welcome to the Helminthic Therapy wiki&amp;lt;/div&amp;gt;&lt;br /&gt;
This is the world’s largest information database documenting the science, management, experience and results of helminth replacement, a form of probiotic therapy also known as worm therapy, helminth therapy and helminthic therapy.&lt;br /&gt;
&lt;br /&gt;
Solid scientific evidence shows that millions of years of co-evolution have created a symbiotic relationship between humans and helminths that provides us with essential immune regulation. &lt;br /&gt;
&lt;br /&gt;
{{Quote|indent}}All immunocompetent humans need regular exposure to helminths in order to maintain optimal immune function and avoid risk for inflammation-associated disease… access to helminths is a basic human need. [http://www.mdpi.com/2077-0383/6/10/98/htm]{{Quote|/indent}}&lt;br /&gt;
&lt;br /&gt;
During the early part of the 21st century, four safe helminth species were domesticated and offered commercially so that we are now able to enjoy the benefits of hosting a few of these important probiotic macroorganisms without the risk of disease.   &lt;br /&gt;
&lt;br /&gt;
On this site, we share the extensive research supporting this practice, along with many hundreds of personal stories demonstrating it&#039;s effects, and tips to help manage the therapy and optimise its benefits.&lt;br /&gt;
&lt;br /&gt;
This is a collaborative, crowd-sourced site administered by volunteers with no commercial interest in the therapy.&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- End Desc Col --&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
  ******************** NAV COL1 ********************* &lt;br /&gt;
--&amp;gt; &lt;br /&gt;
&amp;lt;div class=&amp;quot;htcolumn httoc&amp;quot; style=&amp;quot;padding: 0px 16px 8px 22px;min-width:300px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!-- == Introduction == --&amp;gt;&amp;lt;div style=&amp;quot;font-size:24px;padding-top:15px;&amp;quot;&amp;gt;Introduction&amp;lt;/div&amp;gt;&lt;br /&gt;
What is helminthic therapy? Is it safe? Does it work? How do I get started? This page contains everything you need to know.&lt;br /&gt;
&lt;br /&gt;
[[Introduction to helminthic therapy | &#039;&#039;&#039;Introduction to helminthic therapy&#039;&#039;&#039;]] | [[Helminthic_therapy_FAQ | &#039;&#039;&#039;FAQ&#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == Research == --&amp;gt;&amp;lt;div style=&amp;quot;font-size:24px;padding-top:15px;&amp;quot;&amp;gt;Research&amp;lt;/div&amp;gt;&lt;br /&gt;
Helminthic therapy is supported by a large and growing body of research.&lt;br /&gt;
&lt;br /&gt;
[[Helminthic_therapy_research‎ | &#039;&#039;&#039;Helminthic therapy research&#039;&#039;&#039;]] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == Media coverage == --&amp;gt;&amp;lt;div style=&amp;quot;font-size:24px;padding-top:15px;&amp;quot;&amp;gt;Media coverage&amp;lt;/div&amp;gt;&lt;br /&gt;
Helminthic therapy is often featured in the media.&lt;br /&gt;
 &lt;br /&gt;
[[Helminthic_therapy_in_the_media|&#039;&#039;&#039;Helminthic therapy in the media&#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == Effects of Helminthic therapy == --&amp;gt;&amp;lt;div style=&amp;quot;font-size:24px;padding-top:15px;&amp;quot;&amp;gt;Effects of Helminthic therapy&amp;lt;/div&amp;gt;&lt;br /&gt;
Effects on various aspects of health, with notes for special groups.&lt;br /&gt;
&lt;br /&gt;
[[Effects_of_helminthic_therapy | &#039;&#039;&#039;Effects of Helminth therapy&#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == Using helminths == --&amp;gt;&amp;lt;div style=&amp;quot;font-size:24px;padding-top:15px;&amp;quot;&amp;gt;Using helminths&amp;lt;/div&amp;gt;&lt;br /&gt;
Includes details about helminth providers, therapy management, helminth care, DIY helminth incubation, stool testing and more.&lt;br /&gt;
&lt;br /&gt;
[[Using_helminths | &#039;&#039;&#039;Using helminths&#039;&#039;&#039;]]  |  [[Human_helminth_care_manual‎‎ | &#039;&#039;&#039;Human helminth care manual&#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- End Nav Col1 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
  ******************** NAV COL2 ********************* &lt;br /&gt;
--&amp;gt; &lt;br /&gt;
&amp;lt;div class=&amp;quot;htcolumn httoc&amp;quot; style=&amp;quot;min-width:300px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 0px 16px 8px 22px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == Personal stories == --&amp;gt;&amp;lt;div style=&amp;quot;font-size:24px;padding-top:15px;&amp;quot;&amp;gt;Personal stories&amp;lt;/div&amp;gt;&lt;br /&gt;
Hundreds of reports from people who are using helminthic therapy to improve their own health.&lt;br /&gt;
&lt;br /&gt;
[[Helminthic_therapy_personal_stories | &#039;&#039;&#039;Helminthic therapy personal stories&#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == Support groups == --&amp;gt;&amp;lt;div style=&amp;quot;font-size:24px;padding-top:15px;&amp;quot;&amp;gt;Support groups&amp;lt;/div&amp;gt;&lt;br /&gt;
Share questions and experience in the online discussion groups.&lt;br /&gt;
&lt;br /&gt;
[[Helminthic therapy support groups | &#039;&#039;&#039;Helminthic therapy support groups&#039;&#039;&#039;]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:18px;&amp;quot;&amp;gt;[[Contents | &#039;&#039;&#039;Site contents&#039;&#039;&#039;]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* [[Index to topics | &#039;&#039;&#039;Index to topics&#039;&#039;&#039;]]&lt;br /&gt;
* [[Special:AllPages |&#039;&#039;&#039;List of pages&#039;&#039;&#039;]]&lt;br /&gt;
* [[Sitemap | &#039;&#039;&#039;Sitemap&#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;xxbackground-color:#F2DFCE;border:1px solid #F2DFCE;padding:12px 12px 15px 28px; border-radius:18px;margin-top: 22px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:24px;&amp;quot;&amp;gt;Visitor Comments&amp;lt;/div&amp;gt; &lt;br /&gt;
{{Quote|indent}}The wiki is incredibly well curated and referenced. The best resource a person undergoing this could hope for. [https://www.facebook.com/groups/htsupport/permalink/1452913831431234/?comment_id=1452978178091466&amp;amp;reply_comment_id=1453507528038531&amp;amp;comment_tracking=%7B%22tn%22%3A%22R0%22%7D]{{Quote|/indent}} &lt;br /&gt;
{{Quote|indent}}The Wiki is so good and detailed, and to be honest leaves no questions unanswered. [https://www.facebook.com/groups/htsupport/permalink/2670786002977338/]{{Quote|/indent}}&lt;br /&gt;
{{Quote|indent}}I got more info through the wiki than I have for months of searching pubmed and other resources. [https://www.facebook.com/groups/htsupport/permalink/1283324395056846/?comment_id=1283334675055818&amp;amp;reply_comment_id=1283442511711701&amp;amp;comment_tracking=%7B%22tn%22%3A%22R1%22%7D]{{Quote|/indent}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- End Nav Col2 --&amp;gt;  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- rowAfter DIV --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
	<entry>
		<id>https://www.helminthictherapywiki.org/w139/index.php?title=Treating_SIBO_and_metal_allergy_with_helminthic_therapy&amp;diff=10599</id>
		<title>Treating SIBO and metal allergy with helminthic therapy</title>
		<link rel="alternate" type="text/html" href="https://www.helminthictherapywiki.org/w139/index.php?title=Treating_SIBO_and_metal_allergy_with_helminthic_therapy&amp;diff=10599"/>
		<updated>2021-04-14T17:04:05Z</updated>

		<summary type="html">&lt;p&gt;Zoran: Reverted edits by Laurel (talk) to last revision by Zoran&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SEO  &amp;lt;!-- optionally enter search engine data, and image for FB posts --&amp;gt;&lt;br /&gt;
|title=&lt;br /&gt;
|description=&lt;br /&gt;
|keywords=&lt;br /&gt;
|og:image=}}&lt;br /&gt;
{{Columns|2}}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
I am 60 years old and live in the Central Valley of California. I have been extremely allergic to many things all of my life. Animals, plants, fish, nuts, dairy and wheat.&lt;br /&gt;
&lt;br /&gt;
=== A replacement spinal disc triggers cobalt allergy ===&lt;br /&gt;
About 20 months ago, I had surgery to replace a disc in my thoracic spine that had been crushed in a work-related fall. At the time of the surgery, I notified the surgeon that I had allergic reactions to metals and was concerned about the cobalt metal in the replacement disk. I notified him twice during our preliminary discussions and he tried to assure me that &#039;no one&#039; is allergic to cobalt. I went ahead with the surgery and within 1 week of the surgery, I was in full asthma attack and was massively inflamed. I notified the surgeon who refused to acknowledge that this reaction was related to the metal that had been installed in my neck.&lt;br /&gt;
&lt;br /&gt;
=== My condition worsens and my diagnosis becomes terminal ===&lt;br /&gt;
In the following 20 months, I went to 3 medical practitioners to try to determine what was wrong with me. As time went on, I spent 15 thousand dollars and lots of time and work. During this time, I began having severe allergic reactions to many foods that had previously been fine for me. Eventually, I was only able to eat certain kinds of lettuce and grass-fed lamb with only minor reactions. At times, I felt so bad when I ate, I only ate every other day, just to get some relief from the inflammation and allergic reactions. I also lost 40 pounds during this time. My liver was not filtering well and my kidneys were wasting. I was down to 102 pounds at 63 inches tall. All three of my medical practitioners had on separate occasions told me that I was dying. I was very sad and in pretty dire straits. I had lost my job, my career, my home and my health. I felt very isolated and alone, with no hope for finding any help. &lt;br /&gt;
&lt;br /&gt;
=== Hookworms are brought in at the eleventh hour === &lt;br /&gt;
One of my practitioners decided to pray about finding something that would help me since they had all agreed that I would not make it past 3 months, if that. Five minutes after she prayed, she was searching for answers on the internet and was directed to the Helminth therapy. She was very excited about this and asked that I call her to discuss her findings. I was overjoyed to hear that there was such a natural and organic solution. &lt;br /&gt;
&lt;br /&gt;
After further discussion and request for rush shipment, I received my treatment of 3 hookworm larvae. I placed them on the bottom of my foot and within less than a day, I felt almost giddy and stronger and was breathing so much better. I started eating foods that I had so sorely missed and had very minimal reactions. I was elated to find something that brought a glimpse of hope to my dismal state of health.&lt;br /&gt;
&lt;br /&gt;
Later I was scheduled to have a shoulder replacement surgery and insisted that I have a metal allergy test. Sadly, the testing showed an extremely severe allergy to cobalt, which was what was implanted in my neck all those months ago. At that point, it was an emergency situation that required the metal to be removed and replaced with something I would not react to. It took about a month to determine that I was not allergic to titanium and I had surgery to replace the first metal implant. &lt;br /&gt;
&lt;br /&gt;
Due to the health benefits that the helminth treatment provided, I had gained almost 5 pounds but was still not really up to par for the rigors of major surgery. I also was surprised to find that my health increased even though the offending metal was still in me. I did some digging and found that the worms actually absorb heavy metals in our bodies. [http://trjfas.org/uploads/pdf_1183.pdf] That was astounding to me. What a miracle! &lt;br /&gt;
&lt;br /&gt;
=== More worms, and light appears at the end of the tunnel ===&lt;br /&gt;
Despite a diagnosis of SIBO and Mast Cell Activation, I was starting to see the light at the end of the tunnel. After the offending metal was removed and replaced with titanium, I had my second dose of worms with 5 larvae. The reaction to this dose was a little less positive than the first dose of 3. I had 3 or 4 days of wheezing and coughing up phlegm and lots of joint pain. I was not pleased with this, but after it passed, I have had no more negative reactions. Five weeks after my second dose, I have gained 6 more pounds and am feeling very strong and recovering from my neck surgery very quickly. &lt;br /&gt;
&lt;br /&gt;
After going ahead with this treatment during a very dark time in my health and life, I cannot recommend this highly enough. It has changed my life and given me my health back. &lt;br /&gt;
&lt;br /&gt;
=== A sceptical doctor is won over by the worms ===&lt;br /&gt;
One of my practitioners was dead set against my going forward with this and was upset that I would not follow his pharmaceutical related treatment plan. I told him that I refuse to take any more pharmaceutical related treatments. He knew that I was adamant and he had no way of stopping me. After my treatment and subsequent positive health increase, he has started to share my story with his colleagues, letting them know that I am &amp;quot;on the cutting edge&amp;quot; of this treatment and it has really turned my life around.&lt;br /&gt;
&lt;br /&gt;
=== More challenges await, but I now have little helpers! ===&lt;br /&gt;
I am not out of the woods yet, as I have two more surgeries to go to fix body parts that were damaged in my work-related injury. After each of these surgeries, I will need to have another treatment as the antibiotics inherent in the surgery processes will kill off the worms. I am more than blessed to have been introduced to this therapy and highly recommend it to anyone with autoimmune related issues. It is amazing and life changing.&lt;br /&gt;
{{Columns}}&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
	<entry>
		<id>https://www.helminthictherapywiki.org/w139/index.php?title=Treating_SIBO_and_metal_allergy_with_helminthic_therapy&amp;diff=10597</id>
		<title>Treating SIBO and metal allergy with helminthic therapy</title>
		<link rel="alternate" type="text/html" href="https://www.helminthictherapywiki.org/w139/index.php?title=Treating_SIBO_and_metal_allergy_with_helminthic_therapy&amp;diff=10597"/>
		<updated>2021-04-14T17:00:38Z</updated>

		<summary type="html">&lt;p&gt;Zoran: Reverted edits by Zoran (talk) to last revision by John&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SEO  &amp;lt;!-- optionally enter search engine data, and image for FB posts --&amp;gt;&lt;br /&gt;
|title=&lt;br /&gt;
|description=&lt;br /&gt;
|keywords=&lt;br /&gt;
|og:image=}}&lt;br /&gt;
{{Columns|2}}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
I am 60 years old and live in the Central Valley of California. I have been extremely allergic to many things all of my life. Animals, plants, fish, nuts, dairy and wheat.&lt;br /&gt;
&lt;br /&gt;
=== A replacement spinal disc triggers cobalt allergy ===&lt;br /&gt;
About 20 months ago, I had surgery to replace a disc in my thoracic spine that had been crushed in a work-related fall. At the time of the surgery, I notified the surgeon that I had allergic reactions to metals and was concerned about the cobalt metal in the replacement disk. I notified him twice during our preliminary discussions and he tried to assure me that &#039;no one&#039; is allergic to cobalt. I went ahead with the surgery and within 1 week of the surgery, I was in full asthma attack and was massively inflamed. I notified the surgeon who refused to acknowledge that this reaction was related to the metal that had been installed in my neck.&lt;br /&gt;
&lt;br /&gt;
=== My condition worsens and my diagnosis becomes terminal ===&lt;br /&gt;
In the following 20 months, I went to 3 medical practitioners to try to determine what was wrong with me. As time went on, I spent 15 thousand dollars and lots of time and work. During this time, I began having severe allergic reactions to many foods that had previously been fine for me. Eventually, I was only able to eat certain kinds of lettuce and grass-fed lamb with only minor reactions. At times, I felt so bad when I ate, I only ate every other day, just to get some relief from the inflammation and allergic reactions. I also lost 40 pounds during this time. My liver was not filtering well and my kidneys were wasting. I was down to 102 pounds at 63 inches tall. All three of my medical practitioners had on separate occasions told me that I was dying. I was very sad and in pretty dire straits. I had lost my job, my career, my home and my health. I felt very isolated and alone, with no hope for finding any help. &lt;br /&gt;
&lt;br /&gt;
=== Hookworms are brought in at the eleventh hour === &lt;br /&gt;
One of my practitioners decided to pray about finding something that would help me since they had all agreed that I would not make it past 3 months, if that. Five minutes after she prayed, she was searching for answers on the internet and was directed to the Helminth therapy. She was very excited about this and asked that I call her to discuss her findings. I was overjoyed to hear that there was such a natural and organic solution. &lt;br /&gt;
&lt;br /&gt;
After further discussion and request for rush shipment, I received my treatment of 3 hookworm larvae. I placed them on the bottom of my foot and within less than a day, I felt almost giddy and stronger and was breathing so much better. I started eating foods that I had so sorely missed and had very minimal reactions. I was elated to find something that brought a glimpse of hope to my dismal state of health.&lt;br /&gt;
&lt;br /&gt;
Later I was scheduled to have a shoulder replacement surgery and insisted that I have a metal allergy test. Sadly, the testing showed an extremely severe allergy to cobalt, which was what was implanted in my neck all those months ago. At that point, it was an emergency situation that required the metal to be removed and replaced with something I would not react to. It took about a month to determine that I was not allergic to titanium and I had surgery to replace the first metal implant. &lt;br /&gt;
&lt;br /&gt;
Due to the health benefits that the helminth treatment provided, I had gained almost 5 pounds but was still not really up to par for the rigors of major surgery. I also was surprised to find that my health increased even though the offending metal was still in me. I did some digging and found that the worms actually absorb heavy metals in our bodies. [http://trjfas.org/uploads/pdf_1183.pdf] That was astounding to me. What a miracle! &lt;br /&gt;
&lt;br /&gt;
=== More worms, and light appears at the end of the tunnel ===&lt;br /&gt;
Despite a diagnosis of SIBO and Mast Cell Activation, I was starting to see the light at the end of the tunnel. After the offending metal was removed and replaced with titanium, I had my second dose of worms with 5 larvae. The reaction to this dose was a little less positive than the first dose of 3. I had 3 or 4 days of wheezing and coughing up phlegm and lots of joint pain. I was not pleased with this, but after it passed, I have had no more negative reactions. Five weeks after my second dose, I have gained 6 more pounds and am feeling very strong and recovering from my neck surgery very quickly. &lt;br /&gt;
&lt;br /&gt;
After going ahead with this treatment during a very dark time in my health and life, I cannot recommend this highly enough. It has changed my life and given me my health back. &lt;br /&gt;
&lt;br /&gt;
=== A sceptical doctor is won over by the worms ===&lt;br /&gt;
One of my practitioners was dead set against my going forward with this and was upset that I would not follow his pharmaceutical related treatment plan. I told him that I refuse to take any more pharmaceutical related treatments. He knew that I was adamant and he had no way of stopping me. After my treatment and subsequent positive health increase, he has started to share my story with his colleagues, letting them know that I am &amp;quot;on the cutting edge&amp;quot; of this treatment and it has really turned my life around.&lt;br /&gt;
&lt;br /&gt;
=== More challenges await, but I now have little helpers! ===&lt;br /&gt;
I am not out of the woods yet, as I have two more surgeries to go to fix body parts that were damaged in my work-related injury. After each of these surgeries, I will need to have another treatment as the antibiotics inherent in the surgery processes will kill off the worms. I am more than blessed to have been introduced to this therapy and highly recommend it to anyone with autoimmune related issues. It is amazing and life changing.&lt;br /&gt;
{{Columns}}&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
	<entry>
		<id>https://www.helminthictherapywiki.org/w139/index.php?title=Treating_SIBO_and_metal_allergy_with_helminthic_therapy&amp;diff=10596</id>
		<title>Treating SIBO and metal allergy with helminthic therapy</title>
		<link rel="alternate" type="text/html" href="https://www.helminthictherapywiki.org/w139/index.php?title=Treating_SIBO_and_metal_allergy_with_helminthic_therapy&amp;diff=10596"/>
		<updated>2021-04-14T16:48:30Z</updated>

		<summary type="html">&lt;p&gt;Zoran: Testing&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{SEO  &amp;lt;!-- optionally enter search engine data, and image for FB posts --&amp;gt;&lt;br /&gt;
|title=&lt;br /&gt;
|description=&lt;br /&gt;
|keywords=&lt;br /&gt;
|og:image=}}&lt;br /&gt;
{{Columns|2}}&lt;br /&gt;
__NOTOC__&lt;br /&gt;
I am 60 years old and live in the Central Valley of California. I have been extremely allergic to many things all of my life. Animals, plants, fish, nuts, dairy and wheat.&lt;br /&gt;
&lt;br /&gt;
=== A replacement spinal disc triggers cobalt allergy ===&lt;br /&gt;
About 20 months ago, I had surgery to replace a disc in my thoracic spine that had been crushed in a work-related fall. At the time of the surgery, I notified the surgeon that I had allergic reactions to metals and was concerned about the cobalt metal in the replacement disk. I notified him twice during our preliminary discussions and he tried to assure me that &#039;no one&#039; is allergic to cobalt. I went ahead with the surgery and within 1 week of the surgery, I was in full asthma attack and was massively inflamed. I notified the surgeon who refused to acknowledge that this reaction was related to the metal that had been installed in my neck.&lt;br /&gt;
&lt;br /&gt;
=== My condition worsens and my diagnosis becomes terminal ===&lt;br /&gt;
In the following 20 months, I went to 3 medical practitioners to try to determine what was wrong with me. As time went on, I spent 15 thousand dollars and lots of time and work. During this time, I began having severe allergic reactions to many foods that had previously been fine for me. Eventually, I was only able to eat certain kinds of lettuce and grass-fed lamb with only minor reactions. At times, I felt so bad when I ate, I only ate every other day, just to get some relief from the inflammation and allergic reactions. I also lost 40 pounds during this time. My liver was not filtering well and my kidneys were wasting. I was down to 102 pounds at 63 inches tall. All three of my medical practitioners had on separate occasions told me that I was dying. I was very sad and in pretty dire straits. I had lost my job, my career, my home and my health. I felt very isolated and alone, with no hope for finding any help. &lt;br /&gt;
&lt;br /&gt;
=== Hookworms are brought in at the eleventh hour === &lt;br /&gt;
One of my practitioners decided to pray about finding something that would help me since they had all agreed that I would not make it past 3 months, if that. Five minutes after she prayed, she was searching for answers on the internet and was directed to the Helminth therapy. She was very excited about this and asked that I call her to discuss her findings. I was overjoyed to hear that there was such a natural and organic solution. &lt;br /&gt;
&lt;br /&gt;
After further discussion and request for rush shipment, I received my treatment of 3 hookworm larvae. I placed them on the bottom of my foot and within less than a day, I felt almost giddy and stronger and was breathing so much better. I started eating foods that I had so sorely missed and had very minimal reactions. I was elated to find something that brought a glimpse of hope to my dismal state of health.&lt;br /&gt;
&lt;br /&gt;
Later I was scheduled to have a shoulder replacement surgery and insisted that I have a metal allergy test. Sadly, the testing showed an extremely severe allergy to cobalt, which was what was implanted in my neck all those months ago. At that point, it was an emergency situation that required the metal to be removed and replaced with something I would not react to. It took about a month to determine that I was not allergic to titanium and I had surgery to replace the first metal implant. &lt;br /&gt;
&lt;br /&gt;
Due to the health benefits that the helminth treatment provided, I had gained almost 5 pounds but was still not really up to par for the rigors of major surgery. I also was surprised to find that my health increased even though the offending metal was still in me. I did some digging and found that the worms actually absorb heavy metals in our bodies. [http://trjfas.org/uploads/pdf_1183.pdf] That was astounding to me. What a miracle! &lt;br /&gt;
&lt;br /&gt;
=== More worms, and light appears at the end of the tunnel ===&lt;br /&gt;
Despite a diagnosis of SIBO and Mast Cell Activation, I was starting to see the light at the end of the tunnel. After the offending metal was removed and replaced with titanium, I had my second dose of worms with 5 larvae. The reaction to this dose was a little less positive than the first dose of 3. I had 3 or 4 days of wheezing and coughing up phlegm and lots of joint pain. I was not pleased with this, but after it passed, I have had no more negative reactions. Five weeks after my second dose, I have gained 6 more pounds and am feeling very strong and recovering from my neck surgery very quickly. &lt;br /&gt;
&lt;br /&gt;
After going ahead with this treatment during a very dark time in my health and life, I cannot recommend this highly enough. It has changed my life and given me my health back. &lt;br /&gt;
&lt;br /&gt;
=== A sceptical doctor is won over by the worms ===&lt;br /&gt;
One of my practitioners was dead set against my going forward with this and was upset that I would not follow his pharmaceutical related treatment plan. I told him that I refuse to take any more pharmaceutical related treatments. He knew that I was adamant and he had no way of stopping me. After my treatment and subsequent positive health increase, he has started to share my story with his colleagues, letting them know that I am &amp;quot;on the cutting edge&amp;quot; of this treatment and it has really turned my life around.&lt;br /&gt;
&lt;br /&gt;
=== More challenges await, but I now have little helpers! ===&lt;br /&gt;
I am not out of the woods yet, as I have two more surgeries to go to fix body parts that were damaged in my work-related injury. After each of these surgeries, I will need to have another treatment as the antibiotics inherent in the surgery processes will kill off the worms. I am more than blessed to have been introduced to this therapy and highly recommend it to anyone with autoimmune related issues. It is amazing and life changing.&lt;br /&gt;
{{Columns}}&lt;br /&gt;
&lt;br /&gt;
[[#top|Back to the top]]&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
	<entry>
		<id>https://www.helminthictherapywiki.org/w139/index.php?title=Helminthic_Therapy_Wiki&amp;diff=10569</id>
		<title>Helminthic Therapy Wiki</title>
		<link rel="alternate" type="text/html" href="https://www.helminthictherapywiki.org/w139/index.php?title=Helminthic_Therapy_Wiki&amp;diff=10569"/>
		<updated>2021-04-11T20:22:19Z</updated>

		<summary type="html">&lt;p&gt;Zoran: Removing the &amp;lt;nomobile&amp;gt; tag, I&amp;#039;ve replaced the MobileDetect extension with the MobileFrontend extension which is maintained, used by Wikimedia Foundation and no breaks the wiki&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOEDITSECTION__ __NOTOC__&lt;br /&gt;
{{SEO  &amp;lt;!-- optionally enter search engine data, and image for FB posts --&amp;gt;&lt;br /&gt;
|title=Helminthic Therapy WIKI: Home Page 🌤 &lt;br /&gt;
|description=The world&#039;s largest information database on Helminthic Therapy, also known as Worm Therapy, Helminth Therapy and Helminth Replacement Therapy.&lt;br /&gt;
|keywords=helminthic therapy, helminth therapy, helminth replacement, helminth care, worm therapy, wiki, HTWiki, autoimmune, autoimmunity, autoimmune therapy, Autoimmune Therapies, immunotherapy, biotherapy, biological therapy, Hygiene Hypothesis, Old Friends&#039; Hypothesis, evolutionary mismatch, biome depletion, biota alteration, biome restoration, biome reconstitution, macrobiota, helminth providers, Jasper Lawrence, AIT, HT&lt;br /&gt;
|og:image=}}&lt;br /&gt;
&amp;lt;gallery mode=&amp;quot;packed-hover&amp;quot; heights=&amp;quot;130px&amp;quot;&amp;gt;&lt;br /&gt;
File:Slide HDC.jpg|[[Gallery#HDC|HDC]]&lt;br /&gt;
File:Slide Trichuris suis ova.jpg|[[Gallery#TSO|TSO]]&lt;br /&gt;
File:Slide Trichuris trichiura.jpg|[[Gallery#TTO|TT]]&lt;br /&gt;
File:Slide Trichuris trichiura egg.jpg|[[Gallery#TTO|TTO]]&lt;br /&gt;
File:Slide HDC3.jpg|[[Gallery#HDC|HD]]	&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;rowAfter&amp;quot;&amp;gt; &amp;lt;!-- Columns container --&amp;gt; &lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
  ******************** DESC Col ********************* &lt;br /&gt;
--&amp;gt; &lt;br /&gt;
&amp;lt;div class=&amp;quot;htcolumn htdesc&amp;quot; style=&amp;quot;background-color:#F2DFCE;border:1px solid #F2DFCE; border-radius:16px; padding: 15px 16px 15px 18px;min-width:300px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:24px;line-height: 1.3&amp;quot;&amp;gt;Welcome to the Helminthic Therapy wiki&amp;lt;/div&amp;gt;&lt;br /&gt;
This is the world’s largest information database documenting the science, management, experience and results of helminth replacement, a form of probiotic therapy also known as worm therapy, helminth therapy and, more commonly, helminthic therapy.&lt;br /&gt;
&lt;br /&gt;
Solid scientific evidence shows that millions of years of co-evolution have created a symbiotic relationship between humans and helminths that provides us with essential immune regulation. &lt;br /&gt;
&lt;br /&gt;
{{Quote|indent}}All immunocompetent humans need regular exposure to helminths in order to maintain optimal immune function and avoid risk for inflammation-associated disease… access to helminths is a basic human need. [http://www.mdpi.com/2077-0383/6/10/98/htm]{{Quote|/indent}}&lt;br /&gt;
&lt;br /&gt;
In the past eighteen years, four safe, mutualistic helminth species have been domesticated and made available commercially so that we are now able to enjoy the benefits of hosting a few of these important probiotic macroorganisms without the risk of disease.   &lt;br /&gt;
&lt;br /&gt;
On this site, we share the extensive research supporting this practice, along with many hundreds of personal stories demonstrating it&#039;s effects, and tips to help manage the therapy and optimise its benefits.&lt;br /&gt;
&lt;br /&gt;
This is a collaborative, crowd-sourced site administered by volunteers with no commercial interest in the therapy.&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- End Desc Col --&amp;gt;&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
  ******************** NAV COL1 ********************* &lt;br /&gt;
--&amp;gt; &lt;br /&gt;
&amp;lt;div class=&amp;quot;htcolumn httoc&amp;quot; style=&amp;quot;padding: 0px 16px 8px 22px;min-width:300px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;!-- == Introduction == --&amp;gt;&amp;lt;div style=&amp;quot;font-size:24px;padding-top:15px;&amp;quot;&amp;gt;Introduction&amp;lt;/div&amp;gt;&lt;br /&gt;
What is helminthic therapy? Is it safe? Does it work? How do I get started? This page contains everything you need to know.&lt;br /&gt;
&lt;br /&gt;
[[Introduction to helminthic therapy | &#039;&#039;&#039;Introduction to helminthic therapy&#039;&#039;&#039;]] | [[Helminthic_therapy_FAQ | &#039;&#039;&#039;FAQ&#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == Research == --&amp;gt;&amp;lt;div style=&amp;quot;font-size:24px;padding-top:15px;&amp;quot;&amp;gt;Research&amp;lt;/div&amp;gt;&lt;br /&gt;
Helminthic therapy is supported by a large and growing body of research.&lt;br /&gt;
&lt;br /&gt;
[[Helminthic_therapy_research‎ | &#039;&#039;&#039;Helminthic therapy research&#039;&#039;&#039;]] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == Media coverage == --&amp;gt;&amp;lt;div style=&amp;quot;font-size:24px;padding-top:15px;&amp;quot;&amp;gt;Media coverage&amp;lt;/div&amp;gt;&lt;br /&gt;
Helminthic therapy is often featured in the media.&lt;br /&gt;
 &lt;br /&gt;
[[Helminthic_therapy_in_the_media|&#039;&#039;&#039;Helminthic therapy in the media&#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == Effects of Helminthic therapy == --&amp;gt;&amp;lt;div style=&amp;quot;font-size:24px;padding-top:15px;&amp;quot;&amp;gt;Effects of Helminthic therapy&amp;lt;/div&amp;gt;&lt;br /&gt;
Effects on various aspects of health, with notes for special groups.&lt;br /&gt;
&lt;br /&gt;
[[Effects_of_helminthic_therapy | &#039;&#039;&#039;Effects of Helminth therapy&#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == Using helminths == --&amp;gt;&amp;lt;div style=&amp;quot;font-size:24px;padding-top:15px;&amp;quot;&amp;gt;Using helminths&amp;lt;/div&amp;gt;&lt;br /&gt;
Includes details about helminth providers, therapy management, helminth care, DIY helminth incubation, stool testing and more.&lt;br /&gt;
&lt;br /&gt;
[[Using_helminths | &#039;&#039;&#039;Using helminths&#039;&#039;&#039;]]  |  [[Human_helminth_care_manual‎‎ | &#039;&#039;&#039;Human helminth care manual&#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- End Nav Col1 --&amp;gt;&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
  ******************** NAV COL2 ********************* &lt;br /&gt;
--&amp;gt; &lt;br /&gt;
&amp;lt;div class=&amp;quot;htcolumn httoc&amp;quot; style=&amp;quot;min-width:300px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;padding: 0px 16px 8px 22px;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == Personal stories == --&amp;gt;&amp;lt;div style=&amp;quot;font-size:24px;padding-top:15px;&amp;quot;&amp;gt;Personal stories&amp;lt;/div&amp;gt;&lt;br /&gt;
Hundreds of reports from people who are using helminthic therapy to improve their own health.&lt;br /&gt;
&lt;br /&gt;
[[Helminthic_therapy_personal_stories | &#039;&#039;&#039;Helminthic therapy personal stories&#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == Support groups == --&amp;gt;&amp;lt;div style=&amp;quot;font-size:24px;padding-top:15px;&amp;quot;&amp;gt;Support groups&amp;lt;/div&amp;gt;&lt;br /&gt;
Share questions and experience in the online discussion groups.&lt;br /&gt;
&lt;br /&gt;
[[Helminthic therapy support groups | &#039;&#039;&#039;Helminthic therapy support groups&#039;&#039;&#039;]]&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:18px;&amp;quot;&amp;gt;[[Contents | &#039;&#039;&#039;Site contents&#039;&#039;&#039;]]&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;hr&amp;gt;&lt;br /&gt;
* [[Index to topics | &#039;&#039;&#039;Index to topics&#039;&#039;&#039;]]&lt;br /&gt;
* [[Special:AllPages |&#039;&#039;&#039;List of pages&#039;&#039;&#039;]]&lt;br /&gt;
* [[Sitemap | &#039;&#039;&#039;Sitemap&#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;xxbackground-color:#F2DFCE;border:1px solid #F2DFCE;padding:12px 12px 15px 28px; border-radius:18px;margin-top: 22px;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;font-size:24px;&amp;quot;&amp;gt;Visitor Comments&amp;lt;/div&amp;gt; &lt;br /&gt;
{{Quote|indent}}The wiki is incredibly well curated and referenced. The best resource a person undergoing this could hope for. [https://www.facebook.com/groups/htsupport/permalink/1452913831431234/?comment_id=1452978178091466&amp;amp;reply_comment_id=1453507528038531&amp;amp;comment_tracking=%7B%22tn%22%3A%22R0%22%7D]{{Quote|/indent}} &lt;br /&gt;
{{Quote|indent}}The Wiki is so good and detailed, and to be honest leaves no questions unanswered. [https://www.facebook.com/groups/htsupport/permalink/2670786002977338/]{{Quote|/indent}}&lt;br /&gt;
{{Quote|indent}}I got more info through the wiki than I have for months of searching pubmed and other resources. [https://www.facebook.com/groups/htsupport/permalink/1283324395056846/?comment_id=1283334675055818&amp;amp;reply_comment_id=1283442511711701&amp;amp;comment_tracking=%7B%22tn%22%3A%22R1%22%7D]{{Quote|/indent}}&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- End Nav Col2 --&amp;gt;  &lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt; &amp;lt;!-- rowAfter DIV --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
</feed>