// JavaScript Document
function emil(u,c)
{
h='fotogaleria.media.pl';
e='@';
mt='<a href="mailto:';
document.write(mt+u+e+h+'"'+c+'>'+u+e+h+'</a>');

}