




function vlozSmajla(co,kam) {
	var text = document.getElementById(kam).value;
	document.getElementById(kam).value = text + ' ' + co;
}




