
// Query-String: widgetId=loc_MJ5h92aJ5Aq&colorSchema=custom&separators=000000&links=2632c6&time=8b8787&widget.title=Wir%20freuen%20uns%20auf%20Ihre%20Empfehlung&format=long&animate=true&widget.width=176&widget.height=3

var domStyle = document.createElement("link");
domStyle.type = "text/css";
domStyle.rel = "stylesheet";
domStyle.href = "https://www.golocal.de/css/38248/golocalWidget.css";
document.getElementsByTagName("head")[0].appendChild(domStyle);


/*

var domScript = document.createElement("script");
domScript.src = "https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js";
document.getElementsByTagName("head")[0].appendChild(domScript);

now jQuery is loaded inside of jQuery.glWidget.js in a way shown on http://alexmarandon.com/articles/web_widget_jquery/
*/

var domScript;
domScript = document.createElement("script");
domScript.setAttribute("type","text/javascript");
domScript.src = "https://www.golocal.de/widget-code/location/a44862f0bfb1a66f8020b669ce55113b/?widgetId=loc_MJ5h92aJ5Aq&colorSchema=custom&separators=000000&links=2632c6&time=8b8787&widget.title=Wir%20freuen%20uns%20auf%20Ihre%20Empfehlung&format=long&animate=true&widget.width=176&widget.height=3";
document.getElementsByTagName("head")[0].appendChild(domScript);
