/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

function new_freecap() {
  if(document.getElementById) {
    thesrc = document.getElementById("freecap").src;
    thesrc = thesrc.substring(0,thesrc.lastIndexOf(".")+4);
    document.getElementById("freecap").src = thesrc+"?"+Math.round(Math.random()*100000);
  } else {
    alert("Elnézést a segéd kép betöltése nem sikerült\nKattintson az adatok küldésére a kép megjelenítéséhez");
  }
}
