function __url(url) {
    $.get("cripto.php?pc="+encodeURIComponent(url), function(data){
        location.href="?pc="+data;		
    });		
}
