function refreshPos(obj) {
	obj.src = "/images/loading.gif";
	jQuery.post('serv.php', '', function(response) {
		document.getElementById('YaPos').innerHTML=response;
	});
}
