In this example,
<%=button_to_remote "Get Related Users", {:url => { :action => 'get_related_users' },
:update => 'result',:with=>"'someVal=3'"} %>
If I have to send one more key/value pair [someVal2=5], what will the :with look like?