Part of my project requires me to look at how different websites do search. Some websites (ridiculously) don't allow you to access their search without doing a POST (allmusic.com). Other sites do, but tag along 1,000 different GET parameters. For these sites, I usually strip off all the unnecessary stuff and see what happens.<p>For Bloomberg, this is what I got. It looks like they've cloned Google Search from 2005, bit for bit, and injected their own search results inside of it. Any ideas why?