function wt(n)
{  

var str0 =
'\
<p class="tail">\
<a href="index.html">Computer Go Tournaments on KGS</a>\
<br/>\
<a href="map.html">site map</a> | \
<a href="general.html">general information</a> | \
<a href="rules.html">rules</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="future.html">future tournaments</a>\
<br/>\
  <a href="how/index.html">How to Enter a KGS Computer Go Tournament</a> | \
  <a href="how/kgsGtp.html">kgsGtp documentation</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 );
}

