<!--

var emailarray= new Array(103,114,120,109,114,120,64,103,109,97,105,108,46,99,111,109)
var postemail=''
for (i=0;i<emailarray.length;i++)
postemail+=String.fromCharCode(emailarray[i])

document.write('<a href="mailto:'+postemail+'?subject=Do Grzegorza Murdzka">'+postemail+'</a>')

-->