
/////////////////////////


function email_contact()
{
    document.open();

document.writeln("<a href='mailto:contact@workingthemagic.com'>Contact By Email</a>");


}

/////////////////////////


function email_sales()
{
    document.open();

document.writeln("<a href='mailto:sales@workingthemagic.com'>Sales Inquiry</a>");


}

/////////////////////////


function email_support()
{
    document.open();

document.writeln("<a href='mailto:support@workingthemagic.com'>Technical Support</a>");


}

/////////////////////////


function email_jeff()
{
    document.open();

document.writeln("<a href='mailto:jeffbrew@workingthemagic.com'>Email Jeff Brew</a>");


}

/////////////////////////

function email_kirk()
{
    document.open();

document.writeln("<a href='mailto:kirkjohnson@workingthemagic.com'>Email Kirk Johnson</a>");


}

/////////////////////////

function email_glenn()
{
    document.open();

document.writeln("<a href='mailto:glenn@workingthemagic.com'>Email Glenn Sanford</a>");


}

/////////////////////////

function email_gabe()
{
    document.open();

document.writeln("<a href='mailto:gabehoggarth@workingthemagic.com'>Email Gabe Hoggarth</a>");


}

/////////////////////////

function email_eddi()
{
    document.open();

document.writeln("<a href='mailto:eddihughes@workingthemagic.com'>Email Eddi Hughes</a>");


}

/////////////////////////

function email_michael()
{
    document.open();

document.writeln("<a href='mailto:michael@workingthemagic.com'>Email Michael Eisenberg</a>");


}

/////////////////////////

function email_contact_address()
{
    document.open();

document.writeln("<a href='mailto:contact@workingthemagic.com'>contact@workingthemagic.com</a>");


}

/////////////////////////