﻿//var mpq = [];
//mpq.push(["init", "fc5a657a34cab947f41037e8bc5e744a"]);
//mpq.push(['set_config', { 'test': true }]);
//mpq.track = function (event, properties, callback) {
//    mpq.push('track', event, properties, callback);
//};

//(function () {
//    var mp = document.createElement("script"); mp.type = "text/javascript"; mp.async = true;
//    mp.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + "//api.mixpanel.com/site_media/js/api/mixpanel.js";
//    var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(mp, s);
//})();



try {
    var mpq = new MixpanelLib("fc5a657a34cab947f41037e8bc5e744a", "mpq");
} catch (err) {
    var null_fn = function () { };
    var mpq = {
        track: null_fn,
        track_funnel: null_fn,
        register: null_fn,
        register_once: null_fn,
        register_funnel: null_fn,
        identify: null_fn
    };
}
