30.09
2010

00:00:00

EverGreen Crazy Cradle

20.08
2010

00:00:00

Голавль и «членистоногие»

29.07
2010

00:00:00

За «белым» - на Урал

27.07
2010

00:00:00

Major Craft Terrier, 8’, 5-17 г - впечатления

30.03
2010

00:00:00

Бросок на юг, или как поймать Нильского Окуня

12.02
2010

00:00:00

Марьинско-Братеевские «бегемотики», часть 2

09.02
2010

00:00:00

Марьинско-Братеевские «бегемотики», часть 1

21.12
2009

00:00:00

Major Craft SALTIC ST-822L

20.12
2009

00:00:00

Со «съедобной резиной» - на Аграхан

26.11
2009

00:00:00

Нитка или флюрик? Некоторые наблюдения и мысли

Страницы: Пред. | 1 | 2 | 3 | 4 |

top.itdReCaptcha = top.itdReCaptcha || []; top.itdReCaptchaLoaded = top.itdReCaptchaLoaded || false; top.onloadRecaptchaCallbackDefParams = { rSiteKey: "ysc1_9Wr6TMWBWscAQMk2teakGVLb8HjIvFdrH1Ae2fum672b2953", providerType: "yandex" }; top.loadReCaptchaIfNotLoaded = function () { if (top.itdReCaptchaLoaded === true) { return false; } top.itdReCaptchaLoaded = true; var script = document.createElement("script"); script.src = "https://smartcaptcha.yandexcloud.net/captcha.js"; script.async = true; document.body.appendChild(script); return true; } top.onloadRecaptchaCallback = function (findedID) { if (typeof findedID != "undefined") { var findedInArray = false; for (var i in top.itdReCaptcha) { if (top.itdReCaptcha[i] === findedID) { findedInArray = true; break; } } if (!findedInArray) { top.itdReCaptcha.push(findedID); } } if (top.loadReCaptchaIfNotLoaded()) { return; } if (typeof window.smartCaptcha !== "undefined") { var containers = document.querySelectorAll(".smart-captcha[data-sitekey]"); for (var i = 0; i < containers.length; i++) { if (!containers[i].hasAttribute("data-initialized")) { containers[i].setAttribute("data-initialized", "1"); window.smartCaptcha.render(containers[i], { sitekey: containers[i].getAttribute("data-sitekey"), hl: "ru" }); } } } } var ajaxOrderPageTryInitRecaptcha = function () { if (top.loadReCaptchaIfNotLoaded()) { return; } var container = document.getElementById("smart-captcha-ajaxorder"); if (container && typeof window.smartCaptcha !== "undefined" && !container.hasAttribute("data-initialized")) { container.setAttribute("data-initialized", "1"); window.smartCaptcha.render(container, { sitekey: top.onloadRecaptchaCallbackDefParams.rSiteKey, hl: "ru" }); } } var ajaxOrderPageInitRecaptcha = function () { try { setTimeout(function () { ajaxOrderPageTryInitRecaptcha(); }, 1000); setTimeout(function () { ajaxOrderPageTryInitRecaptcha(); }, 3000); setTimeout(function () { ajaxOrderPageTryInitRecaptcha(); }, 5000); } catch (e) { } };