function add(data)

{

document.getElementById('prispevok').obsah.value = document.getElementById('prispevok').obsah.value + data + "";

}


