Certain google sites such as GMail, Google Voice, and I think Google Reader show a little flash when they update in the background (when the window doesn't have focus). This is definitely done through a JavaScript API. I've seen at least one other website (imo.im) do it as well.
How do you make this happen in JavaScript?
If you aren't entirely sure what I'm talking about, here is a short clip: http://www.youtube.com/watch?v=kVSTxy9Ekkg
document.title = 'flash';– Navarr Jun 27 '12 at 16:19