You are on LISTENING TO CHANNEL: <%= params[:listen_to_channel] %>
You are on SENDING TO CHANNEL: <%= params[:send_to_channel] %>
<%=
# this will render the javascript that will 'cause listening to listen_to_channel channel
juggernaut(:channels => [params[:listen_to_channel]], :client_id => session.session_id)
%>