Word wrap written in JavaScript. It operates on any element you may wish to give it but probably is most useful if you wrap text you expect to be a problem in a SPAN element, or in the case of long URLs in an A HREF. You tell it what to operate on using an onLoad (see example). It's ok but doesn't know anything about font metrics, so it's of limited use, but it is at least better than Firefox's charming 'problem' with word wrap (current as of Aug 2006).