function getEmailAddr(e, h)
{
    if (e=='1')
    {
      ead='flcpastor@rogers.com'

    } else if (e=='2')
	{
      ead='faithlutheranchurch@rogers.com'

     } else if (e=='3')
	{
      ead='pastorocflc@rogers.com'	
    } 
	 else {
      ead='flcpastor@rogers.com'
    }
    document.write('<a href="mailto:'+ead+'">');
    if (!h)
    {
        document.write(ead+'</a>');
    } else {
        document.write(h+'</a>');
    }
}








