hey, how do i combine to event helpers together? for example, i have an input box that will change the size of a div height. i want the event to happen on mouseout and on blur. do i have to write the code out twice, once with mouseout as the event and once with blur, or is there a way to stick the two of them together? thanks!