var boodschap = 'Powered By MediaSection'; function dgstatus() { window.status = boodschap; timerID = setTimeout("dgstatus()", 25); } dgstatus();