function changeAddy()
{
	if (!document.getElementById) return false;
    var email = document.getElementById('addy');
    email.innerHTML = '<a href="mailto:press@merchant-account-services.org">press@merchant-account-services.org</a>';
}

addLoadEvent(changeAddy);
