Die Ändere Dich-Umfragen
<script>function getPoll(url, callback) {var script = document.createElement('script');script.src = url;script.onload = callback;document.head.appendChild(script);}window.addEventListener('DOMContentLoaded', function(event) {getPoll('https://rest.cleverreach.com/poll/cleverpoll', function () {var crpref = new CleverPoll({baseUrl: 'https://rest.cleverreach.com/poll',userID: '315162',});});})</script>