//writes bottom address
//hacked by Rick Carel
var right_now=new Date();
var emailR=('jill' + 'eroni' + '@' + 'juno' + '.com');
var emailW=('rick' + 'carel' + '@' + 'hot' + 'mail.com');
function bottomAddress(){
  document.write("<div class='add'>Agape Interfaith Ministries<br />1100 Friendship Street<br />Philadelphia, PA 19111<br>");
	document.write("215-742-0552<br><br></div>");
	document.write("<a class='small' title='Send an E-mail to Reverend Jill' href='mailto:"+emailR+"'>"+emailR+"</a><br>");
	document.write("<a class='small' title='Send an E-mail to the the Webmaster' href='mailto:"+emailW+"'>"+emailW+"</a><br><br>");
	document.write("<div class='mail'>Last edited on "+document.lastModified+"<br>");
	document.write("All Intellectual Property and individual works remain the property of their respective owners.</div>");
}
			