$(window).load(function() {
	$("div#makeMeScrollable").smoothDivScroll({
		autoScroll: "onstart" ,
		autoScrollDirection: "backandforth",
		autoScrollStep: 1,
		autoScrollInterval: 60,
		startAtElementId: "startAtMe",
		visibleHotSpots: "always"
	});
});
