$(document).ready(function(){
   $("div#makeMeScrollable").smoothDivScroll({scrollingSpeed: 3, mouseDownSpeedBooster: 1, autoScroll: "", autoScrollDirection: "", autoScrollSpeed: 5, visibleHotSpots: "", hotSpotsVisibleTime: 9, startAtElementId: "startAtMe"});
   $("#ticker01").show();
   $("ul#ticker01").liScroll({travelocity: 0.02});
});

