function reloadByAjax() { $.get("ajax-data/today_events.php?1740847337", function(data){ $('#today_events').html(data); }); $.get("ajax-data/today_events2.php?id=&1020277201", function(data){ $('#today_events2').html(data); }); } setInterval("reloadByAjax()", 1000 * 60 * 5); // reload by Ajax every 1 minutes function popup(objSender) { newwindow=window.open(objSender.getAttribute('href'),'','width=850,height=600,resizable=yes, screenX=100,scrollbars=1,screenY=200,location=no'); if (window.focus) {newwindow.focus()} return false; } function popup2(objSender) { newwindow=window.open(objSender.getAttribute('href'),'','width=420,height=440,resizable=yes, screenX=100,scrollbars=1,screenY=200,location=no'); if (window.focus) {newwindow.focus()} return false; }