/*
function go(to)
{
    switch (to)
    {
        case "teaser1":
            window.location.href="../weddings.php";
            break;
        case "teaser2":
            window.location.href="../athletics-special.php";
            break;
        case "teaser3":
            window.location.href="../portraits.php";
            break;
    }
}
*/

function mailToLink(address) {
    document.write('<a href="' + 'mail' + 'to:' + address + '">' + address + '</a>');
}

