Could a header like the one here http://www.surreal-media.com/ be done in html, css, and/or javascript?
Piece of cake to do in css/js. 7 images in total (less if you're clever with the css), and some onmouseovers. Nothing special about it.
You would use DIVs for each panel, and then use the div.innerHTML property to replace each panel with a new chunk of HTML. If I have time, I'll throw up a demo, but try a search for innerHTML.