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": "Udo Prost", "description": "Global-Finanz AG", "image":"https://www.whofinance.de/static/data/pics/640/113640/m/udo-prost-siegen-1697178179.jpg", "logo": "https://www.whofinance.de/static/data/logo/113640/m/1582267521.jpg", "address":{ "@type":"PostalAddress", "streetAddress":"Wallhausenstr. 51/53", "postalCode":"57072", "addressLocality":"Siegen" }, "geo": { "@type": "GeoCoordinates", "latitude": "50.863", "longitude": "8.00424" }, "telephone":"0271 3868 0290", "aggregateRating": { "@type": "AggregateRating", "worstRating": "1", "bestRating": "5", "ratingCount": "246", "ratingValue": "5.0" } , "url": "https://udoprost.global-finanz.de/" }';
document.getElementsByTagName("head")[0].appendChild(scriptElement);