">
var EzoicAnalytics = function() {
// this is the callback url to store the impression via ajax!!
this.defaultStoreUrl = '/ezoic/imp.gif';
this.defaultStoreA = '/ezoic/i.gif';
if (((typeof ezJsu !== 'undefined') && ezJsu === true) || ((typeof _ez_sa !== 'undefined') && _ez_sa === true)) {
this.defaultStoreUrl = '//g.ezoic.net/ezoic/imp.gif';
this.defaultStoreA = '//g.ezoic.net/ezoic/i.gif';
}
this.getStoreImpressionUrl = function() {
if (typeof _ezImpStoreUrl != 'undefined') {
return _ezImpStoreUrl;
} else {
return this.defaultStoreUrl;
}
};
.