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, 01/08/2010 Temperatura curenta: 21°C
Min : 20°C     Max: 35°C
'; }