var docLocation = document.location.toString(); var bDisplay = (docLocation.indexOf("http://cazare-info.ro") != -1); if ("http://www.cazare-info.ro" != "" && !bDisplay) bDisplay = (docLocation.indexOf("http://www.cazare-info.ro") != -1); bDisplay = true; if (bDisplay) { var elem = document.getElementById("weather"); if (elem != null) elem.innerHTML = '
Astazi, 04/02/2012 Temperatura curenta: -1°C
Min : 1°C     Max: 3°C
'; }