
//<!-- Hide me from non-javascript aware browsers

/* Spam-free Mail by YNot Web */
var dn="appletreeadvertising.com";  //mail domain name



function email_address(username)
{
	document.write("<a href=\"mailto");
	document.write(":" + username + "@");
	document.write(dn + "\">" + username + "@" + dn + "</a>");
}


function contact()
{
	document.write("<a href=\"mailto");
	document.write(":" + "andrea" + "@");
	document.write(dn + "\">" + "<b>Contact Andrea</b>" + "</a>");
}

// -->
