jQuery(function( $ ){
	var $last = $([]);//save the last link

	$.localScroll({
		target: '#employeepane',
		duration:500
	});
});