var a={ prop:'first', first:'Its first property', first_second:'Its second property', first_second_noFantasy:'Its true' }, property_name='_second'; alert(a[a.prop+property_name]);