<!--
function sitePingle(siteAdresi)
{
	try
	{
		var xmlHttp = null;
		
		try{
			xmlHttp = new XMLHttpRequest();
		} catch (e){
			try{
				xmlHttp = new ActiveXObject("Msxml2.XMLHTTP");
			} catch (e){
				xmlHttp = new ActiveXObject("Microsoft.XMLHTTP");
			}
		}
		
		siteAdresi = ('https:' == document.location.protocol ? 'https://' : 'http://') + siteAdresi;
		
		xmlHttp.open('GET', siteAdresi, true);
		xmlHttp.send(null);
	} catch(e){ }
}

window.onload = function(){
	sitePingle('xslt.alexa.com/site_stats/js/t/a?url=www.maviraf.com');
	sitePingle('www.yapi24.com');
	
	try
	{
		var as = document.createElement('script');
		as.type = 'text/javascript';
		as.async = true;
		as.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + '.xslt.alexa.com/site_stats/js/t/a?url=www.maviraf.com';
		var s2 = document.getElementsByTagName('script')[0]; s2.parentNode.insertBefore(as, s2);
	}
	catch(e){}
}
-->
