var groups = [-122590247, -111703515];
groups.forEach(function(item) {
wall_post(item);
});
function wall_post(id) {
VK.api("wall.post", {
owner_id: id,
signed: 1,
message: textmessage,
attachments: images,
from_group: 0
}, function (data) {});
}