function post(tovar){
	$.post("/sravn", {tovar: tovar},
   function(data){
     if(data!="0"){
		alert(data);
	 }else{
		
	 }
   });
}