
function gm_header() {
  $("#gm-header").html("<iframe src=\"/gm/gm-header.php\" width=\"484\" " +
	"height=\"76\"></iframe>");
  //console.log("gm-header");
}

function gm_right() {
  //$("#gm-right").load("/js/gm-right.php");
  $("#gm-right").html("<iframe src=\"/gm/gm-right.php\" width=\"136\" " +
	"height=\"616\"></iframe>");
  //console.log("gm-right");
}

function gm_sidebar() {
  $("#gm-sidebar").html("<iframe src=\"/gm/gm-sidebar.php\" width=\"212\" " +
	"height=\"216\"></iframe>");
  //console.log("gm-sidebar");
}

function update_gm() {
  gm_header();
  gm_right();
  gm_sidebar();
  return false;
}


/*
$(document).ready(function() {
  $("a").click(function() {
    update_gm();
    return false;
  });

});
*/
