(function() {
	document.write('<script id="eadv-1-2a88fe4ed9fbc75b1454466947078"></script>');
	var starter = document.getElementById('eadv-1-2a88fe4ed9fbc75b1454466947078');
	var tot = 0;
function start() {
	if(!false || document.readyState === 'complete') {
		eADVManager.delivery({
			id: 'eadv-1-2a88fe4ed9fbc75b1454466947078',
			idsito: '11399',
			urlsito: 'easyteachpoint.com',
			idzona: '1',
			idcategoria: '12',
			width: '728',
			height: '90',
			rc: 'e13807e18093ffe5aaa49c6e028751b4',
			frequency: '10',
			docked: 'bottom',
			tocheck: true,
			performance: false,
			secure: false,
			mobile: false,
			subid: 0
			
		});
	} else if(tot < 30000) {
		tot += 250;
		setTimeout(start, 250);
	}
}

if(typeof eADVManager !== 'object') {
	var script = document.createElement("script");
	script.setAttribute('id', 'eadv-1-2a88fe4ed9fbc75b1454466947078-load');
	script.setAttribute('async', 'async');
	script.setAttribute('defer', 'defer');
	script.setAttribute('src', '//www.eadv.it/track/esr.min.js?v=1.1.6');

	if(script.readyState) {
		script.onreadystatechange = function() {
			if(script.readyState === "loaded" || script.readyState === "complete") {
				script.onreadystatechange = null;
				start();
			}
		};
	} else {
		script.onload = function() {
			start();
		};
	}

	var parent = starter.parentNode;
	if(parent.lastchild == starter) parent.appendChild(script);
	else parent.insertBefore(script, starter.nextSibling);
} else {
	start();
}
})();