function wt(n)
{  

var str0 =
'\
<p class="tail">\
<a href="index.html">Computer Go Tournaments on KGS</a>\
<br/>\
<a href="general.html">general information</a> | \
<a href="rules.html">rules</a> | \
<a href="past/superko.html">superko</a> | \
<a href="names.html">names of bots</a> | \
<a href="faq.html">FAQ</a>\
<br/>\
<a href="past/index.html">past tournaments:</a> | \
<a href="past/0/index.html">0</a> | <a href="past/1/index.html">1</a> | <a href="past/2/index.html">2</a> | \
<a href="past/3/index.html">3</a> | <a href="past/4/index.html">4</a> | <a href="past/5/index.html">5</a> | \
<a href="past/6/index.html">6</a> | <a href="past/7/index.html">7</a> | <a href="past/8/index.html">8</a> | \
<a href="past/9/index.html">9</a> | <a href="past/10/index.html">10</a> | <a href="past/11/index.html">11</a> | \
<a href="past/12/index.html">12</a> | <a href="past/13/index.html">13</a> | <a href="past/14/index.html">14</a> | \
<a href="past/15/index.html">15</a> | <a href="past/16/index.html">16</a> | <a href="past/17/index.html">17</a> | \
<a href="past/18/index.html">18</a> | <a href="past/19/index.html">19</a> | <a href="past/20/index.html">20</a> | \
<a href="past/21/index.html">21</a> | <a href="past/s1/index.html">s1</a> | <a href="past/22/index.html">22</a> | \
<a href="past/23/index.html">23</a> | <a href="past/24/index.html">24</a> | <a href="past/25/index.html">25</a> | \
<a href="past/26/index.html">26</a> | <a href="past/27/index.html">27</a> | <a href="past/28/index.html">28</a> | \
<a href="past/29/index.html">29</a> | <a href="past/30/index.html">30</a> | <a href="past/31/index.html">31</a> | \
<a href="past/32/index.html">32</a> | <a href="past/33/index.html">33</a> | <a href="past/34/index.html">34</a> | \
<a href="past/35/index.html">35</a> | <a href="past/36/index.html">36</a> | <a href="past/37/index.html">37</a> | \
<a href="past/38/index.html">38</a> | <a href="past/39/index.html">39</a> | <a href="past/40/index.html">40</a> | \
<a href="past/41/index.html">41</a> | <a href="past/42/index.html">42</a> | <a href="past/43/index.html">43</a> | \
<a href="past/44/index.html">44</a> | <a href="past/45/index.html">45</a> | <a href="past/46/index.html">46</a> | \
<a href="past/47/index.html">47</a> | <a href="past/48/index.html">48</a> | <a href="past/49/index.html">49</a> | \
<a href="past/50/index.html">50</a> | <a href="past/51/index.html">51</a> | <a href="past/52/index.html">52</a> | \
<a href="past/53/index.html">53</a> | <a href="past/54/index.html">54</a> | <a href="past/55/index.html">55</a> | \
<a href="past/56/index.html">56</a> | <a href="past/57/index.html">57</a> | \
<a href="future.html">future&nbsp;tournaments</a>\
<br/>\
  <a href="how/index.html">How to Enter a KGS Computer Go Tournament</a> | \
  <a href="how/outline.html">Connecting a Go-playing program to KGS</a> | \
  <a href="how/tourney.html">kgsGtp and Tournament Play</a>\
</p>\
';

var remove = new RegExp("<a [^>]*>" + tag + "<\/a>", "i");
str1 = str0.replace( remove, tag );

str2 = str1.replace( /href="/gm, 'href="http://www.weddslist.com/kgs/' );

document.write ( str2 );
}
