I've created a subtheme that's working fine, but I want to set the jQuery cycle transition options for this subtheme only. I added this line: "scripts[] = scripts/jquery.cycle.all.js" to mysubtheme.info in the mysubtheme folder, and altered the settings in that copy of jquery.cycle.all.js, but I'm not getting the behavior I expect, and debugging the scripts shows that both the main and subtheme copies are loading. Is there a simple way to override the script only in this subtheme?