function xmal(c,d,e,s,b){
alert('here');
	a='';
	a+='<a href="'+'mailto:';
	a+=d+'@'+e+'.'+c;
	if(s!=undefined){a+='?subject='+s+'&body='+b};
	a+='">'+d+'</a>';
	document.write(a);
};
function xmal2(c,d,e,s,b){
	a='';
	z=d+'@'+e+'.'+c;
	a+='<a href="'+'mailto:';
	a+=z;
	if(s!=undefined){a+='?subject='+s+'&body='+b};
	a+='">'+z+'</a>';
	document.write(a);
};
