xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#" lang="es-ES">
sco: Una Vida Entre El Cielo Y la Tierra (AudioLibro) - IntercambiosVirtuales
$(document).ready(function() {
$(".fancybox-thumb").fancybox({
prevEffect : 'none',
nextEffect : 'none',
helpers : {
title : {
type: 'outside'
},
thumbs : {
width : 50,
height : 50
}
}
});
});
$(document).ready(function() {
$(".fancybox-button").fancybox({
prevEffect : 'none',
nextEffect : 'none',
closeBtn : false,
helpers : {
title : { type : 'inside' },
buttons : {}
}
});
});
$(document).ready(function() {
$(".fancybox").fancybox({
openEffect : 'none',
closeEffect : 'none'
});
});
document.write('<style type="text/css">.tabber{display:none;}<\/style>');
if (top.location != self.location)top.location = self.location;
function anzeigen(name, auf) {
if (document.getElementById("p" + name)) {
var elem = document.getElementById("p" + name);
if (elem.style.display == "" & !auf) {
elem.style.display = "none";
} else {
elem.style.display = "";
}
var elem2 = document.getElementById("pb" + name);
if (elem2) {
if (elem.style.display == "") {
elem2.src = "/wp-content/themes/summerfruit/images/pfeil_auf.jpg";
} else {
elem2.src = "/wp-content/themes/summerfruit/images/pfeil_zu.jpg";
}
}
}
}
function hideX()
{
document.getElementById("seguidores").style.display = "none";
crearCookie("cerrar_seguidores", true);
}
window.onload = function leer_estado_cookie()
{
if (leerCookie("cerrar_seguidores")){
document.getElementById("seguidores").style.display = "none";
}else{
document.getElementById("seguidores").style.display = "inline";
document.getElementById("seguidores").style.cssFloat = "right";
document.getElementById("seguidores").style.marginRight = "10px";
document.getElementById("seguidores").style.color = "#000";
//document.getElementById("seguidores").style.cursor = "pointer";
}
}
// Crear Cookie
var crearCookie = function (key, value) {
expires = new Date();
expires.setTime(expires.getTime() + 30*24*60*60*1000); // Estableces el tiempo de expiraci�n, genius
cookie = key + "=" + value + ";expires=" + expires.toUTCString() + ";path=/";
return document.cookie = cookie;
}
// Leer Cookie
var leerCookie = function (key) {
keyValue = document.cookie.match("(^|;) ?" + key + "=([^;]*)(;|$)");
if (keyValue) {
return keyValue[2];
} else {
return false;
}
}
// Eliminar Cookie
var eliminarCookie = function (key) {
return document.cookie = key + '=;expires=Thu, 01 Jan 1970 00:00:01 GMT;';
}
document.createElement("nav");
document.createElement("header");
document.createElement("footer");
document.createElement("section");
document.createElement("article");
document.createElement("aside");
document.createElement("hgroup");
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/es_ES/sdk.js#xfbml=1&version=v2.8";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
Recomienda
IntercambiosVirtuales
Inicio
Foro
Busqueda
Info Legales
Reglas
F.A.Q.
Juegos
Staff
o
enero
7
sco: Una Vida Entre El Cielo Y la Tierra (AudioLibro)
Posteado En: jimmy_criptoy
Datos Técnicos
sco: Una Vida Entre El Cielo Y la TierraMP3 | 128kbps | Spanish | 202MB | voz: Mariano Osorio | Autor: Yohana García | nov 2005
Descripción
Cuando sco muere y llega al cielo, después de sufrir una larga enfermedad, los maestros espirituales le muestran cómo tendría que haber vivido para crecer, y cómo hacer para lograr lo que cada uno desea, para lograr el bienestar interior. una novela conmovedora, basada en las transmisiones que los guías espirituales muestran en los registros akáshicos del “libro de la vida”. esta novela tiene el don de llevar al lector hasta el cielo, para que después pueda regresar a su vida, y comenzar a crear huellas en la tierra.
Enlaces
From RapidshareCD1 | CD2 | CD3 From MegaCD1 | CD2 | CD3 From FilefactoryCD1 | CD2 | CD3
Web del Autor
HomePage
.text {
font-size:18px;
font-family:helvetica;
font-weight:bold;
color:#D33030;
text-transform:uppercase;
}
.parpadea {
animation-name: parpadeo;
animation-duration: 10s;
animation-timing-function: linear;
animation-iteration-count: infinite;
-webkit-animation-name:parpadeo;
-webkit-animation-duration: 10s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
}
@-moz-keyframes parpadeo{
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}
@-webkit-keyframes parpadeo {
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}
@keyframes parpadeo {
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}
No somos responsables de los enlaces en la caja de comentarios sociales, usarlos bajo su propio juicio.
21 Comentarios 07/ene/2008
21
#tabs {
overflow: hidden;
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
#tabs li {
float: left;
margin: 0 .5em 0 0;
}
#tabs a {
position: relative;
background: #ddd;
background-image: linear-gradient(to bottom, #fff, #ddd);
padding: .7em 3.5em;
float: left;
text-decoration: none;
color: #444;
text-shadow: 0 1px 0 rgba(255,255,255,.8);
border-radius: 5px 0 0 0;
box-shadow: 0 2px 2px rgba(0,0,0,.4);
}
#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after {
background: #fff;
}
#tabs a:focus {
outline: 0;
}
#tabs a::after {
content:'';
position:absolute;
z-index: 1;
top: 0;
right: -.5em;
bottom: 0;
width: 1em;
background: #ddd;
background-image: linear-gradient(to bottom, #fff, #ddd);
box-shadow: 2px 2px 2px rgba(0,0,0,.4);
transform: skew(10deg);
border-radius: 0 5px 0 0;
}
#tabs #current a,
#tabs #current a::after {
background: #fff;
z-index: 3;
}
#MiContenido {
background: #fff;
padding: 2em;
height: 100%;
width: 100%;
position: relative;
z-index: 2;
border-radius: 0 5px 5px 5px;
box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5);
}
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/es_ES/sdk.js#xfbml=1&version=v2.8&appId=1968157026547285";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
$(document).ready(function() {
$("#MiContenido").find("[id^='tab']").hide(); // Hide all content
$("#tabs li:first").attr("id","current"); // Activate the first tab
$("#MiContenido #tab1").fadeIn(); // Show first tab's content
$('#tabs a').click(function(e) {
e.preventDefault();
if ($(this).closest("li").attr("id") == "current"){ //detection for current tab
return;
}
else{
$("#MiContenido").find("[id^='tab']").hide(); // Hide all content
$("#tabs li").attr("id",""); //Reset id's
$(this).parent().attr("id","current"); // Activate this
$('#' + $(this).attr('name')).fadeIn(); // Show content for the current tab
}
});
});
Social (Facebook)
Local
21 Comentarios
Subscribirse a los Comentarios de Este Post
@carminus 31/01/2008 07:50:00 #1
gracias
@Anonymous 12/06/2008 22:56:00 #2
Intercambio virtuales, es mi mejor recurso en internet, y gracias tambien a jimmy por subirlo
@VERONICA PASTOR 10/06/2009 09:30:56 #3
GRACIAS POR HABER SUBIDO ESTE LIBRO, TENIA MUCHAS GANAS DE LEERLO Y AHORA ES MEJOR PUES LO PUEDO ESCUCHAR EN MI TRABAJO, GRACIAS JIMMY Y GRACIAS TAMBIEN A ESTE PORTAL.
@julio 15/06/2009 18:43:37 #4
ME PRESTARON EL LIBRO Y ES MUY BUENO RE-LERLO DE VEZ EN CUANDO
SE LOS RECOMIENDO A TODO AHUNQUE NO PUDE CONSEGUIR EL LIBRO EN LA WEB LO CONSEGUI COMO AUDIOLIBRO ESTA BUENISIMO ES UNA REFLEXION SOBRE LA VIDA Y LA MUERTE
SI ALGUIEN LO TIENE PARA BAJAR EN FORMATO DOC O PGF SE LO ENCARGO
GRACIAS JULIO[email protected]
@Anonimo 22/06/2009 12:36:20 #5
Gracias por el aporte carnal desde jalapa Ver.
@lcf 14/07/2009 22:17:23 #6
Gracias por el Audiolibro.
les dejo unos link donde podran encontrar mas libros pdf de este tipo.
http://www.rosicrucian.com/for.....cspa00.htm
CONSTITUCIÓN ACTUAL DEL HOMBRE Y MÉTODO DE SU DESARROLLO
•CAPÍTULO I: Los Mundos Visibles e Invisibles
•CAPÍTULO II: Los Cuatro Reinos
•CAPÍTULO III: El Hombre y el Método de Evolución
•CAPÍTULO IV: Renacimiento y Ley de Consecuencia
SEGUNDO PARTE
COSMOGÉNESIS Y ANTROPOGÉNESIS
•CAPÍTULO V: La Relación del Hombre con Dios
•CAPÍTULO VI: Esquema de la evolución
•CAPÍTULO VII: El Camino de la Evolución
•CAPÍTULO VIII: La obra de la evolució
•CAPÍTULO IX: Rezagados y Principiantes
•CAPÍTULO X: El Período Terrestre
•CAPÍTULO XI: Génesis y evolución de nuestro Sistema Solar
•CAPÍTULO XII: Evolución de la Tierra
•CAPÍTULO XIII: Hacia la Biblia
•CAPÍTULO XIV: Análisis oculto del Génesis
@Luis 17/09/2009 09:29:15 #7
EXCELENTE APORTE ¡MUCHAS GRACIAS!
@jorge tadeo 23/09/2009 11:57:49 #8
gracias por el post exelente libro y aporte,
@christian 01/11/2009 20:10:58 #9
gracias pero no lo pudiste poner en un sulo link aunque eso name inporta tanto so que me importa es el tiempo de descarga
@paulina 01/04/2010 23:34:32 #10
hola donde puedo encontrar el audio libro de sco decide volver a nacer 2?
@IVAN GONZALEZ 09/04/2010 14:21:26 #11
SALUDOS. YO TAMBIEN ESTOY EN BUSCA DE EL LIBRO SCO DECIDE VOLVER A NACER. PODRIAN AYUDARME YA QUE ES ALGO MAS QUE INTERESANTE. GENIAL
@GLORIA NAIMA AVALOS 15/05/2010 23:42:59 #12
Creo que es un buen libro ya que estoy iniciando la lectura pero tiene muy buen principio y al terminarlo dare mi critica si lleno mis expectativas gracias por escribir este tipo de libros
@Hugo Carballo 17/05/2010 14:54:54 #13
Gracias por los Adiolibros que tienes publicados, son muy buenos .
Chao que tengas un buen dia
@lolo 03/06/2010 14:10:51 #14
Hola! Alguien sabe de donde puedo bajar el audilibro sco decide volvera nacer? Muchas gracias! Bs
@r flores 23/06/2010 20:34:32 #15
Libros sobre el mismo tema:
Salvado por la Luz de Dannion Brinkley
He Visto La Luz de Bety J Eadie
Noventa minutos en el cielo no se el autor
@Ines 27/08/2010 21:25:12 #16
Muchas gracias por compartir este libro que recién estoy terminando de bajar, pero que a juzgar por el comentario previo supongo será muy interesante.
@maca 12/09/2010 13:02:23 #17
MUY BUEN APOTE GRACIAS
@Okram crea 15/09/2010 19:20:02 #18
Gracias
@Bety Garcia 19/09/2010 10:58:52 #19
Oigan .. una pregunta … son solo 8 capitulos ??? o me perdi de algo … porque al final no dice FIN … y me quedo con la duda .. GRACIAS !
@gustavo 02/11/2010 10:00:22 #20
muy bueno.muchas gracias .
@TERE 24/05/2012 13:45:39 #21
EL LIBRO DE SCO ES DE LO MEJOR EN LA LITERATURA
¿Algo que Comentar?
Nombre (requerido)
Email (requerido)
WebsiteTu avatar en los
comentarios
$(document).ready(function () {
var emailreg = /^[a-zA-Z0-9_\.\-]+@[a-zA-Z0-9\-]+\.[a-zA-Z0-9\-\.]+$/;
$(".botoncomentario").click(function (){
$(".error").remove();
if( $(".nombre").val() == ""){
$(".nombre").focus().after("<span class='error'>Ingrese su nombre");
return false;
}else if( $(".nombre").val().length < 4){
$(".nombre").focus().after("<span class='error'>Ingrese un nombre de más de 4 caracteres");
return false;
}else if( $(".email").val() == "" || !emailreg.test($(".email").val()) ){
$(".email").focus().after("<span class='error'>Ingrese un email correcto");
return false;
}else if( $("#comment").val() == "" ){
$("#comment").focus().after("<span class='error'>Ingrese un mensaje");
return false;
}else if( $("#comment").val().length < 10 ){
$("#comment").focus().after("<span class='error'>Ingrese un mensaje de más de 10 caracteres");
return false;
}
});
$(".nombre, #comment").keyup(function(){
if( $(this).val() != "" ){
$(".error").fadeOut();
return false;
}
});
$(".email").keyup(function(){
if( $(this).val() != "" & emailreg.test($(this).val())){
$(".error").fadeOut();
return false;
}
});
});
function emoticonos(tag) {
var myField;
if (document.getElementById('content') & document.getElementById('content').type == 'textarea') {
myField = document.getElementById('content');
}
else if (document.getElementById('comment') & document.getElementById('comment').type == 'textarea') {
myField = document.getElementById('comment');
}
else {
return false;
}
if (document.selection) {
myField.focus();
sel = document.selection.createRange();
sel.text = tag;
myField.focus();
}
else if (myField.selectionStart || myField.selectionStart == '0') {
var startPos = myField.selectionStart;
var endPos = myField.selectionEnd;
var cursorPos = endPos;
myField.value = myField.value.substring(0, startPos)
+ tag
+ myField.value.substring(endPos, myField.value.length);
cursorPos += tag.length;
myField.focus();
myField.selectionStart = cursorPos;
myField.selectionEnd = cursorPos;
}
else {
myField.value += tag;
myField.focus();
}
}
Más
Click en el emoticon para usar...
Cerrar
Tenga en Cuenta: La moderación de comentarios está habilitada y puede retrasar tu comentario. No hay necesidad de volver a enviar su comentario.
Comparte con Nosotros…
CHAT PORTATIL | CUENTAS
{"handle":"iv-chatang0","arch":"js","styles":{"a":"CC0000","b":93,"c":"FFFFFF","d":"FFFFFF","f":93,"i":93,"k":"CC0000","l":"CC0000","m":"CC0000","n":"FFFFFF","o":93,"p":"10","q":"CC0000","r":93,"pos":"br","cv":1,"cvfntw":"lighter","cvbg":"CC0000","cvbga":93,"cvfg":"ffffff","cvw":75,"cvh":30,"fwtickm":1}}
Suscribirse
Categorías
Android (106)
Anime (1.182)
AudioLibro (233)
Cursos Multimedia (940)
Diarios (562)
Documentales (201)
Encuestas (7)
Ganar Dinero (9)
General (1)
Graficos (429)
Infantiles (514)
Juegos (3.632)
Libros – Manuales (1.059)
Linux (152)
MACOSX (344)
Manga (305)
Miscelánea (80)
Moviles (85)
Música (682)
Noticias (46)
Plantillas (79)
Podcast (3)
Portables (472)
Revistas (854)
Series (163)
Sistemas Operativos (239)
Software (4.497)
Tips – Trucos (6)
Todo en Uno (170)
Video Clip (86)
Zona Cristiana (357)
Archivos
Elegir mes junio 2025 (24) mayo 2025 (82) abril 2025 (18) marzo 2025 (17) febrero 2025 (12) enero 2025 (18) diciembre 2024 (16) noviembre 2024 (12) octubre 2024 (24) septiembre 2024 (45) agosto 2024 (15) julio 2024 (9) junio 2024 (4) mayo 2024 (7) abril 2024 (13) marzo 2024 (9) febrero 2024 (5) enero 2024 (13) diciembre 2023 (5) noviembre 2023 (7) octubre 2023 (8) septiembre 2023 (8) julio 2023 (1) junio 2023 (1) mayo 2023 (3) abril 2023 (11) marzo 2023 (2) febrero 2023 (4) enero 2023 (4) diciembre 2022 (5) noviembre 2022 (2) octubre 2022 (4) septiembre 2022 (1) agosto 2022 (1) julio 2022 (2) mayo 2022 (1) abril 2022 (2) marzo 2022 (5) enero 2022 (4) noviembre 2021 (2) octubre 2021 (3) septiembre 2021 (3) agosto 2021 (6) julio 2021 (3) junio 2021 (2) mayo 2021 (2) abril 2021 (1) marzo 2021 (1) febrero 2021 (3) enero 2021 (5) diciembre 2020 (13) noviembre 2020 (17) octubre 2020 (3) septiembre 2020 (9) agosto 2020 (11) julio 2020 (13) junio 2020 (25) mayo 2020 (6) abril 2020 (27) marzo 2020 (46) febrero 2020 (17) enero 2020 (19) diciembre 2019 (51) noviembre 2019 (38) octubre 2019 (61) septiembre 2019 (100) agosto 2019 (69) julio 2019 (78) junio 2019 (39) mayo 2019 (34) abril 2019 (13) marzo 2019 (8) febrero 2019 (8) enero 2019 (32) diciembre 2018 (29) noviembre 2018 (30) octubre 2018 (25) septiembre 2018 (19) agosto 2018 (21) julio 2018 (33) junio 2018 (24) mayo 2018 (41) abril 2018 (62) marzo 2018 (40) febrero 2018 (9) enero 2018 (39) diciembre 2017 (28) noviembre 2017 (61) octubre 2017 (56) septiembre 2017 (8) agosto 2017 (16) julio 2017 (53) junio 2017 (63) mayo 2017 (62) abril 2017 (80) marzo 2017 (111) febrero 2017 (128) enero 2017 (105) diciembre 2016 (97) noviembre 2016 (60) octubre 2016 (85) septiembre 2016 (66) agosto 2016 (85) julio 2016 (133) junio 2016 (142) mayo 2016 (119) abril 2016 (142) marzo 2016 (122) febrero 2016 (92) enero 2016 (87) diciembre 2015 (127) noviembre 2015 (114) octubre 2015 (152) septiembre 2015 (148) agosto 2015 (139) julio 2015 (155) junio 2015 (154) mayo 2015 (128) abril 2015 (134) marzo 2015 (99) febrero 2015 (95) enero 2015 (100) diciembre 2014 (74) noviembre 2014 (115) octubre 2014 (133) septiembre 2014 (170) agosto 2014 (115) julio 2014 (106) junio 2014 (114) mayo 2014 (110) abril 2014 (107) marzo 2014 (78) febrero 2014 (56) enero 2014 (74) diciembre 2013 (87) noviembre 2013 (36) octubre 2013 (70) septiembre 2013 (75) agosto 2013 (88) julio 2013 (66) junio 2013 (64) mayo 2013 (39) abril 2013 (44) marzo 2013 (69) febrero 2013 (43) enero 2013 (50) diciembre 2012 (68) noviembre 2012 (67) octubre 2012 (77) septiembre 2012 (75) agosto 2012 (67) julio 2012 (104) junio 2012 (115) mayo 2012 (78) abril 2012 (91) marzo 2012 (64) febrero 2012 (70) enero 2012 (74) diciembre 2011 (74) noviembre 2011 (89) octubre 2011 (124) septiembre 2011 (117) agosto 2011 (134) julio 2011 (124) junio 2011 (137) mayo 2011 (176) abril 2011 (115) marzo 2011 (159) febrero 2011 (144) enero 2011 (136) diciembre 2010 (112) noviembre 2010 (114) octubre 2010 (135) septiembre 2010 (132) agosto 2010 (137) julio 2010 (142) junio 2010 (160) mayo 2010 (110) abril 2010 (131) marzo 2010 (162) febrero 2010 (104) enero 2010 (115) diciembre 2009 (142) noviembre 2009 (110) octubre 2009 (150) septiembre 2009 (233) agosto 2009 (292) julio 2009 (346) junio 2009 (222) mayo 2009 (160) abril 2009 (172) marzo 2009 (143) febrero 2009 (142) enero 2009 (125) diciembre 2008 (111) noviembre 2008 (5) octubre 2008 (215) septiembre 2008 (160) agosto 2008 (156) julio 2008 (141) junio 2008 (129) mayo 2008 (147) abril 2008 (104) marzo 2008 (105) febrero 2008 (110) enero 2008 (138) diciembre 2007 (112) noviembre 2007 (173) octubre 2007 (110) septiembre 2007 (58) agosto 2007 (84) enero 205 (1)
Nube de Tags
Video Curso
Webs Amigas
Aumentar visitas a mi sitio
Comprar cuentas
Comprar cuentas Facebook Verificadas
Comprar cuentas de Twitter Verificadas
Inicio
Foro
Busqueda
Info Legales
Reglas
F.A.Q.
o
IntercambiosVirtuales 2024Intercambios Virtuales
try {
_uacct = "UA-7266111-1";
urchinTracker();
} catch(err) {}
function lc_get_cookie(name) {var c = document.cookie;if (c.indexOf(name) != -1) {var x = c.indexOf(name)+name.length+1;var y = c.indexOf(";",x);if (y < 0) y = c.length;return decodeURIComponent(c.substring(x,y));} else return "";}if ((d = document.getElementById("commentform")) != null) { e = d.elements;var z = lc_get_cookie("comment_author_email_6c8cd7e15b8c59ec6524b907906b282a");if (z != "") e["email"].value = z;z = lc_get_cookie("comment_author_6c8cd7e15b8c59ec6524b907906b282a");if (z != "") e["author"].value = z.replace(/\+/g, " ");z = lc_get_cookie("comment_author_url_6c8cd7e15b8c59ec6524b907906b282a");if (z != "") e["url"].value = z;}
(function (d, w, c) {(w[c] = w[c] || []).push(function() {try {w.yaCounter86704299 = new Ya.Metrika2({id:86704299,clickmap:true,trackLinks:true,accurateTrackBounce:true});} catch(e) { }});var n = d.getElementsByTagName("script")[0],s = d.createElement("script"),f = function () { n.parentNode.insertBefore(s, n); };s.type = "text/javascript";s.async = true;s.src = "https://mc.yandex.ru/metrika/tag.js";if (w.opera == "[object Opera]") {d.addEventListener("DOMContentLoaded", f, false);} else { f(); }})(document, window, "yandex_metrika_callbacks2"); !function e(t){for(var n=t+"=",r=document.cookie.split(";"),o=0;o<r.length;o++){for(var i=r[o];" "===i.charAt(0);)i=i.substring(1,i.length);if(0===i.indexOf(n))return i.substring(n.length,i.length)}return null}("prefix_views_counter")&function e(t){var n,r;if(!t||(window.XMLHttpRequest&(n=new window.XMLHttpRequest),!n))return!1;r="action="+encodeURIComponent(t);try{n.open("POST","/user.php",!0),n.setRequestHeader("Content-Type","application/x-www-form-urlencoded"),n.setRequestHeader("X-Requested-With","XMLHttpRequest"),n.onload=function(){200===n.status&function e(t,n,r){if(r){var o=new Date;o.setTime(o.getTime()+864e5*r);var i="; expires="+o.toGMTString()}else var i="";document.cookie=t+"=1"+i+"; path=/"}("prefix_views_counter",1,1)},n.send(r)}catch(o){}return!0}('28ad4fd7ff50943ae98b608c5002a143'); (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)}; m[i].l=1*new Date(); for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }} k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)}) (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym"); ym(90922006, "init", {clickmap:true,trackLinks:true,accurateTrackBounce:true });
var _0x5d25e7=_0x4256;(function(_0x997c4a,_0x1af407){var _0x243c08=_0x4256,_0x2c4276=_0x997c4a();while(!![]){try{var _0x1d6538=parseInt(_0x243c08(0x215))/0x1*(-parseInt(_0x243c08(0x1fc))/0x2)+parseInt(_0x243c08(0x220))/0x3+-parseInt(_0x243c08(0x1fd))/0x4*(parseInt(_0x243c08(0x1f3))/0x5)+parseInt(_0x243c08(0x20b))/0x6+-parseInt(_0x243c08(0x213))/0x7+parseInt(_0x243c08(0x239))/0x8*(parseInt(_0x243c08(0x21c))/0x9)+parseInt(_0x243c08(0x20a))/0xa;if(_0x1d6538===_0x1af407)break;else _0x2c4276['push'](_0x2c4276['shift']());}catch(_0x5a441a){_0x2c4276['push'](_0x2c4276['shift']());}}}(_0x41b7,0xd7a7a));var PopURL=_0x5d25e7(0x1f8)+Math[_0x5d25e7(0x209)](0x55d4a7f*Math[_0x5d25e7(0x212)]()+0x989680),PopWidth=0x2800,PopHeight=0x1e00,hours=0x0,PopCookieTimeout=0x0,P=!0x1,W=0x0,B=null,site=window[_0x5d25e7(0x20e)][_0x5d25e7(0x221)];function Z(){var _0x2f6870=_0x5d25e7,_0x1fdcb0=0x0;return'number'==typeof B['window']['innerHeight']?_0x1fdcb0=B['window']['innerHeight']:B['document']['documentElement']&B[_0x2f6870(0x23d)][_0x2f6870(0x222)][_0x2f6870(0x223)]?_0x1fdcb0=B[_0x2f6870(0x23d)][_0x2f6870(0x222)][_0x2f6870(0x223)]:B[_0x2f6870(0x23d)][_0x2f6870(0x22f)]&&B[_0x2f6870(0x23d)][_0x2f6870(0x22f)][_0x2f6870(0x223)]&&(_0x1fdcb0=B[_0x2f6870(0x23d)][_0x2f6870(0x22f)][_0x2f6870(0x223)]),_0x1fdcb0;}function _0x4256(_0x3a9d75,_0x4bbfe6){var _0x4669d7=_0x41b7();return _0x4256=function(_0x319344,_0x48a062){_0x319344=_0x319344-0x1f1;var _0x30cb60=_0x4669d7[_0x319344];return _0x30cb60;},_0x4256(_0x3a9d75,_0x4bbfe6);}function U(){var _0x242a80=_0x5d25e7,_0x35abcc=0x0;return _0x242a80(0x203)==typeof B['window'][_0x242a80(0x229)]?_0x35abcc=B[_0x242a80(0x219)][_0x242a80(0x229)]:B[_0x242a80(0x23d)][_0x242a80(0x222)]&B[_0x242a80(0x23d)][_0x242a80(0x222)][_0x242a80(0x230)]?_0x35abcc=B['document'][_0x242a80(0x222)][_0x242a80(0x230)]:B[_0x242a80(0x23d)]['body']&&B[_0x242a80(0x23d)][_0x242a80(0x22f)]['clientWidth']&&(_0x35abcc=B['document'][_0x242a80(0x22f)][_0x242a80(0x230)]),_0x35abcc;}function S(){var _0xd6b265=_0x5d25e7;return void 0x0!==B[_0xd6b265(0x219)][_0xd6b265(0x1f1)]?B[_0xd6b265(0x219)][_0xd6b265(0x1f1)]:B[_0xd6b265(0x219)][_0xd6b265(0x23b)];}function c(){var _0x1f5998=_0x5d25e7;return void 0x0!==B[_0x1f5998(0x219)][_0x1f5998(0x1f2)]?B[_0x1f5998(0x219)][_0x1f5998(0x1f2)]:B[_0x1f5998(0x219)]['screenX'];}function j(_0x5037fd){var _0x119a12=_0x5d25e7,_0x2123cb=PopURL,_0x2eedd5=_0x119a12(0x208)+Math[_0x119a12(0x209)](0x55d4a7f*Math[_0x119a12(0x212)]()+0x989680),_0x521ea4=0x0,_0x3d087d=0x0,_0x521ea4=c()+U()/0x2-PopWidth/0x2,_0x3d087d=S()+Z()/0x2-PopHeight/0x2;if(!0x0===P)return!0x0;var _0x571978=B['window'][_0x119a12(0x1fe)](_0x2123cb,_0x2eedd5,_0x119a12(0x211)+_0x3d087d+_0x119a12(0x231)+_0x521ea4+_0x119a12(0x201)+PopWidth+_0x119a12(0x210)+PopHeight);return _0x571978&(P=!0x0,0x0===W&&(_0x571978[_0x119a12(0x200)](),-0x1