$('#fullpage').fullpage({
sectionsColor: ['#1bbc9b', '#4BBFC3', '#7BAABE'],
anchors: ['firstPage', 'secondPage', '3rdPage', '4rdPage','5rdPage','6rdPage', '7rdPage', '8rdPage'],
menu: '#menu',
loopTop: true,
loopBottom: true,
controlArrows: true,
onLeave: function(index, nextIndex, direction){
if(nextIndex == 9){
return false;
}
}
});