var url = 'http://'+location.host+'/todayarea.php';
$(document).ready( 
  function() {
    $('#todayArea').load(url);
  });
