You can now embed script tags in your objects when you write in them.
Just use standard html markup as you normally would, including script tags.
Here is a very simple example:
(unfortunately we can not display angle brackets, o I have used square brackets instead!)
[script]
function boo(e){
alert(e);
}
[/script]
[a href=# onClick="boo('something')" class=cmd]boo[/a]
I have not tested scripts which are read from a URL so use embedded scripts for now.