 $(document).ready(function () {
	var stickyPanelOptions = {
    	savePanelSpace: true
    };
    // multiple panel example (you could also use the class ".stickypanel" to select both)
	$("nav").stickyPanel(stickyPanelOptions);
	
	$("#personalWork").anchorAnimate();
	
});
