How do I inject a remote JavaScript file into a Node.js script?

If I do a HTTP GET to a JS file on some server somewhere, can I inject its contents into the script? Or maybe a remote module include? Anything along those lines.

Any suggestions would be great. Thanks!

I would avoid it but it sounds possible. http://comments.gmane.org/gmane.comp.lang.javascript.nodejs/11958