function mailUs( mailInRot13 )
{
	mailaddr = stringRot13( mailInRot13 );
	document.location = 'mailto:' + mailaddr;
}

