function emailref(pic, email, domain, name, pre, post)
{
  document.write(pre);
  if (pic == true) 
    document.writeln('<img src=\"/pics/mailblack.gif\" alt=\"E-Mail\" width=\"15\" height=\"10\">');
  if (name == "")
    document.write('<a href=\"mailto:' + email + '&#x040;' + domain + '\">' + email + '&#x040;' + domain + '<' + '/' + 'a' + '>');
  else
    document.write('<a href=\"mailto:' + email + '&#x040;' + domain + '\">' + name +  '<' + '/' + 'a' + '>');
  document.write(post);
}

function emailvorsitzender(pic, name, pre, post)
{
  emailref(pic, "&#118;&#111;&#114;&#115;&#105;&#116;&#122;&#101;&#110;&#100;&#101;&#114;", "&#115;g&#104;e&#114;&#x6d;&#115;&#100;&#111;&#114;&#102;&#x02e;d&#0101;", name, pre, post);
}

function emailstellvertreter(pic, name, pre, post)
{
  emailref(pic, "&#115;&#116;&#101;&#108;&#108;&#118;&#101;&#114;&#116;&#114;&#101;&#116;&#101;&#114;", "&#115;g&#104;e&#114;&#x6d;&#115;&#100;&#111;&#114;&#102;&#x02e;d&#0101;", name, pre, post)
}

function emailkassenwart(pic, name, pre, post)
{
  emailref(pic, "&#107;&#97;&#115;&#115;&#101;&#110;&#119;&#97;&#114;&#116;", "&#115;g&#104;e&#114;&#x6d;&#115;&#100;&#111;&#114;&#102;&#x02e;d&#0101;", name, pre, post);
}

function emailwebmaster(pic, name, pre, post)
{
  emailref(pic, "&#119;&#101;&#98;&#109;&#97;&#115;&#116;&#101;&#114;", "&#115;g&#104;e&#114;&#x6d;&#115;&#100;&#111;&#114;&#102;&#x02e;d&#0101;", name, pre, post);
}

function emailspielleiter(pic, name, pre, post)
{
  emailref(pic, "&#115;&#112;&#105;&#101;&#108;&#108;&#101;&#105;&#116;&#101;&#114;", "&#115;g&#104;e&#114;&#x6d;&#115;&#100;&#111;&#114;&#102;&#x02e;d&#0101;", name, pre, post);
}

function emailpressewart(pic, name, pre, post)
{
  emailref(pic, "&#112;&#114;&#101;&#115;&#115;&#101;&#119;&#97;&#114;&#116;", "&#115;g&#104;e&#114;&#x6d;&#115;&#100;&#111;&#114;&#102;&#x02e;d&#0101;", name, pre, post);
}

function emailsechting(pic, name, pre, post)
{
  emailref(pic, "&#109;&#97;&#114;&#116;&#105;&#110;&#46;&#115;&#101;&#99;&#104;&#116;&#105;&#110;&#103;", "&#115;g&#104;e&#114;&#x6d;&#115;&#100;&#111;&#114;&#102;&#x02e;d&#0101;", name, pre, post);
}
