﻿
// This will download TRIAL code when it is to be executed at bottom of page

(function() {

    if (opRatios && opCookieNames && opDomains && opExpiries && opTrialCodeLow) {

        if (opContentUrls.length > 0 && opRatios.length == opContentUrls.length && opCookieNames.length == opContentUrls.length && opDomains.length == opContentUrls.length && opExpiries.length == opContentUrls.length) {

            for (var i = 0; i < opContentUrls.length; i++) if (opTrialCodeLow[i]) {

                var _o = optimost;

                _o.U = opContentUrls[i];

                _o.ST = "script";

                _o.SA = { "type": "text/javascript" };

                _o.B();

                _o.R(opRatios[i], opCookieNames[i], opDomains[i], opExpiries[i]);

            }

        }

    }

})();
