// Java Document
// yh_con is called to replace the standard mailto: reference to thwart webbots looking for email addresses. "u" is the address in front of the domain
function yh_con (u, s) 
{
	pre = "mail";
	url = pre + "to:aaig" + u;
	subj = "?subject=";
	document.location.href = url + "@yahoo.com" + subj + s;
};
// aa_con is called to replace the standard mailto: reference to thwart webbots looking for email addresses. "u" is the address in front of the domain
function aa_con (u) 
{
	pre = "mail";
	url = pre + "to:" + u;
	document.location.href = url + "@annapolisareaintergroup.org";
};
// bul_con is called to replace the standard mailto: reference to thwart webbots looking for email addresses. "u" is the address in front of the domain
function bul_con (u, s) 
{
	pre = "mail";
	url = pre + "to:" + u;
	subj = "?subject=";
	document.location.href = url + "@annapolisareaintergroup.org" + subj + s;
};
// exitWarning is called whenever someone uses a link external to the MGS website
function exitWarning()
{
	alert('You are now exiting the Area 29, Maryland General Service Website. This link does not constitute or indicate review, endorsement or approval. Thank you for visiting the Area 29, Maryland General Service Website. We appreciate your interest and hope that you have found the information you were seeking. We have provided this link as a service to our members.');
};
// MM_openBrWindow is called to display JPGs in a separate window
function MM_openBrWindow(theURL,winName,features) 
{
	window.open(theURL,winName,features);
}
<!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
//-->

