
//Antyramka :P
if (top != self) top.location = self.location;

//Antyspamer :PP
var skrzynka = "sasq1";
var slimak   = '@';
var domena   = "go2.pl";
var mail     = skrzynka + slimak + domena;
var filtr    = "[GameCreator]";

function PasteMail(opis,tresc,temat)
{
 document.write("<a href=\"mailto:" + mail);
 if (temat || tresc) document.write('?');
 if (temat) document.write("subject=" + filtr + " " + temat);
 if (temat && tresc) document.write('&');
 if (tresc) document.write("body=" + tresc);
 document.write("\">");
 if (opis) document.write(opis);
 else document.write(mail);
 document.write("</a>");
}