var ls = document.getElementById('adslinks_1218'); var price = document.getElementById('adslinks_price_1218');ls.innerHTML = 'ХОЧЕШЬ УВЕЛИЧИТЬ ДЕНЬГИ ? ЖМИ! ♦ ТЕБЕ ЕСТЬ 18 ЛЕТ ? ПЕРЕХОДИ ♦ СУПЕР РЕКЛАМА ♦ ';if (price)price.innerHTML = '3';
function adsBlinker1218(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(){adsBlinker1218(blinkID, false, enabled)}, 500);
}
if(enabled) obj.style.opacity= (obj.style.opacity==0.1?1:0.1);
}
}
function adsColMixer1218(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(){adsColMixer1218(blinkID, color1, color2, false, enabled)}, 250);
}
if(enabled) obj.style.color=(obj.style.color==color1?color2:color1);
}
}
adsBlinker1218('ads_link_3289');adsColMixer1218('ads_link_3289_txt', 'red', 'blue');