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("Przepraszamy, ale nowy obrazek nie mógł zostać załadowany, przeładuj stronę aby zmienić obrazek");
	}
}
