removes the script element with the given id.
dojo._destroyElement(dojo.byId(id)); //Remove the jsonp callback on dojo.io.script, if it exists. if(this["jsonp_" + id]){ delete this["jsonp_" + id]; }