var _gaq = _gaq || [];
function init_axn_player(widget_id,publisher_app_id) {
	axn_tracking(widget_id,publisher_app_id);
}
function init_axn_player_with_entry(widget_id,publisher_app_id,entry_id) {
	axn_tracking(widget_id,publisher_app_id);
}
function axn_tracking(widget_id,publisher_app_id) {
	_gaq.push(function() {
		var pageTracker = _gat._createTracker('UA-2526960-16', 'axnTracker');
		pageTracker._trackEvent('Loaded with URL - JS', publisher_app_id, document.location.href);
	});
 	(function() {
		var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
		ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
		var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
	})();
}
