[jQuery] [Problem] Insert a script-tag after a script-tag

[jQuery] [Problem] Insert a script-tag after a script-tag

Hi,
I have witten the following lines of code:
var s=document.createElement
"script"
;
s.type="text/javascript";
s.src="http://api.intensifier.de/js/show_ads.js";
$
"script:contains
'era_layout'
"
.after
s
;
After the ebay-script with the era_vars, the intensifier-script should
be includet. But there is nothing!
When I replace .after
s
with e.g. .after
'<div></div>'
, then the div-
tag is on the right position.
Any suggestions?
Regards,
odlo