/* Author:

*/
    $(document).ready(function() {
       $('#nav_column ul a').smoothScroll({
			offset: -10,
			speed: 2000
       });
       
       
       $('a.totop').smoothScroll({
			offset: 0,
			speed: 1000
       });
       
        
    });







