
function coleguear(){
		//$("#apBtn").fadeOut(0);
		//$("#rectBtn").fadeOut(0);
		//$("#amicBtn").fadeOut(0);
		//$("#arBtn").fadeOut(0);
		//$("#zonaPermisos").fadeOut(0);
		//$("#apariencias").fadeOut(0);
		$("#volverBot").fadeIn(100);
		$("#mascaraVolver").fadeIn(100);
		
		$.post("librerias/volver.php", {accion: 'verFoto'},function(respuesta){
			if(respuesta!='nohay'){
				$('#fotoVolver').attr("src",respuesta);
			}
			else{
				$("#pestanyaVolver").attr({"src": "img/miyo.png"});
				$("#pestanyaVolver").css({'width':'132px'});		
			}
		});
			
	}

function volverTuBot(){
	datantes2='';
	$.post("librerias/volver.php", {accion: 'volver'},function(){
		if(volver=='index'){
			window.location="http://mielena.com/index.php";
		}
		else{
			amigos(0);
			}
		});
}
