function change_image(img, src)
{
	document.getElementById(img).src=src+"?id="+Math.random();
	
	return false;
}
