function list(){
meil='leszekfeist.pl';
wynik=meil.substring(0,6)+'@'+meil.substring(6,14);
window.location.replace("mailto:"+wynik);
}
