| 1 |
var m3_up=location.protocol=='https:'?'https://':'http://';
|
| 2 |
var m3_url=m3_up=='https:'?az_us:az_u;
|
| 3 |
var m3_u=m3_up + m3_url + az_js;
|
| 4 |
var m3_r=Math.floor(Math.random()*99999999999);
|
| 5 |
if (!document.MAX_used) document.MAX_used = ',';
|
| 6 |
|
| 7 |
function az_adjs(z, n) {
|
| 8 |
var az="<scr"+"ipt type='text/javascript' ";
|
| 9 |
az+="src='"+m3_u+"?zoneid="+z+"&cb="+m3_r;
|
| 10 |
if (!document.MAX_used != ',') az+="&exclude="+document.MAX_used;
|
| 11 |
if (document.referrer) az+="&referer="+escape(document.referer);
|
| 12 |
if (document.content) az+="&context="+escape(document.context);
|
| 13 |
if (document.mmm_fo) az+="&mmm_fo=1";
|
| 14 |
az+="'></scr"+"ipt>";
|
| 15 |
document.write(az);
|
| 16 |
}
|