$(function(){
	$('#topza').click(function() {
		$(document).scrollTo(0, 250);
		})});

