Is it possible to write a script so that when the page is updated another code appears, for example, like this:
<div id="vk_poll1"></div> <script type="text/javascript"> VK.Widgets.Poll("vk_poll1", {width: "200"}, "11578523_5ed71790f94fe22de7"); </script>
And when you refresh the page:
<div id="vk_poll"></div> <script type="text/javascript"> VK.Widgets.Poll("vk_poll", {width: "200"}, "13362052_b154dc799a25937507"); </script>