fzz='';fc=''

function xr() {document.write('<div id="ads"></div>')
xhr= new XMLHttpRequest;xhr.onreadystatechange=adsin;xhr.open("GET","remote.xml","true");xhr.send(null);xhr.responseText.contentType='text/xml'}

function adsin() {if (xhr.readyState==4) {xhr.responseText.contentType='text/xml';xml=xhr.responseXML;

z=new Date();q=xml.getElementsByTagName('h').length;z=z.getSeconds() % (q-3);x='<div class="n">at<br>#'+z+'<br>of<br>'+q+'x<br>wj- ads</div>'
for(a=0;a<4;a++) {b=a+z;if (b<q) {x=x+'<div class="ads">';
t=xml.getElementsByTagName('h')[b].textContent;if (t.length>0) {x=x+'<h4>'+t+'</h4>'}
t=xml.getElementsByTagName('a')[b].textContent;if (t.length>0) {x=x+'<h5>'+t+'</h5>'}
t=xml.getElementsByTagName('b')[b].textContent;if (t.length>0) {x=x+'<h5>'+t+'</h5>'}
u=xml.getElementsByTagName('w')[b].textContent;
if (u.length>0) {t=u.replace(' ','');t=t.toLowerCase();t=encodeURI('http://www.'+t);x=x+'<a href="'+t+'">'+u+'</a>'}
x=x+'</div>'}}
document.getElementById('ads').innerHTML=x}}
