$(document).ready(function(){	
	$("#homeTicker").easySlider({
		controlsShow: false,
		vertical: true,
		auto: true, 
		continuous: true
	});
});	