document.write('');document.write('
');document.write('
');document.write('');document.write('');document.write('istatistikler');document.write('| Online Ziyaretci: | 0');document.write(' | Bugun Tekil: | 0');document.write(' | Bugun Cogul: | 0');document.write(' | Dun Tekil: | 13');document.write(' | Toplam Tekil: | 5.689.892');document.write(' | | |
');
var isIE8 = window.XDomainRequest ? true : false;
var invocation = createCrossDomainRequest();
var url = 'http://217.195.203.213/w1.php?user=guzelsozlercomtr&so=yes&st=yes&sc=yes&sg=yes';
var o=0;
var h=0;
var c=0;
var d=0;
var t=0;
function createCrossDomainRequest(url, handler)
{
var request;
if (isIE8)
{
request = new window.XDomainRequest();
}
else
{
request = new XMLHttpRequest();
}
return request;
}
function callOtherDomain()
{
if (invocation)
{
if(isIE8)
{
invocation.onload = outputResult;
invocation.open("GET", url, true);
invocation.send();
}
else
{
invocation.open('GET', url, true);
invocation.onreadystatechange = handler;
invocation.send();
}
}
else
{
//var text = "No Invocation TookPlace At All";
//var textNode = document.createTextNode(text);
//var textDiv = document.getElementById("textDiv");
//textDiv.appendChild(textNode);
return;
}
}
function handler(evtXHR)
{
if (invocation.readyState == 4)
{
if (invocation.status == 200)
{
outputResult();
}
else
{
return;
}
}
}
function outputResult()
{
var ost = invocation.responseText.split("#");
var od = document.getElementById("owf11");
od.innerHTML = ""+ost[0];
var td = document.getElementById("owf13");
td.innerHTML = ""+ost[1];
var cd = document.getElementById("owf15");
cd.innerHTML = ""+ost[2];
var tod = document.getElementById("owf19");
tod.innerHTML = ""+ost[3];
setTimeout("callOtherDomain()",3000);
}
setTimeout("callOtherDomain()",3000);