{% if (S_TSRAT_ENABLE and S_TS_JSSCROLL) or (S_TSRAT_ENABLE and S_TS_TICKER) %}
{% if S_TS_JSSCROLL and not S_TS_TICKER and SCRIPT_NAME == "index" %}
{% INCLUDEJS 'jquery.totemticker.min.js' %}
{% elseif S_TS_TICKER and not S_TS_JSSCROLL %}
{% INCLUDEJS 'jquery.newsticker.js' %}
{% endif %}
{% endif %}