jQuery(document).ready(function($) { // When the document (page) has finished loading.
 
$.localScroll(); // Shows a window displaying "jQuery is working!"
 
});


