<!-- 
Rychlost = 200;
PoZnacich = 1; 
function SetupTicker() {
textik = "   Vítáme Vás na stránkách firmy IVOS a těšíme se na případnou spolupráci.   ";
Behej();
}
function Behej() {
window.setTimeout('Behej()',Rychlost);
window.status = textik;
textik = textik.substring(PoZnacich) + textik.substring(0,PoZnacich);
}
SetupTicker()
-->

