var count = 0;

function playrefresh() {
var myAjax = new Ajax.PeriodicalUpdater(
'getCurrent', // div to update
'current_talk.php',
{
method: 'get', // HTTP
evalScripts: true, //
frequency: 30, //
decay: 0 //
}
);
}

playrefresh(); //run without click