http://developer.mozilla.org/en/DOM/window.setInterval
Note that passing additional parameters to the function in the first syntax does not work in Internet Explorer.
window.onload=function(){setInterval('caricaTesto( "file.txt")', 5000)}