[jQuery] How to insert google adsense with after()

[jQuery] How to insert google adsense with after()


I try to add google adsense after first paragraph of an article. Here
is my code:
$('.article p:eq(0)').after('<script type="text/javascript"> ...GOGLE
ADSENSE CODE... </script>');
But it looks that tag script shouldnt be add into the DOM like this.
Can anybody show me the right way?