====== Реклама на сайте ====== ==== Проверка включения блокировщика ===
 
$(document).ready( function() { window.setTimeout( function() { var bottomad = $('#bottomAd'); if (bottomad.length == 1) { // может быть лучше так? if (typeof bottomad !== "undefined") if (bottomad.height() == 0) { // adblocker active } else { // no adblocker } } }, 1); }