$(function() {

		$('a.top').click(function() {
			$('body,html').animate({scrollTop:0},400);
		});	
});