WEB

WEB español

WEB deutsch

WEB español

deutsches WEB
var widgetScript=document.createElement(„script“);
widgetScript.id=“weatherWidgetJS“;
var weatherWidth = document.getElementById(„insertWidget“).offsetWidth;
widgetScript.src=“https://14-tage-wettervorhersage.de/extern/weather/v1/weatherWidget.js?w=“+weatherWidth+“&b=1&p=1&z=1&ct=444444&cf=EBEFF5&cb=0&r=d&lg=de&l=4937_POI&ic=1&f=0″;
widgetScript.async=true;
var widgetNode=document.getElementsByTagName(„head“)[0];
widgetNode.appendChild(widgetScript);