var Masterdef  = {
  var_log:  function(msg, var1) {
    $j.post('/lib/masterdef/log.php', {
      msg:  msg,
      data: var1
    });
  }
}

