function w(male,domain) {//	document.write(' <a href="mai'+'lto:'+email+'@'+domain+'"><img src=email.gif></a>');//	document.write("<a href=# onclick=\"theWindow=window.open('','name','resizable,height=50,width=200'); theWindow.document.write('test'); theWindow.document.close();	return false;\"><img src=email.gif></a>");	addr = male+'@'+domain;	theAlert = "prompt('Copy me to the clipboard','" +addr+ "'); return false";	//	theAlert = "alert('Just point to the email icon without clicking and wait 1 second to see the email address.'); return false";	document.write(" <a href=# onclick=\"" +theAlert+ "\" title=\"" +male+"(at)"+domain+ "\"><img src=email.gif border=0></a>");} function mail(user,domain,linktext) {
	address = user +'@'+domain;
	theString= '<A href="mailto:' +address+'">';
	if (linktext='') { linktext = address;}
	document.write(theString+'</A>');
}
