function ShowInformer(obj) { var news='<img src="http://www.partner.join.com.ua/counter.cgi?url='+escape(document.location)+'" width=1 height=1><img src="http://www.partner.join.com.ua/count.cgi?pid=479" width=1 height=1 style="width:1px;height:1px;">'; if(obj == null) { var div_id=100; document.write('<span id="'+div_id+'"style="display:none"></span>'); document.getElementById(div_id).parentNode.innerHTML=news; } else { obj.innerHTML=news; } }
