$(document).ready(function() {		
		// Initialize the plugin with no custom options
			$(window).load(function() {
		$("div#makeMeScrollable").smoothDivScroll({
			autoScroll: "onstart" , 
			autoScrollDirection: "backandforth", 
			autoScrollStep: 1, 
			autoScrollInterval: 15,	
			startAtElementId: "startAtMe", 
			visibleHotSpots: "always"	
		});
	});
});
