function showemail()
{
    document.write('ud'+'i20'+'08@u'+'niek'+'.n'+'et');
}

function showphone()
{
    document.write('84'+'7.6'+'38.6'+'453');
}

function showcopyright()
{
    var today = new Date();
    var theyear = today.getFullYear();
    document.write('Copyright &copy; ' + theyear + '&nbsp;');
}

