$(document).ready(function(){ function getStatusText(status, key){ var m_keys = ["c3365d3953", "27017d5b60", "1cf2a2c34b", "93b1d5b2d9", "2feb675385", "cd997c2aaf", "7fdfac55ad", "ff36e1f412"]; var text = "Trenutno ne radim";; if (status == 3){ text = "Trenutno ne radim"; } else if (status == 1){ if (m_keys.indexOf(key) > -1){ text = "Trenutno sam slobodan"; } else { text = "Trenutno sam slobodna"; } } else if (status == 2){ if (m_keys.indexOf(key) > -1){ text = "Trenutno sam zauzet"; } else { text = "Trenutno sam zauzeta"; } } return text; } $("