ho risolto così...
C_Date = SysDate.getDate();
C_Minutes = SysDate.getMinutes();
C_Seconds = SysDate.getSeconds();
Display_Time = C_Minutes add ":" add C_Seconds;
if ((C_Minutes == "00")) {
getURL("pagina.html", "news");
}
ora però mi apre illimitate volte la pagina.html
come posso ovviare e far fare il geturl solo una volta?