
function az_adjs ( zone, key ) {
  var awrz_rnd = Math.floor(Math.random()*99999999999);
  var awrz_protocol = location.protocol.indexOf('https')>-1?'https:':'http:';
  if (!document.phpAds_used) document.phpAds_used = ',';
  document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
  document.write (awrz_protocol+"//servedby.epublishing.net/m3/adjs.php?n="+escape(key));
  document.write ("&zoneid="+zone+"&block=1");
  document.write ("&exclude=" + document.phpAds_used);
  document.write ("&loc=" + escape(window.location));
  if (document.referrer)
     document.write ("&referer=" + escape(document.referrer));
  document.write ('&r=' + awrz_rnd);
  document.write ("&ct0=" + escape(document.phpAds_ct0));
  document.write ("'><" + "/script>");
}
function az_custom_adjs (keywords, zone, key ) {
  var awrz_rnd = Math.floor(Math.random()*99999999999);
  var awrz_protocol = location.protocol.indexOf('https')>-1?'https:':'http:';
  if (!document.phpAds_used) document.phpAds_used = ',';
  document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
  document.write (awrz_protocol+"//servedby.epublishing.net/m3/adjs.php?n="+escape(key));
  document.write ("&what="+keywords+"/@zone:"+zone);
  document.write ("&zoneid="+zone+"&block=1");
  document.write ("&exclude=" + document.phpAds_used);
  document.write ("&loc=" + escape(window.location));
  if (document.referrer)
     document.write ("&referer=" + escape(document.referrer));
  document.write ('&r=' + awrz_rnd);
  document.write ("&ct0=" + escape(document.phpAds_ct0));
  document.write ("'><" + "/script>");
}

function az_custom_adjs (zone, key, source ) {
  var awrz_rnd = Math.floor(Math.random()*99999999999);
  var awrz_protocol = location.protocol.indexOf('https')>-1?'https:':'http:';
  if (!document.phpAds_used) document.phpAds_used = ',';
  document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
  document.write (awrz_protocol+"//servedby.epublishing.net/m3/adjs.php?n="+escape(key));
  document.write ("&source="+source+"/@zone:"+zone);
  document.write ("&zoneid="+zone+"&block=1");
  document.write ("&exclude=" + document.phpAds_used);
  document.write ("&loc=" + escape(window.location));
  if (document.referrer)
     document.write ("&referer=" + escape(document.referrer));
  document.write ('&r=' + awrz_rnd);
  document.write ("&ct0=" + escape(document.phpAds_ct0));
  document.write ("'><" + "/script>");
}
