var elem = document.getElementById("weather"); if (elem != null) { var strText = elem.innerHTML; //if ( (strText.indexOf('http://www.travelro.ro/hoteluri-constanta.html') == -1) || // (strText.indexOf('hoteluri constanta') == -1) ) // if ( (strText.indexOf('www.travelro.ro') == -1) ) // elem.innerHTML = 'scriptul a fost schimbat. va rugam sa-l folositi pe cel original'; // else elem.innerHTML = '
Temperatura curenta: 26°C
Maine, 31/08/2008
Min: 14°C    Max: 21°C
'; } else elem.innerHTML = 'scriptul a fost schimbat. va rugam sa-l folositi pe cel original';