So if i am setting up a yahoo pipes badge on my site, yahoo gives me this code
<script src="http://pipes.yahoo.com/js/listbadge.js">{"pipe_id":"USER_ID","_btype":"list"}</script>
Notice its passing an object literal to the remote script. i would like to do something similar with my own scripts, how do you interact with that input?