Football Outsiders fix spacing

If you use Firefox 2, and you increase the font size, an awful lot of web pages will render like crap. That's not new. What IS new, or seems so to me, is that a lot of them now have a horizontal nav bar that isn't even followed by a line break. Basically they're just planning on the text taking up exactly one line.

This is typewriter thinking and it makes me want to punch the Internet.

All this script does is find the DIV named "menu" and insert a <br> after it. It was pretty easy to write, based on other scripts that did similar things. Everyone should fix their web with Greasemonkey!