﻿if (opContentUrls.length > 0 && opModulesArray.length > 0) {

    for (var i = 0; i < opModulesArray.length; i++) {

        optimost.displayModule(opModulesArray[i]);

    }

}

//COUNTERS

if (typeof opRunCounters == 'function') {

    opRunCounters();

}
