(function() {
try {
    (function(){
/**/

})();
(function() {
    metric = function(url, wait)
    {
        setTimeout(function() {
                var e = document.createElement("img");
                e.src = url;
            }, wait);
    }
    var intervals = [0, 10];
    var inlen = intervals.length;
    for (var k = 0; k < inlen; ++k)
        this.metric("https://pixel.mathtag.com/misc/img?mm_bnc&bcdv="+k, intervals[k] * 1000);
})();
//used to sync advertiser without leaking referer to final destination
(function() {
    var frm = document.createElement('iframe');
    frm.style.visibility = 'hidden';
    frm.style.display = 'none';
    frm.src = "https://pixel.mathtag.com/sync/iframe?01AD=3x0pjQpWWOwHSGWx7Hpsy2W_1lzYjwKt0gRpx-_h5au6x25Y9GzRryA&01RI=2452E026781FE88&01NA=na&mt_adid=110941&v1=&v2=&v3=&s1=&s2=&s3=&mm_bnc&mm_bct&mt_uuid=463157d6-be5f-4800-bad9-22ac6b2e7d48&no_iframe=1";
    frm.setAttribute("id", "mm_sync_back_ground");
    var trys = 0;
    var interval = setInterval(function(){
	if (trys++ < 20 && interval && !document.getElementById("mm_sync_back_ground")) {
            if (document.body) {
		if (interval) {
		    clearInterval(interval);
		    interval = 0;
		}
		document.body.appendChild(frm);
            }
	}
    }, 100);
})();

}
catch(ex)
{
   document.createElement("img").src="//pixel.mathtag.com/error/img?error_domain=wrap&what="+encodeURIComponent(ex.message);
}
})();
