if (document.all) {  //ie
	ifm = document.getElementsByTagName("iframe");
	for(i=0; i< ifm.length; i++){
		ifm[i].onfocus = alt;
	}
}

function alt(){
   var eTag = new Image;
   var uLog = 'http://blogya.in/website-tracker/exit/exiturl.php?url=';

	var url = 'gadsie';//document.location.href;
   	  eTag.src = uLog + url;
	//alert(eTag.src);
      return true; // wait for log, then leave page

}