Zelený je lopuch, fotbal to je hra...Lopuch.cz
// pošta var images = document.getElementsByTagName("img"); if (images.length) { var isNew = false; for (var i=0; i<images.length; i++) { if (images.item(i).getAttribute('src') == "g/postan.gif") { isNew = true; break; } } if ((isNew) && (location.href.indexOf("posta.php")<0)) { document.title = "POSTA! " + puvodni_titulek; }; } // end pošta