var speed = 3000; var T = "INFOTRONICAŽ Full Service Provider"; var s = 0 var sT = null; function esegui() { s++; if (s > 4) { s = 1;} if (s == 1) { document.title = T; } if (s == 2) { document.title = '>>> Internet - Sicurezza informatica <<<'; } if (s == 3) { document.title = '>>> Assistenza Tecnica - Sviluppo Software <<<'; } if (s == 4) { document.title = '>>> Commercio Elettronico - Certificazioni SSL <<<'; } sT = setTimeout("esegui()", speed); } esegui();