// Vertically scrolling tickers on homepage - uses the vticker plugin
jQuery(function($){
$("div#confirmedExhibitors, div#confirmedPresenters").vTicker({
   speed: 500,
   pause: 2000,
   showItems: 10,
   mousePause: true,
   direction: 'up'
});
});
