<%= content_for(:title) { 'Internet Latency Test' }%> <% provide(:description, 'Test your internet latency using a custom Java-based tool') %>

JamKazam Internet Latency Test: Select your Internet Service Provider

Java must be installed to run this tool. Please select logo corresponding to your ISP, or if you're not sure, choose "Other". OSX not currently supported.

<% @isps.each do |isp_id, isp_data| %> <% url_jnlp = isp_ping_url(:isp => isp_id, :format => :jnlp, :host => 'www.jamkazam.com', :port => '80') %>
<%= content_tag(:div, "My ISP is #{isp_data[0]}:") %> <%= link_to(image_tag("isps/#{isp_data[1]}", :alt => isp_data[0]), url_jnlp) %>
<% end %>