Quote:acrlian is right, of course. But the technique used by this plugin could be applied to other pages. Basically it uses a filter to redirect the page load to something else.
So you could register a filter for load_theme_script which would by some means determine what script to load for that instance of the search.
The good news is that doing this does not require the development release as that filter exists already. Your filter would just make an algorithm of what script to load based on the search criteria and return the path to that script.