 // --Sekce Kontakt 
function VyplnDotazFormAction()
{					  
	var FormElement = document.getElementById("PosliEmailForm");

	var NahodneCislo = Math.round((Math.random() * 20000)) * 8513; 
	
	if (FormElement != undefined){
		FormElement.action = 'tools/add_mess.php?AuthKey=' + NahodneCislo; 	
	}
	
}

