function o(n){
	var a, b;
	b=(n+'@');
	a='mai';
	b+='sdxl';
	a+='lto:';
	b+='.';
	b+='org';
	a+=b;
	b=prompt("Do you want to send email to ",b);
	if  (b==null){
		return "#top";
	}
	else {
		return a;
	}
}
function y(n){
  parent.location=o(n);
  return false;
}