// Surffaa anonyymisti :-)

function go()
  { x=document.theform.nick.value;
    if (x.length<11){alert('Virhe! Muista aloittaa URL-osoite http://-protokollalla.'); return 0;}
    y=document.location.search.substring(1,11);
    y='';
    document.theform.thelink1.value='http://www.kuopassa.com/surffaa-anonyymisti/index.php?'+x+''+y;
    document.theform.thelink2.value='<a href="http://www.kuopassa.com/surffaa-anonyymisti/index.php?'+x+''+y+'">URL</a>';
    document.theform.thelink3.value='[url=http://www.kuopassa.com/surffaa-anonyymisti/index.php?'+x+''+y+']URL[/url]';
return false;
  }
