var obj = {Yandex : "css/fonts/Yandex.png", Google : "css/fonts/google.png"}; var value = "Google"; var src = obj[value]; alert(src)