# File app/helpers/application_helper.rb, line 132
   def generate_url_link (text)
        text = text.split('|')
        return "<a href = '#{text[0]}' target = 'new'>#{text[1]||text[0]}</a>"
   end