var ls = document.getElementById('adslinks_1217'); var price = document.getElementById('adslinks_price_1217');ls.innerHTML = 'УНИКАЛЬНАЯ ПАРТНЁРКА ОБМЕННИКА
ТЕБЕ ЕСТЬ 18 ЛЕТ ? ПЕРЕХОДИ
Всем бонус $100.ТОП проект года! СУПЕР
';if (price)price.innerHTML = '2'; function adsBlinker1217(blinkID, call=true, enabled=true){ if(document.getElementById(blinkID)){ var obj = document.getElementById(blinkID); if(call){ obj.addEventListener('mouseover', function () { enabled = false; obj.style.opacity=1; }); obj.addEventListener('mouseout', function () { enabled = true; }); var inisint = setInterval(function(){adsBlinker1217(blinkID, false, enabled)}, 500); } if(enabled) obj.style.opacity= (obj.style.opacity==0.1?1:0.1); } } function adsColMixer1217(blinkID, color1='', color2 = '', call=true, enabled=true){ if(document.getElementById(blinkID)){ var obj = document.getElementById(blinkID); if(call){ obj.addEventListener('mouseover', function () { enabled = false; obj.style.color=color1; }); obj.addEventListener('mouseout', function () { enabled = true; }); var inisint = setInterval(function(){adsColMixer1217(blinkID, color1, color2, false, enabled)}, 250); } if(enabled) obj.style.color=(obj.style.color==color1?color2:color1); } }