[jQuery] Injecting javascript code into page via prepend?

[jQuery] Injecting javascript code into page via prepend?


I'm trying to retro-fit google ad-manager to an existing site.
Currently, we have a div on every page and then have a header file
which randomly selects an add and uses jquery.prepend to put the ad in
that div. With google, we now have js code we need to use. How can
we use prepend to add the js code and have it run?
Is that possible?