How to call javascript function in RJS?

Hi, I have a javascript function in an included javascript file.

How can I call a function in this file from within an rjs template?

Thanks
Scott

page.call “your_function()”

page.call

http://api.rubyonrails.org/classes/ActionView/Helpers/PrototypeHelper/JavaScriptGenerator/GeneratorMethods.html#M000555