<!-- // Emails as of 07-01-2010
// this code is included in all GDABVI web pages
// all GDABVI email addresses on the gdabvi.org website are listed here for easy maintenance
// these email addresses are all "Forwards" to other emails (see gdabvi.org's site host)

// Information email -- 02-07-2008
// "gen_info" and "information" are email forwards to Rob Boyle
// set here to actually use "gen_info" because "information" is spammed
function info_email(){
  i_email=('gen_info'+'@'+'gdabvi'+'.org')
  document.write(
    '<a href="mailto:'+i_email+'">'+" Information"+"@"+"gdabvi.org"+'</a>'
  )
}

// Donate email -- 06-25-2008
// this email is a forward to Rob Boyle
function donate_email(){
  d_email=('donate'+'@'+'gdabvi'+'.org')
  document.write(
    '<a href="mailto:'+d_email+'">'+" Donate"+"@"+"gdabvi.org"+'</a>'
  )
}

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

// Newsletter email -- 08-16-2007
function news_email(){
  n_email=('news'+'@'+'gdabvi'+'.org')
  document.write(
    '<a href="mailto:'+n_email+'">'+" News"+"@"+"gdabvi.org"+'</a>'
  )
}

// Rehabilitation email -- 07-98-2008
function rehab_email(){
  r_email=('rehabilitation'+'@'+'gdabvi'+'.org')
  document.write(
    '<a href="mailto:'+r_email+'">'+" Rehabilitation"+"@"+"gdabvi.org"+'</a>'
  )
}

// ACT email -- 01-11-2008
// this email is a forward to Cathy McAdam
function act_email(){
  a_email=('act'+'@'+'gdabvi'+'.org')
  document.write(
    '<a href="mailto:'+a_email+'">'+" ACT"+"@"+"gdabvi.org"+'</a>'
  )
}

// Children and Youth Programming email -- 09-30-2008
// this email is a forward to Mary Beth Kullen
function kids_email(){
  k_email=('kids'+'@'+'gdabvi'+'.org')
  document.write(
    '<a href="mailto:'+k_email+'">'+" kids"+"@"+"gdabvi.org"+'</a>'
  )
}
// -->

// Robert Boyle email -- 02-25-2008
function boyle_email(){
  rb_email=('boyle'+'@'+'gdabvi.org')	
  document.write(
    '<a href="mailto:'+rb_email+'">'+" boyle"+"@"+"gdabvi.org"+'</a>'
  )
}
// -->

// Mary Beth Kullen -- 07-01-2010
function kullen_email(){
  mbk_email=('kullen'+'@'+'gdabvi.org')	
  document.write(
    '<a href="mailto:'+mbk_email+'">'+" kullen"+"@"+"gdabvi.org"+'</a>'
  )
}
// -->

