function Contact(pIndex) {

  document.write('<a href="ContactUs.htm" onmouseover="this.href=ContactLink(' + pIndex + ')">');

  var x = '';
       if (pIndex ==  1) {x = 'EMjudy'}
  else if (pIndex ==  2) {x = 'EMmargaret'}
  else if (pIndex ==  3) {x = 'EMmark'}
  else if (pIndex ==  4) {x = 'EMcatiana'}
  else if (pIndex ==  5) {x = 'EMtheresa'}
  else if (pIndex ==  6) {x = 'EMsignup'}
	else if (pIndex ==  7) {x = 'EMwes'}
	else if (pIndex ==  8) {x = 'EMchristina'}
	else if (pIndex ==  9) {x = 'EMoffice'};

	document.write('<img border=0 align="top" src="images/' + x + '.gif" align="top" ');
	document.write('onMouseOver="this.src=\'images/' + x + 'H.gif\'" ');
	document.write('onmouseout="this.src=\'images/' + x + '.gif\'">');


  document.write('</a>');

};

function ContactLink(pIndex) {

  var x = '';
       if (pIndex ==  1) {x = 'mai#cjudy#aucrogerspark#dorg?subject=Community Feast'}
  else if (pIndex ==  2) {x = 'mai#cmargaret#aucrogerspark#dorg?subject=Thrift Shop'}
  else if (pIndex ==  3) {x = 'mai#cmark#aucrogerspark#dorg'}
  else if (pIndex ==  4) {x = 'mai#cpastorcatiana#aucrogerspark#dorg'}
  else if (pIndex ==  5) {x = 'mai#coffice#aucrogerspark#dorg'}
  else if (pIndex ==  6) {x = 'mai#coffice#aucrogerspark#dorg?subject=Sign Up for the Messenger'}
  else if (pIndex ==  7) {x = 'mai#cdeaconwes#agmail#dcom'}
  else if (pIndex ==  8) {x = 'mai#coffice#aucrogerspark#dorg'}
  else if (pIndex ==  9) {x = 'mai#cunitedchurchofrogerspark#agmail#dcom'};

  x = x.replace('#c', 'lto:');
  x = x.replace('#a', '@');
  x = x.replace('#d', '.');

  return(x);

}

