I\'ve seen this on every Yahoo! news page, at the bottom of the source code, and failed to understand why they break the script word like that.<
Some browsers tend to "act" to fast when parsing a document and immediately try to execute the javascript when they find a script tag (even though it is itself in a piece of js). To avoid this they break the decalration of the tag.