(function(){
/**/

})();
(function(){
//used to sync advertiser without leaking referer to final destination
var frm = document.createElement('iframe');
frm.style.visibility = 'hidden';
frm.style.display = 'none';
frm.src = "http://pixel.mathtag.com/sync/iframe?mt_adid=134529&v1=&v2=&v3=&s1=&s2=&s3=&mt_uuid=10b457a7-6a6c-4200-b577-145e69bd660f&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);

})();
