i just solved creating 3 different templates file:
vertical_scroll.php
vertical_scroll_1.php
vertical_scroll_2.php
then change the line 3 from:
jQuery('#news-container').vTicker({
to:
jQuery('.v_scroller').vTicker({
and add the class in the line 25
from:
$readable .= ' <div id="news-container"><ul class="wprssmi_rss_vs">';
to:
$readable .= ' <div id="news-container" class="v_scroller"><ul class="wprssmi_rss_vs">';
importat remeber to modify the class name in every file to be unique.
Thanks again for this beaoutifoul plugin.