/**
 * @author craigkaminsky
 */
$(document).ready(
	function(){
		$('div#sectionNavigation').scrollable({
			vertical: true,
			size: 6
		});
	}
);
