$(function() {
			$("div#scrollingText").smoothDivScroll({ scrollingSpeed:1000, autoScroll: "onstart", autoScrollDirection: "endlessloop" });
		});

