var TiqiqElem = document.getElementById('TiqiqWidget');
var Target = '';
if (TiqiqElem == null)
document.write('
' + Target + '
');
else
{
TiqiqElem.innerHTML = Target;
/*
if (window.location.href.search(/newsday/i) > 0)
{
TiqiqElem.style.marginTop = '-50px';
TiqiqElem.style.marginLeft = '-3px';
}
*/
}
TiqiqElem.children[0].onload = function() {
// RRR
Imgs = document.getElementsByTagName('img');
for (I = 0; I < Imgs.length; I++)
if (Imgs[I].src.indexOf('tiqiq-power.png') > 0)
{
Imgs[I].parentNode.parentNode.parentNode.style.display = 'none';
}
}
// window.setTimeout("Imgs = document.getElementsByTagName('img'); for (I = 0; I < Imgs.length; I++) if (Imgs[I].src.indexOf('tiqiq') > 0) { alert(Imgs[I].parentNode.parentNode.parentNode.className); Imgs[I].parentNode.parentNode.parentNode.style.display = 'none'; }", 50000);