<!-- 
function antispam(address, domain, subject)
{ 
	window.location.replace('mailto:' +address+'@'+domain+'?subject='+subject); 
} 
--> 
