document.getElementById("WhoFinance_FooterWidget_container").innerHTML = "";
var styleElement = document.createElement('link');
styleElement.rel = 'stylesheet';
styleElement.href = 'https://www.whofinance.de/wfwidget/css/wfwidget.css';
document.getElementsByTagName("head")[0].appendChild(styleElement);
var scriptElement = document.createElement('script');
scriptElement.type = 'application/ld+json';
scriptElement.text = '{ "@context": "http://schema.org", "@type": "LocalBusiness", "name": "Horst Rahn", "description": "Rahn Finanzkonzepte GmbH&CoKG", "image":"https://www.whofinance.de/static/data/pics/678/145678/m/horst-rahn-bochum-1583411398.jpg", "logo": "https://www.whofinance.de/static/data/logo/145678/m/1557244473.jpg", "address":{ "@type":"PostalAddress", "streetAddress":"Heinrichstr. 67", "postalCode":"44805", "addressLocality":"Bochum" }, "geo": { "@type": "GeoCoordinates", "latitude": "51.4447", "longitude": "7.2575" }, "telephone":"0234-9735892", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "66", "ratingValue": "4.9" } , "url": "www.rahn-finanzkonzepte.de" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);