$(function() {
			$("div#scrollingText").smoothDivScroll({ autoScroll: "onstart", autoScrollDirection: "backandforth", autoScrollStep: 1, autoScrollInterval: 15, scrollingSpeed:10});
		});

