Screen:
http://img529.imageshack.us/i/wowscr...709160330.jpg/

As you can see on the screen I have 5 Pallies in Westfall. Soon I might be starting DM and keep farming the Rhank'zor for his nice 2handers. But before that I need to develop handy healing macro that will save any char when in a pinch.
First thing I though off was a Lay on Hands macro on all characters with single cast each in a sequence. So now I though of something like that:

1st Char: /cast [target=focustarget] Lay on Hands,,,,
2nd Char: /cast [target=focustarget] ,Lay on hands,,,
3rd Char: /cast [target=focustarget] ,,Lay on Hands,,
4th Char: /cast [target=focustarget] ,,,Lay on Hands,
5th Char: /cast [target=focustarget] ,,,,Lay on Hands

Works like this:
master targets a slave, hits macro, other unit gets wounded, targets it, hit macro.

Im not sure if it would work well...What do you guys think?