function timeClock() { setTimeout(\"timeClock()\", 1000); now = new Date(); alert(now); f_date = now.getDate()+\" \"+strMonth(now.getMonth())
x = document.getElementsByTagName('SPAN').item(0); x.innerHTML = f_date;
try putting this code block instead of return statement, i haven't test it but it will probably work
return