//<!-- Hide me from non-javascript aware browsers

/* Spam-free Mail */
var dn="MissionAccomplishedAcademy.com";  //mail domain name 
var pp="foothill.net";  //paypal domain name 

function paypal()
{
	var acct="aber" + "@" + pp;
	return "<input type=hidden name=business value=acct>";
}
function appointments(username)
{
	document.write("<a href=\"mailto");
	document.write(":" + username + "@");
	document.write(dn + "?subject=Coaching Appointment&body=I would like to schedule an appointment with Laura.%0D%0AName:%0D%0AEmail Address:%0D%0APhone:\">" + username + "@" + dn + "</a>");


}
function tarot(username)
{
	document.write("<a href=\"mailto");
	document.write(":" + username + "@");
	document.write(dn + "?subject=I want a tarot reading&body=I would like to schedule a tarot reading with Laura.%0D%0AName:%0D%0AEmail Address:%0D%0APhone:\">Email Laura for an appointment</a>");


}
function email_address(username)
{
	document.write("<a href=\"mailto");
	document.write(":" + username + "@");
	document.write(dn + "\">" + username + "@" + dn + "</a>");
}
function graphic_email()
{
	document.write("<a class=footerlink href=\"mailto");
	document.write(":" + "laura" + "@");
	document.write(dn + "?subject=QUESTIONS AND COMMENTS\"><img border=0 src=images/mailslot.gif width=33 height=30></a>");
}
function newsletter(username)
{
	document.write("<a href=\"mailto");
	document.write(":" + username + "@");
	document.write(dn + "?subject=MAA Newsletter SignUp&body=I'd like to Receive Mission Accomplished Academys quarterly newsletter!%0D%0AName:%0D%0AEmail Address:%0D%0APhone:%0D%0AMailing Address:\">Sign Up Here</a>");
}
function classes(username)
{
	document.write("<a href=\"mailto");
	document.write(":" + username + "@");
	document.write(dn + "?subject=Teleclass Inquiry&body=Please inform me of dates and times of upcoming teleclasses!%0D%0AName:%0D%0AEmail Address:%0D%0A%0D%0ATopic Suggestions:\">Click here to be informed of the dates and times of these upcoming teleclasses.</a>");
}
function oldregister(username)
{
	document.write("<a href=\"mailto");
	document.write(":" + username + "@");
	document.write(dn + "?subject=SSP Intro SignUp&body=Register me for the free intro teleclass on this date:%0D%0AName:%0D%0AEmail Address:\">register now.</a>");
}
function register(username)
{
	document.write("<a href=\"mailto");
	document.write(":" + username + "@");
	document.write(dn + "?subject=Starship Phenomenon Program&body=Notify me when the Starship Phenomenon Program resumes.%0D%0AName:%0D%0AEmail Address:\">Email Us</a>");
}
function coaching(username)
{
	document.write("<a href=\"mailto");
	document.write(":" + username + "@");
	document.write(dn + "?subject=Coaching Inquiry&body=Contact me about Coaching!%0D%0AName:%0D%0AEmail Address:%0D%0APhone:\">contact me about Coaching</a>");
}
function sanctuary(username)
{
	document.write("<a href=\"mailto");
	document.write(":" + username + "@");
	document.write(dn + "?subject=TOLS Teleclass and Internet Programs&body=I'd like to receive more info on the Tree of Life Sanctuary!%0D%0AName:%0D%0APhone:%0D%0AEmail Address:%0D%0AMailing Address:\">click here</a>");
}
function display_address(username)
{
	document.write(username + "@" + dn);
}


// -->
