(function () {
	function loadScript(callback) {
		var protocol = ('https:' === document.location.protocol ? 'https' : 'http'),
			base = document.getElementsByTagName('script')[0],
			script = document.createElement('script');
		script.src = protocol + '://adsby.bidtheatre.com/js/asx_analytics.min.js?ver=A33923C452';
		script.type = 'text/javascript';
		script.onload = callback;
		base.parentNode.insertBefore(script, base.nextSibling);
	}
	if (typeof asxanalytics === 'undefined') {
		loadScript(function () {asxanalytics.init({'c':5729, 'fqdn':'adsby.bidtheatre.com', 't':2, 'click':0, 'adv':12323}); });
	} else {
		asxanalytics.init({'c':5729, 'fqdn':'adsby.bidtheatre.com', 't':2, 'click':0, 'adv':12323});
	}
})();
