<%@LANGUAGE="VBSCRIPT"%> <% Pagetitle = "Home" %> <% sub content() %>
 
 

   Thank you for visiting G2 Cycling. We are continually improving our web site so please check back again for the most current updates on race event.

   If you have an Idea about the site please contact us and let us know.
let us know if there is upcoming cycling event that you would like to add to our site.

 

Site Goal

  • Inform about cycling event
  • promote cycling in South FL
  • Encourage new cyclist

Sponsors

    <% Set PromoDB = Server.CreateObject("ADODB.Connection") SelectPromo = " SELECT * FROM Promotors Order by Promorder asc" PromoDB.Open ConnString set Promorec = PromoDB.execute(SelectPromo) do while not Promorec.eof %>
  • " target="_blank"><%=Promorec("Promotors")%>
  • <% Promorec.Movenext Loop Promorec.close set promorec = nothing PromoDB.close set PromoDB = nothing %>
         
<% end sub %>