function refresh()
{
  document.getElementById("kod").innerHTML = "<img src=\"image.php?id=" + Math.random() + "\" alt=\"\">";
}