Variables=1234567890
function restart() { loadVariablesNum("data.txt", 0); _root.text = Variables; } setInterval(restart, 15000);