<!-- Begin

var baner_js_textHL = new Array ('Váš distributor olejů, maziv, asfaltů, autochemie, ...','Dodavatel autopříslušenství ...','Poradí Vám certifikovaní tribotechnici-tribodiagnostici','');

var div_countHL=0;
var box,i;
var timeOutVal=250;
var stepHL = 0;

function writeDivHL() {

    if(stepHL==0) $("#hlavicka > p").fadeOut("slow");
    
    
    box = "";
    
    if(baner_js_textHL[div_countHL]=="")
    {
    div_countHL = 0;
    }
    
   
    if(stepHL==1)
      {
      document.getElementById("hlavicka").innerHTML = '<p>' + baner_js_textHL[div_countHL] + '</p>';
      div_countHL++;
      $("#hlavicka > p").fadeIn("slow");
      }
    
    stepHL++;  
    if(stepHL==4) stepHL = 0;
    
      
    
    
	  setTimeout("writeDivHL()",1000);
}


writeDivHL();
// End -->
