<%@LANGUAGE="JAVASCRIPT" CODEPAGE="1252"%> <% var rsSwaps = Server.CreateObject("ADODB.Recordset"); rsSwaps.ActiveConnection = MM_cnnMtn_STRING; rsSwaps.Source = "SELECT * FROM tblSwaps ORDER BY creationDateTime DESC"; rsSwaps.CursorType = 0; rsSwaps.CursorLocation = 2; rsSwaps.LockType = 1; rsSwaps.Open(); var rsSwaps_numRows = 0; %> <% var Repeat1__numRows = -1; var Repeat1__index = 0; rsSwaps_numRows += Repeat1__numRows; %> View Trading Places items <% if (String(Request.QueryString("emailOK")) == 'undefined' && String(Request.QueryString("updated"))== 'undefined'){%>

 

 

A fun-n'free place to buy, sell, and trade your seldom used paddling gear.

Mountain Sports is providing Trading Places as a courtesy to its customers and the paddling public.  All resulting transactions are between the buyers and sellers at their sole risk and expense.  Buyers should make their own independent evaluation of the sellers' claims and the quality/condition of the goods offered for sale.
By accessing and/or using the Trading Places portion of this website, buyers and users release and hold harmless, and acknowledge that Mountain Sports, its officers, directors and employees make no representation or warranty of any kind, express or implied, concerning the goods offered for sale through Trading Places.

Commercial announcements will not be accepted.  Mountain Sports reserves the right to refuse submissions.
All ads will be displayed for 30 days from time of posting.

 



 

<% } %><% if (String(Request.QueryString("emailOK")) != 'undefined') {%>

Your item has been added to the top of the list. Good luck!

(Please check your email in a few minutes for more information
about how to edit or remove this item. ) <% } %> <% if (String(Request.QueryString("updated")) != 'undefined') {%>


Your item has been updated.

<% } %>

Trading Places Items
 

<% if (!rsSwaps.EOF || !rsSwaps.BOF) { %> <% while ((Repeat1__numRows-- != 0) && (!rsSwaps.EOF)) { %> <% Repeat1__index++; rsSwaps.MoveNext(); } %>
 

<%=(rsSwaps.Fields.Item("ItemName").Value)%>

<%=(rsSwaps.Fields.Item("Description").Value)%>
  • Contact: <%=(rsSwaps.Fields.Item("firstName").Value)%>  <%=(rsSwaps.Fields.Item("lastName").Value)%>
  • Phone: <%=(rsSwaps.Fields.Item("Phone").Value)%>
  • Email: <%=(rsSwaps.Fields.Item("Email").Value)%>
  • Location: <%=(rsSwaps.Fields.Item("City").Value)%>, <%=(rsSwaps.Fields.Item("State").Value)%>
  • Price: <%= DoCurrency((rsSwaps.Fields.Item("Price").Value), 2, -2, -2, -2) %>
  • Added: <%= DoDateTime((rsSwaps.Fields.Item("creationDate").Value), 1, 4105) %>
 
 
<% } else {%>

Currently there are no items to list.

Check back soon!

 
<% } // end !rsSwaps.EOF || !rsSwaps.BOF %>

 

View Items    Add an Item    Edit an Item    Remove an Item    Main

 

 
Mountain  Bikes

PaddleSports



Contact Us

Organizations  & Clubs

Weather

 

Home

 

<% rsSwaps.Close(); %>