var c = { test: function(){alert();} };
var c = { test: function(){alert();}, test2: function(){alert(2);} // Это нужно динамически добавить }