// JavaScript Document
 $(document).ready(function() {
   // put all your jQuery goodness in here.


      $("#topButton a").click(function ()
      {
        $.scrollTo("#top", "fast");
        window.location.hash = "";
        return false
      });
	   });
