> You can then just call wp_enqueue_script('foo'); in the contexts that > use it - thereby reducing duplicate code. In other words, you can register it once, and enqueue it multiple times by the name you gave it when you registered it? that's pretty cool, but the codex has nothing on it, that i could find. -e