<!-- // Emails as of 05-12-2011
// this code is included in all web sites maintained by Alan Darge
// these common email addresses are all "Forwards" to other emails (see site host)

// St Colman email
function stcolman_email(){
  sc_email=('colmancloyne'+'@'+'att'+'.net')	
  document.write(
    '<A href="mailto:'+sc_email+'">'+sc_email+'</a>'
  )
}

// Help Wanted - organist email
function organist_email(){
  organist_email=('organist'+'@'+'stcolman'+'.org')	
  document.write(
    '<A href="mailto:'+organist_email+'">'+organist_email+'</a>'
  )
}

// Sue Crudgington email
function sue_email(){
  sue_email=('suecrudgington'+'@'+'aol'+'.com')	
  document.write(
    '<A href="mailto:'+sue_email+'">'+sue_email+'</a>'
  )
}

// Webmaster email
function webmaster_email(){
  wm_email=('webmaster'+'@'+'StColman'+'.org')	
  document.write(
    '<a href="mailto:'+wm_email+'">'+" Webmaster"+'</a>'
  )
}
// -->

