jQuery(function( $ ){

//$.attr({scrollTop:0,scrollLeft:0});

$.localScroll.hash({
 axis:'xy',
 queue:true,
 duration:900
});

$.localScroll({
 axis:'xy',
 duration:900,
 offset: -300,
 hash:true
 });

});
