$(function () {
	
	//if (! $.browser.safari) {
		$("a[href='#gototop']").click(function () {
			$(this).blur();
			$('html,body').animate({ scrollTop: 0 }, 'slow');
			return false;
		});
	//}
});


