
function ustdivf(divID) {
 var item = document.getElementById(divID);
 if (item) {
item.className='kelime';
 }
}