$(function(){
	 $("#topicsArea").load("topics.html");
		   
     $("#toTopBtn a").click(function(){
     $('html,body').animate({ scrollTop: $($(this).attr("href")).offset().top }, 'fast','swing');
     return false;
     })
	 
});




	
