// JavaScript Document

//---------email.js
function occultEmail()
            {
            var d = document.getElementById('ad');
            if(d != null)
            {
                  d.href = 'mailto:penny@pennyslowfatdesserts.com';
            }
            }
//---------end of email.js
