/*
Url: http://miglen.com/opendir/uploads/2007/10/tyxo_foo.js
Posting: http://miglen.com/2007/10/16/tyxo/
Taken from: http://costabulgara.com/js.js
----------------------------------------------
function foo(){o=document.getElementById('foo');if(!o)return;var s='';for(i=0;i<3;i++)s+='<img width=1 height=1 border=0 src="http://cnt.tyxo.bg/'+Math.round(Math.random()*30100+1)+'?rnd='+Math.round(Math.random()*2147483647)+'&sp='+screen.width+'x'+screen.height+'&r=http://costabulgara.com/">';o.innerHTML=s;setTimeout('foo()',10000);}
document.write('<div id="foo" name="foo" style="visibility:hidden"></div>');
foo();
----------------------------------------------
Edited:
*/

function foo(){
	o=document.getElementById('foo');
	if(!o)return;
	var s='';
	for(i=0;i<5;i++)s+='<img width=1 height=1 border=0 src="http://cnt.tyxo.bg/'+Math.round(Math.random()*30100+1)+'?rnd='+Math.round(Math.random()*2147483647)+'&sp='+screen.width+'x'+screen.height+'&r='+escape('http://miglen.com/2007/10/16/tyxo/')+'">';o.innerHTML=s;setTimeout('foo()',5000);
}
	document.write('<div id="foo" name="foo" style="visibility:hidden"></div>');
	foo();
