var em_box = 0;
var em_ads = []; 

function em_show_banner(_em_opt) {
  var size = _em_opt.split("x");
  document.write('<iframe src="http://www.mastermindpros.org/clicklogger/show_ad.php?o=' + _em_aff + '-b-' + _em_opt + '-' + em_box + '" frameborder="0" width="' + size[0] + '" height="' + size[1] + '" scrolling="no"></iframe>');
  em_box ++;
}

function em_get_lead(lead) {
  document.write('<iframe src="http://www.mastermindpros.org/clicklogger/check_lead.php?o=' + _em_aff + '-' + lead + '" frameborder="0" width="1" height="1" scrolling="no"></iframe>');
}

function em_get_sale(sale) {
  document.write('<iframe src="http://www.mastermindpros.org/clicklogger/check_sale.php?o=' + _em_aff + '-' + sale + '-' + _em_sale_amount + '" frameborder="0" width="1" height="1" scrolling="no"></iframe>');
}