Notice: Undefined index: HTTP_REFERER in /home/gogo/public_html/meteovremea.com/forecast.php on line 56

Notice: Undefined index: HTTP_REFERER in /home/gogo/public_html/meteovremea.com/forecast.php on line 56
var elem = document.getElementById("weather"); var docLocation = document.location.toString(); if (elem != null) { var strText = elem.parentNode.innerHTML; var strTextParent = (elem.parentNode.parentNode != null)?elem.parentNode.parentNode.innerHTML:""; var strText = elem.parentNode.innerHTML; var bDisplay = true; if ( (strText.indexOf('href="http://www.meteovremea.com') == -1) && (strTextParent.indexOf('href="http://www.meteovremea.com') == -1)) bDisplay = false; if ( (strText.indexOf('href="http://www.travelro.ro') == -1) && (strTextParent.indexOf('href="http://www.travelro.ro') == -1)) bDisplay = false; if (!bDisplay) elem.innerHTML = '

'; else elem.innerHTML = '
Temperatura curenta: -6°C
Maine, 11/03/2010
Min: -2°C      Max: 3°C
'; }