I have put together the following mootools script
window.addEvent(\'domready\', function() { var shouts = \"timed.php\"; var log = $(\'log_res\'); f
Can you not do something like this:
function updateData (url, target) { var target = $(target); target.innerHTML = 'Please wait...'; //and the rest of the function }