# File lib/ramaze/helper/xhtml.rb, line 29
      def js_for(*args)
        args.map{|arg| js(*arg) }.join("\n")
      end