// JavaScript Document - Google Analytics extensions v.1
//Copyright (c) Tomáš Nový, všechna práva vyhrazena
//

if(TestingScripts() == true) //načtení produkčních/testovacích skriptů
 {createScript('http://www.eset.cz/buxus/docs/js/test-ga-main.js');}

  else{
// objednavka krok1 - zjednodusena
    if(
      (location.href.indexOf('/objednavka-eset-smart-security') != -1)
	    || (location.href.indexOf('/objednavka-25procent-sleva') != -1)
	    )
	    {
		  ga_buy_sbegin();	
      }

// objednavka krok1 - zjednodusena nova
    if(
      (location.href.indexOf('objednat-z') != -1)
	    )
	    {
		  ga_buy_nbegin();	
      }

// objednavka krok1 - pokrocila
    if(
    (location.href.indexOf('/produkt.php?id=') != -1)
    )
      {
      if(document.referrer.indexOf('eset.cz/') == -1
      )
    ga_buy_begin();	
    }
      else if (location.href.indexOf('/order.php') != -1)
      {
      if(document.referrer == 'http://objednavka.eset.cz/index.php' || document.referrer == 'http://objednavka.eset.cz/'
      // - momentálně nepotřebné|| document.referrer.indexOf('http://objednavka.eset.cz/produkt.php') == -1
      )
      {
      ga_buy_ubegin();	
      }
      }

// objednavka temer dokoncena - pokrocila
    if(
    (location.href.indexOf('/finish.php') != -1)
		  )
	    {	
      ga_buy_almdone();	
      }
// objednavka dokoncena
    if(
      (location.href.indexOf('/finished.php') != -1)
		  )
	    {	
      ga_buy_udone();	
      }
    if(
      (location.href.indexOf('/objednavka-dokoncena') != -1)
		  )
	    {	
      if
      (document.referrer != 'http://1.eset.cz/online/web/microsite/stranka.php' 
      )
      {	
      ga_buy_sdone();	
      }
      }
    if(
      (location.href.indexOf('/objednavka-dokoncena') != -1)
		  )
	    {	
      if(document.referrer == 'http://1.eset.cz/online/web/microsite/stranka.php' 
      )
      {
      ga_buy_ndone();	
      }
      }
  }