//foto del dia
function cargar_foto(f){	
	$.get("fotodeldiaver.php?t="+f+"", function(data){
	$("#fotover").html(data);
	});
}
