function nieuw()
    {
        document.getElementById('captcha').innerHTML = '<img src="/html/afbeelding.php?' + Math.floor(Math.random()* 999999 + 1 ) + '" height="45px" width="108px" />';
    }

