<% require 'Point.rb' points = []; for i in 1..25 points.push(Point.new(rand(500), rand(500))) end points.each do |p| %>
<% end %>