This doesn't work as hoped, as there's nothing shared to works, as per this Stack Overflow thread: http://stackoverflow.com/questions/2262681/sharing-variables-between-web-workers-global-variables - have to use message passing instead.
Shared workers might also be an option, don't appear to be in Firefox 4 though.