codice:
function Messaggio()
{
alert("CIAO CIAO CIAO!");
}
window.setInterval("Messaggio()", 10000);