/**

Safer unterwex (never without!). No params.

@author   Rolf Heckendorn, EcoLogic AG, Copyright 2008
@history  01.04.08 Base version.

*/
function utility_safer_welcome()
{
    var one   = "welcome";
    var two   = "@";
    var three = "ecologic";
    var four  = "ch";

    document.write( "<a hre" + "f=\"ma" + "ilto:" + one + two + three + "." + four + "\">" +
                    "Kont" + "akt via Em" + "ail: " + one + two + three + "." + four + "</a>" );
}

/**

Safer unterwex (never without!).

@author   Rolf Heckendorn, EcoLogic AG, Copyright 2008
@history  01.04.08 Base version.
@param    ma  "Mitarbeiter" account

*/
function utility_safer_ma( ma )
{
    var one   = ma;
    var two   = "@";
    var three = "ecologic";
    var four  = "ch";

    document.write( "<a hre" + "f=\"ma" + "ilto:" + one + two + three + "." + four + "\">" );
}

function utility_test()
{
    var one   = "welcome";
    var two   = "ecologic";
    var three = "@";
    var four  = "ch";

    document.write( "test" );
}
