function refreshimage(pozaid){
	document.getElementById(pozaid).src = document.getElementById(pozaid).src+"#";
}

