
The problem is that the Javascript injected is chewed up by having the script tags removed, so you end up with an excerpt displaying xml-escaped javascript.
I was able to work around this by adding script, ins, and a couple of other tags to the dont_strip_excerpts list, but this seems like a hack that may/will easily break in the future.
Is there another way to fix this? Perhaps one that doesn't require maintenance?
Thanks!