By The Planet - Bringing the World's Products to You!              FREE Shipping! - Click for details

<% strSqlTitle="select name from category where categoryID="&request("cID") set rsTitle=cn.execute(strSqlTitle) %>
<%=rsTitle("name")%>
<% strSqlProduct="select name,productID,priceSuggestedRetail,price,product_size from product where active=1 and categoryID="&request("cID") set rsProduct=cn.execute(strSqlProduct) do while not rsProduct.eof and not rsProduct.bof %> <% rsProduct.movenext else %>
.htm">" alt="<%=rsProduct("name")%>" style="border: none;" height="100">

More Info
.htm"><%=rsProduct("name")%>
" name="productid">

">Qty.
US<%=formatcurrency(rsProduct("Price"))%>
<% p = FormatNumber(((rsProduct("priceSuggestedRetail")-rsProduct("price"))/rsProduct("priceSuggestedRetail"))*100,2) if (p > 5.00) then Response.write(p) %>% off
<% end if %>
<%Response.write(rsProduct("Product_Size"))%>
 

<%rsProduct.movenext n=n+1 if not rsProduct.EOF then%>
.htm">" alt="<%=rsProduct("name")%>" style="border: none;" height="100">

More Info
.htm"><%=rsProduct("name")%>
" name="productid">

">Qty.
US<%=formatcurrency(rsProduct("Price"))%>
<% p = FormatNumber(((rsProduct("priceSuggestedRetail")-rsProduct("price"))/rsProduct("priceSuggestedRetail"))*100,2) if (p > 5.00) then Response.write(p) %>% off
<% end if %>
<%Response.write(rsProduct("Product_Size"))%>
 

<% end if %> <% loop set rsProduct=nothing %>
Enter your email address to receive the ByThePlanet newsletter.

» Leonard Smith, MD
» Books
» Health News

» Links of Interest
» Wholesale Info

<% strSql="select count(productID) as numberProd from product where '"&DateAdd("m","-1",date)&"'<=dateAdded and active = 1 and masterCategoryID<>25 " set rsNewProduct=cn.execute(strSql) %> New Product:
<% 'response.write(rsNewProduct("numberProd")) Randomize i=0 'i=cint(rsNewProduct("numberProd")) x=cint(round(rnd()*rsNewProduct("numberProd"))) 'response.write(x) 'response.write(round(rnd()*i)) strSql="select productID,name from product where '"&DateAdd("m","-1",date)&"'<=dateAdded and active = 1 and masterCategoryID<>25 " set rsNewProductID=cn.execute(strSql) do while NOT rsNewProductID.BOF AND NOT rsNewProductID.EOF and i<=x+1 if i=x then %> .htm">" alt="<%=rsNewProductID("name")%>" style="float: center; padding: 0px 0px 0px 0px; border: none;" height="100"> <% end if i=i+1 rsNewProductID.movenext loop 'response.write(rsNewProductID("productID")) set rsNewProduct=Nothing set rsNewProductID=Nothing %>