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