function datum()
{
var date = "31.12.2011";
document.write(date);
}

function mth1()
{
var mth1 = "juni";
document.write(mth1);
}

function mth2()
{
var mth2 = "juli";
document.write(mth2);
}

function mth3()
{
var mth3 = "august";
document.write(mth3);
}
