function mail_me(section)
{ 
	window.open("mai" +	/* "Security through obscurity", the nerds proclaim, 	*/
		"lto:" + 	/* Is no help at all, they sniff with disdain.		*/
		section +	/* "A clueful cracker will always see through		*/ 
		"@" + 		/* This veil of confusion, like a fly after "doo".	*/
		"heth" +	/* And although reason and argue and complain I try,	*/
		"erwick" +	/* Their nerd-wall of smarm is a powerful fie.		*/ 
		"." +		/* So into my bed with my hon I take rest,		*/
		"net" + 	/* And turn off the computer, the way that is best.	*/
		"?subject=[anti-uce-prefix]", 
		"_self");
}

