I can't help myself from thinking that ":delegate" would be more appropriate syntax for Event Delegation.
Every time I read "relay" i have to ask myself "Huh?"
$('container').addEvent('mouseover:delegate(a.tipanchor)',function(event,
el) {
/* … */
});
