var boodschap = 'welcome!';
function dgstatus()
{
window.status = boodschap;
timerID= setTimeout("dgstatus()", 0);
}
<!--
dgstatus();
//-->