$(document).ready(
   function()
   {

	   	// Smooth scrolling effect
        $(document).ScrollToAnchors(630);

   });