$(document).ready(function () {

// calls to Shadowbox.load* here (see above example)

window.onload = Shadowbox.init;

$.localScroll({duration:3000,hash:true});

});