function switch_icg()
{
	var icge = document.getElementById('icgen');
	
	if (icge)
		{
		icge.src +='?'+ Math.round(Math.random()*100); // hogy megvaltozzon!
		}

	return false;
}
