(function()
{
        var protocol = document.URL.match(/^https/);
        if(protocol != 'https') {
            protocol = 'http';
        }                    ;
        var file= protocol + "://themenstadtplan.dresden.de/project/themenstadtplan.js?v=2";

        var s = document.createElement('script');
        s.setAttribute('type', 'text/javascript');
        s.setAttribute('src', file);
        try{ (document.documentElement || document.body).firstChild.appendChild(s); } catch(e) {};
})();

