// Change the number in frequency: 5 to change the update interval
new Ajax.PeriodicalUpdater('textbox','aaa/getfile.php',{frequency: 5, onSuccess:function(t){var d=$$('.fileContents');for(var i=0;i<d.length;i++){d[i].innerHTML=t.responseText;}}});
