if (BZLAdId) { BZLAdId++; } else { var BZLAdId = 1; } function bloggerAd() { //here it validates if the ad was already served and prevent gaming by bloggers. if(! document.getElementById('bz_blogger' + BZLAdId) && result != null){ loadAd(result); } } function getZedoAdVars(networkCode, channelCode, publisherCode, adSizeCode, width, height) { var zedoVars = ""; return zedoVars; } function getJsTag(networkCode, channelCode, publisherCode, adSizeCode, width, height){ var zedoAdBaseUrl = "http://d3.zedo.com/jsc/d3/fo.js"; var zedoAdUrl = getZedoAdVars(networkCode, channelCode, publisherCode, adSizeCode, width, height); return zedoAdUrl+ ""; } function loadAd(result) { document.write("
"); document.write(getJsTag(result.n, result.c, result.s, result.d, result.w, result.h)); document.write("
"); } if (BZLAdId <= 4) { bloggerAd(); } if (BZLAdId == 1) { var siteUrl = document.location.toString(); siteUrl = siteUrl.split('/')[2].replace('www.', ''); siteUrl = siteUrl.replace(/\./g, '_'); _qoptions={ qacct:"p-865_f8D4GZJfY", labels:"Buzz Logic Network," + siteUrl}; document.write('<' + 'script language="javascript" type="text/javascript" src="http://edge.quantserve.com/quant.js"' + '>' +''); }